<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>CentOS &#8211; BrilliantCode.net</title>
	<atom:link href="https://en.brilliantcode.net/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://en.brilliantcode.net</link>
	<description></description>
	<lastBuildDate>Sat, 04 Apr 2020 16:00:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.3</generator>

<image>
	<url>https://i2.wp.com/en.brilliantcode.net/wp-content/uploads/2017/06/cropped-icon-2.png?fit=32%2C32&#038;ssl=1</url>
	<title>CentOS &#8211; BrilliantCode.net</title>
	<link>https://en.brilliantcode.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">172940998</site>	<item>
		<title>Setup a LAMP web server using CentOS 8</title>
		<link>https://en.brilliantcode.net/1320/setup-a-web-server-using-centos-8/</link>
				<comments>https://en.brilliantcode.net/1320/setup-a-web-server-using-centos-8/#comments</comments>
				<pubDate>Sun, 29 Mar 2020 13:23:23 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[build web server]]></category>
		<category><![CDATA[FTP Server]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">https://en.brilliantcode.net/?p=1320</guid>
				<description><![CDATA[<p>I wrote serials tutorials to show how to use CentOS 8 to build a web server. All you need is to follow these tutorials step by step, then you could build your own site successfully.</p>
<p>This article <a rel="nofollow" href="https://en.brilliantcode.net/1320/setup-a-web-server-using-centos-8/">Setup a LAMP web server using CentOS 8</a> made a debut on <a rel="nofollow" href="https://en.brilliantcode.net">BrilliantCode.net</a> .</p>
]]></description>
						<wfw:commentRss>https://en.brilliantcode.net/1320/setup-a-web-server-using-centos-8/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1320</post-id>	</item>
		<item>
		<title>Install MySQL 8 &#038; phpMyAdmin on CentOS 8</title>
		<link>https://en.brilliantcode.net/1335/install-mysql-8-phpmyadmin-on-centos-8/</link>
				<comments>https://en.brilliantcode.net/1335/install-mysql-8-phpmyadmin-on-centos-8/#comments</comments>
				<pubDate>Sun, 29 Mar 2020 09:53:34 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">https://en.brilliantcode.net/?p=1335</guid>
				<description><![CDATA[<p>This post would provide a tutorial to install MySQL 8 and phpMyAdmin 5 on CentOS 8. Please note that you have to install the PHP and Apache before starting the installation for phpMyAdmin, you could also refer to this post I wrote before to finish the installation for PHP and Apache.</p>
<p>This article <a rel="nofollow" href="https://en.brilliantcode.net/1335/install-mysql-8-phpmyadmin-on-centos-8/">Install MySQL 8 &#038; phpMyAdmin on CentOS 8</a> made a debut on <a rel="nofollow" href="https://en.brilliantcode.net">BrilliantCode.net</a> .</p>
]]></description>
						<wfw:commentRss>https://en.brilliantcode.net/1335/install-mysql-8-phpmyadmin-on-centos-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1335</post-id>	</item>
		<item>
		<title>Install &#038; setup PHP 7.3 &#038; Apache 2.4 on CentOS 8</title>
		<link>https://en.brilliantcode.net/1324/install-setup-php-7-3-apache-2-4-on-centos-8/</link>
				<comments>https://en.brilliantcode.net/1324/install-setup-php-7-3-apache-2-4-on-centos-8/#comments</comments>
				<pubDate>Sat, 28 Mar 2020 15:26:23 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP-FPM]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">https://en.brilliantcode.net/?p=1324</guid>
				<description><![CDATA[<p>In this post, I would focus on permission settings for website root folder of Apache. The rest of the other fairs is simpler than the permission settings, so that I wouldn't describe too many details. However, you will finish this works if you follow this article step by step.</p>
<p>This article <a rel="nofollow" href="https://en.brilliantcode.net/1324/install-setup-php-7-3-apache-2-4-on-centos-8/">Install &#038; setup PHP 7.3 &#038; Apache 2.4 on CentOS 8</a> made a debut on <a rel="nofollow" href="https://en.brilliantcode.net">BrilliantCode.net</a> .</p>
]]></description>
						<wfw:commentRss>https://en.brilliantcode.net/1324/install-setup-php-7-3-apache-2-4-on-centos-8/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1324</post-id>	</item>
		<item>
		<title>How to setup SSH &#038; SFTP on CentOS 8</title>
		<link>https://en.brilliantcode.net/1294/how-to-setup-ssh-sftp-on-centos-8/</link>
				<comments>https://en.brilliantcode.net/1294/how-to-setup-ssh-sftp-on-centos-8/#respond</comments>
				<pubDate>Fri, 27 Mar 2020 19:18:09 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">https://en.brilliantcode.net/?p=1294</guid>
				<description><![CDATA[<p>This is an important service for linux server. Especially you have to remote to your server which is on cloud or is rented. Anyways you will learn how to setup your SSH and sFTP in this post.</p>
<p>This article <a rel="nofollow" href="https://en.brilliantcode.net/1294/how-to-setup-ssh-sftp-on-centos-8/">How to setup SSH &#038; SFTP on CentOS 8</a> made a debut on <a rel="nofollow" href="https://en.brilliantcode.net">BrilliantCode.net</a> .</p>
]]></description>
						<wfw:commentRss>https://en.brilliantcode.net/1294/how-to-setup-ssh-sftp-on-centos-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1294</post-id>	</item>
		<item>
		<title>How to install SEManage on CentOS 8</title>
		<link>https://en.brilliantcode.net/1288/how-to-install-semanage-on-centos-8/</link>
				<comments>https://en.brilliantcode.net/1288/how-to-install-semanage-on-centos-8/#comments</comments>
				<pubDate>Sun, 22 Mar 2020 10:05:39 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[SELinux]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">https://en.brilliantcode.net/?p=1288</guid>
				<description><![CDATA[<p>Unfortunately, the commands of SELinux are not so friendly for people to remember and a little bit difficult to use. So, a software was born, and it was called SEManage. It can help you easily operate and change the settings of SELinux. And I would show you how to install SEManage in this post.</p>
<p>This article <a rel="nofollow" href="https://en.brilliantcode.net/1288/how-to-install-semanage-on-centos-8/">How to install SEManage on CentOS 8</a> made a debut on <a rel="nofollow" href="https://en.brilliantcode.net">BrilliantCode.net</a> .</p>
]]></description>
						<wfw:commentRss>https://en.brilliantcode.net/1288/how-to-install-semanage-on-centos-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1288</post-id>	</item>
		<item>
		<title>Install EPEL repository on CentOS 8</title>
		<link>https://en.brilliantcode.net/1279/install-epel-repository-on-centos-8/</link>
				<comments>https://en.brilliantcode.net/1279/install-epel-repository-on-centos-8/#comments</comments>
				<pubDate>Sat, 21 Mar 2020 18:21:01 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[EPEL]]></category>

		<guid isPermaLink="false">https://en.brilliantcode.net/?p=1279</guid>
				<description><![CDATA[<p>EPEL(Extra Packages for Enterprise Linux) basically includes the essential packages you need. That is the reason why you have to install it before you start to set or adjust your CentOS server. This post will introduce how to install EPEL through dnf on CentOS 8.</p>
<p>This article <a rel="nofollow" href="https://en.brilliantcode.net/1279/install-epel-repository-on-centos-8/">Install EPEL repository on CentOS 8</a> made a debut on <a rel="nofollow" href="https://en.brilliantcode.net">BrilliantCode.net</a> .</p>
]]></description>
						<wfw:commentRss>https://en.brilliantcode.net/1279/install-epel-repository-on-centos-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1279</post-id>	</item>
		<item>
		<title>How to change the timezone on CentOS 8</title>
		<link>https://en.brilliantcode.net/1269/how-to-change-the-timezone-on-centos-8/</link>
				<comments>https://en.brilliantcode.net/1269/how-to-change-the-timezone-on-centos-8/#comments</comments>
				<pubDate>Fri, 13 Mar 2020 18:17:12 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">https://en.brilliantcode.net/?p=1269</guid>
				<description><![CDATA[<p>It's quite easy to change the timezone of CentOS 8, because there is only one instruction you have to operate is datetimectl.</p>
<p>This article <a rel="nofollow" href="https://en.brilliantcode.net/1269/how-to-change-the-timezone-on-centos-8/">How to change the timezone on CentOS 8</a> made a debut on <a rel="nofollow" href="https://en.brilliantcode.net">BrilliantCode.net</a> .</p>
]]></description>
						<wfw:commentRss>https://en.brilliantcode.net/1269/how-to-change-the-timezone-on-centos-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1269</post-id>	</item>
	</channel>
</rss>
