<?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/"
	>

<channel>
	<title>csf Archives - EVO Hosting</title>
	<atom:link href="https://evohosting.in.th/tag/csf/feed/" rel="self" type="application/rss+xml" />
	<link>https://evohosting.in.th/tag/csf/</link>
	<description>EVO Hosting สัญลักษณ์แห่งความเร็วแรงของโฮสติ้งที่ไม่เหมือนใคร สัมผัสความแรงเหนือชั้นของ Hosting จากขุมพลัง SSD Host ผสานกับเทคโนโลยี่ RAID 5 รองรับทุกความต้องการของคุณ รับรองไม่ผิดหวังแน่นอน</description>
	<lastBuildDate>Sat, 05 Nov 2016 09:10:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>วิธีติดตั้ง CSF Firewall on CentOS 6 + DirectAdmin</title>
		<link>https://evohosting.in.th/%e0%b8%a7%e0%b8%b4%e0%b8%98%e0%b8%b5%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-csf-firewall-on-centos-6-directadmin/</link>
		
		<dc:creator><![CDATA[EVOHosting]]></dc:creator>
		<pubDate>Fri, 11 Jul 2014 10:44:28 +0000</pubDate>
				<category><![CDATA[Direct Admin]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[csf]]></category>
		<category><![CDATA[directad]]></category>
		<category><![CDATA[firewall]]></category>
		<guid isPermaLink="false">http://www.evohosting.in.th/?p=812</guid>

					<description><![CDATA[<p>วิธีการติดตั้ง CSF บน CentOS 6 + DirectAdmin &#160; &#160; &#160; yum -y install perl-libwww-perl wget https://download.configserver.com/csf.tgz tar zxvf csf.tgz cd csf ./install.directadmin.sh เสร็จแล้วแก้ไขไฟล์ csf.conf nano /etc/csf/csf.conf แก้ไข TESTING = &#8220;1&#8221; เป็น 0 TESTING = "0" เสร็จแล้ว Restart csf csf -r หากต้องการ ปิด csf หรือ disable csf csf -x หากต้องการ เปิด csf หรือ enable csf csf [&#8230;]</p>
<p>The post <a href="https://evohosting.in.th/%e0%b8%a7%e0%b8%b4%e0%b8%98%e0%b8%b5%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-csf-firewall-on-centos-6-directadmin/">วิธีติดตั้ง CSF Firewall on CentOS 6 + DirectAdmin</a> appeared first on <a href="https://evohosting.in.th">EVO Hosting</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1><a href="http://www.evohosting.in.th/wp-content/uploads/2014/07/csf_large.png" rel="lightbox[812]"><img decoding="async" class="alignleft size-medium wp-image-816" src="http://www.evohosting.in.th/wp-content/uploads/2014/07/csf_large-300x120.png" alt="csf_large" width="300" height="120" srcset="https://evohosting.in.th/wp-content/uploads/2014/07/csf_large-300x120.png 300w, https://evohosting.in.th/wp-content/uploads/2014/07/csf_large.png 317w" sizes="(max-width: 300px) 100vw, 300px" /></a></h1>
<h1>วิธีการติดตั้ง CSF บน CentOS 6 + DirectAdmin</h1>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><code>yum -y install perl-libwww-perl<br />
wget https://download.configserver.com/csf.tgz<br />
tar zxvf csf.tgz<br />
cd csf<br />
./install.directadmin.sh</code></p>
<p>เสร็จแล้วแก้ไขไฟล์ csf.conf</p>
<p><code>nano /etc/csf/csf.conf</code></p>
<p>แก้ไข TESTING = &#8220;1&#8221; เป็น 0</p>
<p><code>TESTING = "0"</code></p>
<p>เสร็จแล้ว Restart csf</p>
<p><code>csf -r</code></p>
<p>หากต้องการ ปิด csf หรือ disable csf</p>
<p><code>csf -x</code></p>
<p>หากต้องการ เปิด csf หรือ enable csf</p>
<p><code>csf -e</code></p>
<p>หากต้องการ เคลียร์เงื่อนไข หรือ clear rule</p>
<p><code>csf -r</code></p>
<p>The post <a href="https://evohosting.in.th/%e0%b8%a7%e0%b8%b4%e0%b8%98%e0%b8%b5%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-csf-firewall-on-centos-6-directadmin/">วิธีติดตั้ง CSF Firewall on CentOS 6 + DirectAdmin</a> appeared first on <a href="https://evohosting.in.th">EVO Hosting</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
