<?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>SSH &#8211; BrilliantCode.net</title>
	<atom:link href="https://en.brilliantcode.net/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>https://en.brilliantcode.net</link>
	<description></description>
	<lastBuildDate>Fri, 03 Apr 2020 01:40:40 +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>SSH &#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>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>
	</channel>
</rss>
