<?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>Toey blog &#187; system</title>
	<atom:link href="http://toey.tc20.net/category/linux-security/system/feed/" rel="self" type="application/rss+xml" />
	<link>http://toey.tc20.net</link>
	<description>บันทึกเรื่องราวต่างๆ</description>
	<lastBuildDate>Thu, 01 Sep 2011 11:51:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Edit ld.config on solaris 10</title>
		<link>http://toey.tc20.net/2010/07/28/edi-ld-config-on-solaris/</link>
		<comments>http://toey.tc20.net/2010/07/28/edi-ld-config-on-solaris/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 17:47:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=88</guid>
		<description><![CDATA[Edit Default Library Path on solaris 10 type &#8220;crle&#8221; for list Default Library Path crle Configuration file [version 4]: /var/ld/ld.config Default Library Path (ELF): /usr/local/lib:/lib:/usr/lib Trusted Directories (ELF): /lib/secure:/usr/lib/secure (system default) Command line: crle -c /var/ld/ld.config -l /usr/local/lib:/lib:/usr/lib type &#8220;crle -c /var/ld/ld.config -l /usr/local/lib:/lib:/usr/lib&#8221; to change Default Library Path crle -c /var/ld/ld.config -l /usr/local/lib:/lib:/usr/lib]]></description>
			<content:encoded><![CDATA[<p>Edit Default Library Path on solaris 10<br />
type &#8220;crle&#8221; for list Default Library Path</p>
<pre class="brush: shell;">
crle
</pre>
<p>Configuration file [version 4]: /var/ld/ld.config<br />
  Default Library Path (ELF):   /usr/local/lib:/lib:/usr/lib<br />
  Trusted Directories (ELF):    /lib/secure:/usr/lib/secure  (system default)</p>
<p>Command line:<br />
  crle -c /var/ld/ld.config -l /usr/local/lib:/lib:/usr/lib</p>
<p>type &#8220;crle -c /var/ld/ld.config -l /usr/local/lib:/lib:/usr/lib&#8221; to change Default Library Path</p>
<pre class="brush: shell;">
crle -c /var/ld/ld.config -l /usr/local/lib:/lib:/usr/lib
</pre>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/07/28/edi-ld-config-on-solaris/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ubuntu build essential</title>
		<link>http://toey.tc20.net/2010/01/02/build-essential/</link>
		<comments>http://toey.tc20.net/2010/01/02/build-essential/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 18:56:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=74</guid>
		<description><![CDATA[apt-get install build-essential]]></description>
			<content:encoded><![CDATA[<pre class="brush: shell;">
apt-get install build-essential
</pre>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/01/02/build-essential/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>command count tcp state</title>
		<link>http://toey.tc20.net/2009/06/08/command-count-tcp-state/</link>
		<comments>http://toey.tc20.net/2009/06/08/command-count-tcp-state/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 23:06:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tcp stage]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=51</guid>
		<description><![CDATA[netstat -tan &#124; grep ':80 ' &#124; awk '{print $6}' &#124; sort &#124; uniq -c]]></description>
			<content:encoded><![CDATA[<pre class="brush: shell;">
netstat -tan | grep ':80 ' | awk '{print $6}' | sort | uniq -c
</pre>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2009/06/08/command-count-tcp-state/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>การป้องกันไม่ให้ user ใช้งาน crontab</title>
		<link>http://toey.tc20.net/2009/05/25/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%81%e0%b8%b1%e0%b8%99%e0%b9%84%e0%b8%a1%e0%b9%88%e0%b9%83%e0%b8%ab%e0%b9%89-user-%e0%b9%83%e0%b8%8a%e0%b9%89%e0%b8%87%e0%b8%b2/</link>
		<comments>http://toey.tc20.net/2009/05/25/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%81%e0%b8%b1%e0%b8%99%e0%b9%84%e0%b8%a1%e0%b9%88%e0%b9%83%e0%b8%ab%e0%b9%89-user-%e0%b9%83%e0%b8%8a%e0%b9%89%e0%b8%87%e0%b8%b2/#comments</comments>
		<pubDate>Sun, 24 May 2009 20:14:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[crontab]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=20</guid>
		<description><![CDATA[ตัวอย่างนี้เป้นการป้องกันไม่ให้ user apache ใช้งาน crontab [root@demo01 ~]#echo &#8220;apache&#8221; &#62;&#62; /etc/cron.deny]]></description>
			<content:encoded><![CDATA[<p>ตัวอย่างนี้เป้นการป้องกันไม่ให้ user apache ใช้งาน crontab</p>
<blockquote><p>[root@demo01 ~]#echo &#8220;apache&#8221; &gt;&gt; /etc/cron.deny</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2009/05/25/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%81%e0%b8%b1%e0%b8%99%e0%b9%84%e0%b8%a1%e0%b9%88%e0%b9%83%e0%b8%ab%e0%b9%89-user-%e0%b9%83%e0%b8%8a%e0%b9%89%e0%b8%87%e0%b8%b2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

