<?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</title>
	<atom:link href="http://toey.tc20.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://toey.tc20.net</link>
	<description>บันทึกเรื่องราวต่างๆ</description>
	<lastBuildDate>Fri, 30 Jul 2010 16:49:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>mount iso on solaris</title>
		<link>http://toey.tc20.net/2010/07/30/mount-iso-on-solaris/</link>
		<comments>http://toey.tc20.net/2010/07/30/mount-iso-on-solaris/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 16:48:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=97</guid>
		<description><![CDATA[two command #lofiadm -a /root/my.iso /dev/iso01 #mount -F hsfs -o ro /dev/iso01 /mnt one command #mount -F hsfs -o ro `lofiadm -a /root/my.iso` /mnt]]></description>
			<content:encoded><![CDATA[<p>two command<br />
#lofiadm -a /root/my.iso /dev/iso01<br />
#mount -F hsfs -o ro /dev/iso01 /mnt</p>
<p>one command<br />
#mount -F hsfs -o ro `lofiadm -a /root/my.iso` /mnt</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/07/30/mount-iso-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zfs basic command</title>
		<link>http://toey.tc20.net/2010/07/30/zfs-basic-command/</link>
		<comments>http://toey.tc20.net/2010/07/30/zfs-basic-command/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 20:00:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=95</guid>
		<description><![CDATA[# zpool create mypool /dev/dsk/c0t0d0 # zfs list # zfs mount mypool # zfs unmount mypool # zfs create mypool/test # zfs destroy mypool/test # zfs rename mypool/test mypool/test2 # zfs set canmount=off mypool # zfs set mountpoint=/home mypool # zfs set compression=on mypool # zfs set atime=off mypool # zfs set quota=1G mypool/test]]></description>
			<content:encoded><![CDATA[<p># zpool create mypool /dev/dsk/c0t0d0<br />
# zfs list<br />
# zfs mount mypool<br />
# zfs unmount mypool<br />
# zfs create mypool/test<br />
# zfs destroy mypool/test<br />
# zfs rename mypool/test mypool/test2<br />
# zfs set canmount=off mypool<br />
# zfs set mountpoint=/home mypool<br />
# zfs set compression=on mypool<br />
# zfs set atime=off mypool<br />
# zfs set quota=1G mypool/test</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/07/30/zfs-basic-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bash: rsync: command not found</title>
		<link>http://toey.tc20.net/2010/07/29/bash-rsync-command-not-found/</link>
		<comments>http://toey.tc20.net/2010/07/29/bash-rsync-command-not-found/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 16:52:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=92</guid>
		<description><![CDATA[bash: rsync: command not found fix by add &#8211;rsync-path=PATH]]></description>
			<content:encoded><![CDATA[<p>bash: rsync: command not found</p>
<p>fix by add &#8211;rsync-path=PATH</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/07/29/bash-rsync-command-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>solaris 10 sparc configure: error: C compiler cannot create executables</title>
		<link>http://toey.tc20.net/2010/07/28/solaris-10-sparc-configure-error-c-compiler-cannot-create-executables/</link>
		<comments>http://toey.tc20.net/2010/07/28/solaris-10-sparc-configure-error-c-compiler-cannot-create-executables/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 23:02:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=90</guid>
		<description><![CDATA[configure: error: C compiler cannot create executables install SUNWarc from dvd for fix it]]></description>
			<content:encoded><![CDATA[<p>configure: error: C compiler cannot create executables<br />
install SUNWarc from dvd for fix it</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/07/28/solaris-10-sparc-configure-error-c-compiler-cannot-create-executables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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<br />
# crle</p>
<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<br />
#crle -c /var/ld/ld.config -l /usr/local/lib:/lib:/usr/lib</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/07/28/edi-ld-config-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and config Java on gentoo linux</title>
		<link>http://toey.tc20.net/2010/07/06/install-and-config-java-on-gentoo-linux/</link>
		<comments>http://toey.tc20.net/2010/07/06/install-and-config-java-on-gentoo-linux/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 08:07:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=84</guid>
		<description><![CDATA[Install JDK # emerge virtual/jdk Config JVM # java-config &#8211;list-available-vms # java-config &#8211;set-system-vm ???]]></description>
			<content:encoded><![CDATA[<p>Install JDK<br />
# emerge virtual/jdk</p>
<p>Config JVM</p>
<p># java-config &#8211;list-available-vms</p>
<p># java-config &#8211;set-system-vm  ???</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/07/06/install-and-config-java-on-gentoo-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enable php curl proxy</title>
		<link>http://toey.tc20.net/2010/01/02/enable-php-curl-proxy/</link>
		<comments>http://toey.tc20.net/2010/01/02/enable-php-curl-proxy/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 18:58:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=76</guid>
		<description><![CDATA[curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, 1); curl_setopt($ch, CURLOPT_PROXY,&#8221;$host:$port&#8221;);]]></description>
			<content:encoded><![CDATA[<p>curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, 1);<br />
curl_setopt($ch, CURLOPT_PROXY,&#8221;$host:$port&#8221;);</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/01/02/enable-php-curl-proxy/feed/</wfw:commentRss>
		<slash:comments>0</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[<p>#apt-get install build-essential</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/01/02/build-essential/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>snmptranslate</title>
		<link>http://toey.tc20.net/2009/06/26/snmptranslate/</link>
		<comments>http://toey.tc20.net/2009/06/26/snmptranslate/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 04:29:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux security]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=72</guid>
		<description><![CDATA[# snmptranslate -IR tcpPassiveOpens.0 TCP-MIB::tcpPassiveOpens.0 # snmptranslate -On TCP-MIB::tcpPassiveOpens.0 .1.3.6.1.2.1.6.6.0 # snmptranslate .1.3.6.1.2.1.6.6.0 TCP-MIB::tcpPassiveOpens.0]]></description>
			<content:encoded><![CDATA[<p># snmptranslate -IR  tcpPassiveOpens.0<br />
TCP-MIB::tcpPassiveOpens.0</p>
<p># snmptranslate -On TCP-MIB::tcpPassiveOpens.0<br />
.1.3.6.1.2.1.6.6.0</p>
<p># snmptranslate .1.3.6.1.2.1.6.6.0<br />
TCP-MIB::tcpPassiveOpens.0</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2009/06/26/snmptranslate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>การเปิดปิด tcp timestamp‏</title>
		<link>http://toey.tc20.net/2009/06/10/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9b%e0%b8%b4%e0%b8%94%e0%b8%9b%e0%b8%b4%e0%b8%94-tcp-timestamp%e2%80%8f/</link>
		<comments>http://toey.tc20.net/2009/06/10/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9b%e0%b8%b4%e0%b8%94%e0%b8%9b%e0%b8%b4%e0%b8%94-tcp-timestamp%e2%80%8f/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 20:22:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>
		<category><![CDATA[tcp timestamp‏]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=66</guid>
		<description><![CDATA[การเปิด timestamp จะทำให้ต้องเพิ่ม ‏ 12bytes ไว้ที่ TCP header ครับ Linux เปิด : echo 1 &#62;/proc/sys/net/ipv4/tcp_timestamps ปิด : echo 0 &#62;/proc/sys/net/ipv4/tcp_timestamps *BSD เปิด : sysctl -w TCPCTL_DO_RFC1323=true ปิด : sysctl -w TCPCTL_DO_RFC1323=false หรือ เปิด : sysctl -w net.inet.tcp.rfc1323=true ปิด : sysctl -w net.inet.tcp.rfc1323=false]]></description>
			<content:encoded><![CDATA[<p>การเปิด timestamp จะทำให้ต้องเพิ่ม ‏ 12bytes ไว้ที่ TCP header ครับ</p>
<p>Linux</p>
<p>เปิด :</p>
<blockquote><p>echo 1 &gt;/proc/sys/net/ipv4/tcp_timestamps</p></blockquote>
<p>ปิด :</p>
<blockquote><p>echo 0 &gt;/proc/sys/net/ipv4/tcp_timestamps</p></blockquote>
<p>*BSD</p>
<p>เปิด :</p>
<blockquote><p>sysctl -w TCPCTL_DO_RFC1323=true</p></blockquote>
<p>ปิด :</p>
<blockquote><p>sysctl -w TCPCTL_DO_RFC1323=false</p></blockquote>
<p>หรือ</p>
<p>เปิด :</p>
<blockquote><p>sysctl -w net.inet.tcp.rfc1323=true</p></blockquote>
<p>ปิด :</p>
<blockquote><p>sysctl -w net.inet.tcp.rfc1323=false</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2009/06/10/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9b%e0%b8%b4%e0%b8%94%e0%b8%9b%e0%b8%b4%e0%b8%94-tcp-timestamp%e2%80%8f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
