<?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>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.2</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>Colocation True idc รัชดา</title>
		<link>http://toey.tc20.net/2010/08/09/colocation-true-idc-%e0%b8%a3%e0%b8%b1%e0%b8%8a%e0%b8%94%e0%b8%b2/</link>
		<comments>http://toey.tc20.net/2010/08/09/colocation-true-idc-%e0%b8%a3%e0%b8%b1%e0%b8%8a%e0%b8%94%e0%b8%b2/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 07:30:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Colocation]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=136</guid>
		<description><![CDATA[Colocation True IDC รัชดา (ตรงข้าม fortune town) สภาพแวดล้อม ระดับมาตรฐานโลก True IDC ได้จัด สภาพแวดล้อมระดับมาตรฐานโลก เพื่อให้การใช้อุปกรณ์เครื่องมือต่างๆ ในห้อง Data Center เป็นไปได้อย่างมั่นใจและ สะดวก ให้ท่านสามารถติดตั้งข้อมูลและอุปกรณ์ ICT ของท่านได้ทันทีที่เข้ามาใช้บริการ พร้อมยังมั่นใจได้ในทุกเรื่อง ไม่ว่าจะเป็นระบบจ่ายไฟฟ้า ระบบปรับอากาศ ระบบป้องกันอัคคีภัย และระบบรักษาความปลอดภัย ระบบต่างๆ นี้จะช่วยควบคุมห้อง Data Center และ อุปกรณ์ ICT ที่นำมารับฝาก ให้มีความปลอดภัยและมีประสิทธิภาพสูงสุด ทุกระบบเชื่อมต่อไปยังห้องควบคุมและรายงานผลการปฏิบัติการแบบ Real Time สามารถรายงานความผิดพลาดที่เกิดขึ้นได้ทันที http://www.trueidc.co.th/home/network_facility_14.htm ฟรี setup และ config เบื้องต้น ฟรี ใช้งาน kvm over ip ฟรี ระบบ แสดง traffic [...]]]></description>
			<content:encoded><![CDATA[<p>Colocation <strong>True IDC</strong> รัชดา (ตรงข้าม fortune town)</p>
<p>สภาพแวดล้อม ระดับมาตรฐานโลก<br />
<strong>True IDC</strong> ได้จัด สภาพแวดล้อมระดับมาตรฐานโลก เพื่อให้การใช้อุปกรณ์เครื่องมือต่างๆ ในห้อง Data Center เป็นไปได้อย่างมั่นใจและ สะดวก ให้ท่านสามารถติดตั้งข้อมูลและอุปกรณ์ ICT ของท่านได้ทันทีที่เข้ามาใช้บริการ พร้อมยังมั่นใจได้ในทุกเรื่อง ไม่ว่าจะเป็นระบบจ่ายไฟฟ้า ระบบปรับอากาศ ระบบป้องกันอัคคีภัย และระบบรักษาความปลอดภัย </p>
<p>ระบบต่างๆ นี้จะช่วยควบคุมห้อง Data Center และ อุปกรณ์ ICT ที่นำมารับฝาก ให้มีความปลอดภัยและมีประสิทธิภาพสูงสุด ทุกระบบเชื่อมต่อไปยังห้องควบคุมและรายงานผลการปฏิบัติการแบบ Real Time สามารถรายงานความผิดพลาดที่เกิดขึ้นได้ทันที</p>
<p><a href="http://www.trueidc.co.th/home/network_facility_14.htm">http://www.trueidc.co.th/home/network_facility_14.htm</a></p>
<p>ฟรี setup และ config เบื้องต้น</p>
<p>ฟรี ใช้งาน <a href="http://www.mc.co.th/products/view/522/altusen-cn8000">kvm over ip</a></p>
<p>ฟรี ระบบ แสดง traffic จาก switch<br />
<a href="http://upic.me/show/20089174"><img src="http://upic.me/t/af/screenshot2011-01-20at12.43.09am.png" /></a></p>
<p>ฟรี ระบบ monitor ping,http(Response code 200),port lan ดับ  ตรวจสอบทุกๆ 1 นาที แจ้งรายงานผลทาง sms email ทันทีเมื่อระบบเกิดปัญหา<br />
<a href="http://upic.me/show/20089177"><img src="http://upic.me/t/sn/screenshot2011-01-20at12.45.10am.png" /></a></p>
<p>ฟรี Directadmin มูลค่า 3000 บาท ตลอดอายุการใช้งาน (ของแท้อัพเดทได้ตลอดครับ)</p>
<p>ราคา 2800/u/เดือน จากปกติ <del datetime="2011-01-20T13:22:24+00:00">3000 บาท/u/เดือน</del></p>
<p>(ไม่รับ camforg proxy vpn และ เวปผิด กฏหมายทุกชนิด)</p>
<p>โทร 08-53329022 , 08-16764827, 021-901109</p>
<p>Email/msn : toey[at]tc20.net</p>
]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/08/09/colocation-true-idc-%e0%b8%a3%e0%b8%b1%e0%b8%8a%e0%b8%94%e0%b8%b2/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>

