<?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; Linux How to</title>
	<atom:link href="http://toey.tc20.net/category/linux-how-to/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>how to compile gdbm 64 bit</title>
		<link>http://toey.tc20.net/2011/06/20/how-to-compile-gdbm-64-bit/</link>
		<comments>http://toey.tc20.net/2011/06/20/how-to-compile-gdbm-64-bit/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 18:31:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=247</guid>
		<description><![CDATA[how to compile gdbm 64 bit for solaris sparc 10 #CC=&#8221;gcc -m64&#8243; CXX=&#8221;g++ -m64&#8243; ./configure #make #make install #file /usr/local/lib/libgdbm.so /usr/local/lib/libgdbm.so: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped]]></description>
			<content:encoded><![CDATA[<p>how to compile gdbm 64 bit for solaris sparc 10</p>
<p>#CC=&#8221;gcc -m64&#8243; CXX=&#8221;g++ -m64&#8243; ./configure<br />
#make<br />
#make install</p>
<p>#file /usr/local/lib/libgdbm.so<br />
/usr/local/lib/libgdbm.so:      ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2011/06/20/how-to-compile-gdbm-64-bit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create ramdisk on solaris</title>
		<link>http://toey.tc20.net/2011/06/08/create-ramdisk-on-solaris/</link>
		<comments>http://toey.tc20.net/2011/06/08/create-ramdisk-on-solaris/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 18:58:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=244</guid>
		<description><![CDATA[Create ramdisk on solaris #ramdiskadm -a idisk 512m #newfs /dev/ramdisk/idisk #mkdir /test #mount /dev/ramdisk/idisk /test]]></description>
			<content:encoded><![CDATA[<p> Create ramdisk on solaris</p>
<p>#ramdiskadm -a idisk 512m </p>
<p>#newfs /dev/ramdisk/idisk</p>
<p>#mkdir /test</p>
<p>#mount /dev/ramdisk/idisk /test</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2011/06/08/create-ramdisk-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to change internet sharing ip on OSX</title>
		<link>http://toey.tc20.net/2011/05/08/how-to-change-internet/</link>
		<comments>http://toey.tc20.net/2011/05/08/how-to-change-internet/#comments</comments>
		<pubDate>Sun, 08 May 2011 13:16:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=239</guid>
		<description><![CDATA[How to change Sharing network number to 10.10.0.0 # sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.nat NAT -dict-add SharingNetworkNumberStart 10.10.0.0 # defaults read /Library/Preferences/SystemConfiguration/com.apple.nat restart internet sharing]]></description>
			<content:encoded><![CDATA[<p>How to change Sharing network number to 10.10.0.0<br />
# sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.nat NAT -dict-add SharingNetworkNumberStart 10.10.0.0</p>
<p># defaults read /Library/Preferences/SystemConfiguration/com.apple.nat</p>
<p>restart internet sharing</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2011/05/08/how-to-change-internet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>command vmware esx open tcp 80</title>
		<link>http://toey.tc20.net/2011/04/22/command-vmware-esx-open-tcp-80/</link>
		<comments>http://toey.tc20.net/2011/04/22/command-vmware-esx-open-tcp-80/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 05:05:04 +0000</pubDate>
		<dc:creator>Paniti Louhabunjong</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=230</guid>
		<description><![CDATA[vmware esx open tcp outgoing port 80 [root@myway root]# esxcfg-firewall -o 80,tcp,out,httpClient vmware esx close tcp outgoing port 80 [root@myway root]# esxcfg-firewall -c 80,tcp,out,httpClient]]></description>
			<content:encoded><![CDATA[<p>vmware esx open tcp outgoing port 80<br />
[root@myway root]# esxcfg-firewall -o 80,tcp,out,httpClient</p>
<p>vmware esx close tcp outgoing port 80<br />
[root@myway root]# esxcfg-firewall -c 80,tcp,out,httpClient</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2011/04/22/command-vmware-esx-open-tcp-80/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configuring MPXIO in Solaris 10</title>
		<link>http://toey.tc20.net/2010/11/23/configuring-mpxio-in-solaris-10/</link>
		<comments>http://toey.tc20.net/2010/11/23/configuring-mpxio-in-solaris-10/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 16:23:51 +0000</pubDate>
		<dc:creator>Paniti Louhabunjong</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=221</guid>
		<description><![CDATA[add mpxio-disable=&#8221;no&#8221;; to /kernel/drv/fp.conf #reboot #devfsadm #format #stmsboot -L]]></description>
			<content:encoded><![CDATA[<p>add</p>
<p>mpxio-disable=&#8221;no&#8221;;</p>
<p>to /kernel/drv/fp.conf</p>
<p>#reboot</p>
<p>#devfsadm</p>
<p>#format</p>
<p>#stmsboot -L</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/11/23/configuring-mpxio-in-solaris-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ideo condo  บริการแย่มาก</title>
		<link>http://toey.tc20.net/2010/09/28/ideo-condo-%e0%b8%9a%e0%b8%a3%e0%b8%b4%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%81%e0%b8%a2%e0%b9%88%e0%b8%a1%e0%b8%b2%e0%b8%81/</link>
		<comments>http://toey.tc20.net/2010/09/28/ideo-condo-%e0%b8%9a%e0%b8%a3%e0%b8%b4%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%81%e0%b8%a2%e0%b9%88%e0%b8%a1%e0%b8%b2%e0%b8%81/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 19:34:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=174</guid>
		<description><![CDATA[ideo condo บริการแย่มากหลังจากโอนไปแล้วทำไม่ตรงตามแบบรอให้มาแก้ไขรอนานมากๆ ตรงชุดครัวตอนตรวจรับเจ้าหน้า รับปากบอกจะต่อท่อดูดควันออกไปข้างนอกให้แต่ดันเอาปล่องไม้มาปิดหลอกซะงั้น พอดีเอาของไปวางเลื่อนไปดูมันขยับได้พอเปิดออกมาดู เท่านั้นล่ะ ท่อก็ยังไม่ได้ต่อให้ พอเจ้าหน้าที่ส่วนกลางจาก ideocondo มาบอกจะแก้ไขให้แล้วก็เงียบไป]]></description>
			<content:encoded><![CDATA[<p><a href="http://toey.tc20.net/2010/09/28/ideo-condo-บริการแย่มาก/">ideo condo</a>  บริการแย่มากหลังจากโอนไปแล้วทำไม่ตรงตามแบบรอให้มาแก้ไขรอนานมากๆ<br />
ตรงชุดครัวตอนตรวจรับเจ้าหน้า รับปากบอกจะต่อท่อดูดควันออกไปข้างนอกให้แต่ดันเอาปล่องไม้มาปิดหลอกซะงั้น พอดีเอาของไปวางเลื่อนไปดูมันขยับได้พอเปิดออกมาดู เท่านั้นล่ะ ท่อก็ยังไม่ได้ต่อให้ พอเจ้าหน้าที่ส่วนกลางจาก <a href="http://toey.tc20.net/2010/09/28/ideo-condo-บริการแย่มาก/">ideocondo</a> มาบอกจะแก้ไขให้แล้วก็เงียบไป</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/09/28/ideo-condo-%e0%b8%9a%e0%b8%a3%e0%b8%b4%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%81%e0%b8%a2%e0%b9%88%e0%b8%a1%e0%b8%b2%e0%b8%81/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>edit open files limit on solaris</title>
		<link>http://toey.tc20.net/2010/08/29/edit-open-files-limit-on-solaris/</link>
		<comments>http://toey.tc20.net/2010/08/29/edit-open-files-limit-on-solaris/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 18:57:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=161</guid>
		<description><![CDATA[add # Hard limit set rlim_fd_max = 65535 # Soft limit set rlim_fd_cur = 65535 to /etc/system]]></description>
			<content:encoded><![CDATA[<p>add </p>
<pre class="brush: shell;">
# Hard limit
set rlim_fd_max = 65535

# Soft limit
set rlim_fd_cur = 65535
</pre>
<p>to /etc/system</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/08/29/edit-open-files-limit-on-solaris/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>/export/home to /home on solaris</title>
		<link>http://toey.tc20.net/2010/08/28/exporthome-to-home-on-solaris/</link>
		<comments>http://toey.tc20.net/2010/08/28/exporthome-to-home-on-solaris/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 16:14:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=158</guid>
		<description><![CDATA[/export/home to /home on solaris add * -fstype=lofs :/export/home/&#038; to /etc/auto_home]]></description>
			<content:encoded><![CDATA[<p>/export/home to /home on solaris</p>
<p>add </p>
<pre class="brush: shell;">
* -fstype=lofs :/export/home/&#038;
</pre>
<p>to  /etc/auto_home</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/08/28/exporthome-to-home-on-solaris/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>install openldap (compile) on centos x86_64</title>
		<link>http://toey.tc20.net/2010/08/09/install-openldap-compile-on-centos-x86_64/</link>
		<comments>http://toey.tc20.net/2010/08/09/install-openldap-compile-on-centos-x86_64/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 06:22:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=127</guid>
		<description><![CDATA[install bdb wget http://download.oracle.com/berkeley-db/db-4.8.30.tar.gz tar -xvzf db-4.8.30.tar.gz cd db-4.8.30/build_unix/ ../dist/configure --prefix=/usr/local make make install install openldap wget ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-stable/openldap-stable-20100719.tgz tar -xvzf openldap-stable-20100719.tgz cd openldap-* ./configure make depend make make install]]></description>
			<content:encoded><![CDATA[<p>install bdb</p>
<pre class="brush: shell;">
wget http://download.oracle.com/berkeley-db/db-4.8.30.tar.gz
tar -xvzf db-4.8.30.tar.gz
cd db-4.8.30/build_unix/
../dist/configure --prefix=/usr/local
make
make install
</pre>
<p>install openldap</p>
<pre class="brush: shell;">
wget ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-stable/openldap-stable-20100719.tgz
tar -xvzf openldap-stable-20100719.tgz
cd openldap-*
./configure
make depend
make
make install
</pre>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/08/09/install-openldap-compile-on-centos-x86_64/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>soelim: command not found on centos x86_64</title>
		<link>http://toey.tc20.net/2010/08/09/soelim-command-not-found-on-centos-x86_64/</link>
		<comments>http://toey.tc20.net/2010/08/09/soelim-command-not-found-on-centos-x86_64/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 06:20:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=128</guid>
		<description><![CDATA[yum install groff.x86_64]]></description>
			<content:encoded><![CDATA[<pre class="brush: shell;">
yum install groff.x86_64
</pre>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/08/09/soelim-command-not-found-on-centos-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

