<?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>Sat, 28 Aug 2010 22:20:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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 in /etc/system]]></description>
			<content:encoded><![CDATA[<p>add </p>
<p><code># Hard limit<br />
set rlim_fd_max = 65535</p>
<p># Soft limit<br />
set rlim_fd_cur = 65535</code></p>
<p>in /etc/system</p>
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://toey.tc20.net/2010/08/29/edit-open-files-limit-on-solaris/&amp;layout=standard&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><fb:share-button href="http://toey.tc20.net/2010/08/29/edit-open-files-limit-on-solaris/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/08/29/edit-open-files-limit-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</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; in /etc/auto_home]]></description>
			<content:encoded><![CDATA[<p>/export/home to /home on solaris</p>
<p>add * -fstype=lofs :/export/home/&#038;  in  /etc/auto_home</p>
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://toey.tc20.net/2010/08/28/exporthome-to-home-on-solaris/&amp;layout=standard&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><fb:share-button href="http://toey.tc20.net/2010/08/28/exporthome-to-home-on-solaris/" type="box_count"></fb:share-button>]]></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[# 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 &#8211;prefix=/usr/local # make # make install # 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># wget http://download.oracle.com/berkeley-db/db-4.8.30.tar.gz<br />
# tar -xvzf db-4.8.30.tar.gz<br />
# cd db-4.8.30/build_unix/<br />
# ../dist/configure &#8211;prefix=/usr/local<br />
# make<br />
# make install</p>
<p># wget ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-stable/openldap-stable-20100719.tgz<br />
# tar -xvzf openldap-stable-20100719.tgz<br />
# cd openldap-*<br />
# ./configure<br />
# make depend<br />
# make<br />
# make install</p>
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://toey.tc20.net/2010/08/09/install-openldap-compile-on-centos-x86_64/&amp;layout=standard&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><fb:share-button href="http://toey.tc20.net/2010/08/09/install-openldap-compile-on-centos-x86_64/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/08/09/install-openldap-compile-on-centos-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</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[<p>yum install groff.x86_64 </p>
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://toey.tc20.net/2010/08/09/soelim-command-not-found-on-centos-x86_64/&amp;layout=standard&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><fb:share-button href="http://toey.tc20.net/2010/08/09/soelim-command-not-found-on-centos-x86_64/" type="box_count"></fb:share-button>]]></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>
		<item>
		<title>install python 2.7 , gevent on centos 5 x86_64</title>
		<link>http://toey.tc20.net/2010/08/04/install-python-2-7-gevent-on-centos-5-x86_64/</link>
		<comments>http://toey.tc20.net/2010/08/04/install-python-2-7-gevent-on-centos-5-x86_64/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 19:21:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=113</guid>
		<description><![CDATA[#yum install gcc gcc-c++.x86_64 compat-gcc-34-c++.x86_64 openssl-devel.x86_64 zlib*.x86_64 install python 2.7 #wget http://www.python.org/ftp/python/2.7/Python-2.7.tar.bz2 #tar -xvjf Python-2.7.tar.bz2 #cd Python* #./configure --prefix=/opt/python27 #make #make install #vi ~/.bash_profile replace PATH=$PATH:$HOME/bin with PATH=$PATH:$HOME/bin:/opt/python27/bin reload .bash_profile #source ~/.bash_profile #echo "/opt/python27/lib" > /etc/ld.so.conf.d/python27.conf #ldconfig install setuptool #cd ~ #wget http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg #sh setuptools-0.6c11-py2.7.egg install gevent #yum install libevent.x86_64 libevent-devel.x86_64 #easy_install-2.7 greenlet #wget http://pypi.python.org/packages/source/g/gevent/gevent-0.13.0.tar.gz [...]]]></description>
			<content:encoded><![CDATA[<p><code>#yum install gcc gcc-c++.x86_64 compat-gcc-34-c++.x86_64 openssl-devel.x86_64 zlib*.x86_64</code></p>
<p>install python 2.7</p>
<p><code>#wget http://www.python.org/ftp/python/2.7/Python-2.7.tar.bz2</p>
<p>#tar -xvjf Python-2.7.tar.bz2<br />
#cd Python*<br />
#./configure --prefix=/opt/python27<br />
#make<br />
#make install</p>
<p>#vi ~/.bash_profile</code><br />
replace PATH=$PATH:$HOME/bin<br />
with PATH=$PATH:$HOME/bin:/opt/python27/bin</p>
<p>reload .bash_profile<br />
<code>#source ~/.bash_profile</p>
<p>#echo "/opt/python27/lib" > /etc/ld.so.conf.d/python27.conf<br />
#ldconfig</code></p>
<p>install setuptool</p>
<p><code>#cd ~<br />
#wget http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg<br />
#sh setuptools-0.6c11-py2.7.egg</code></p>
<p>install gevent</p>
<p><code>#yum install libevent.x86_64 libevent-devel.x86_64</p>
<p>#easy_install-2.7 greenlet</p>
<p>#wget http://pypi.python.org/packages/source/g/gevent/gevent-0.13.0.tar.gz</p>
<p>#tar -xvzf gevent-0.13.0.tar.gz</p>
<p>#cd gevent*</p>
<p>#python2.7 setup.py install<br />
</code></p>
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://toey.tc20.net/2010/08/04/install-python-2-7-gevent-on-centos-5-x86_64/&amp;layout=standard&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><fb:share-button href="http://toey.tc20.net/2010/08/04/install-python-2-7-gevent-on-centos-5-x86_64/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/08/04/install-python-2-7-gevent-on-centos-5-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to mount hdfs</title>
		<link>http://toey.tc20.net/2010/07/31/how-to-mount-hdfs/</link>
		<comments>http://toey.tc20.net/2010/07/31/how-to-mount-hdfs/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 04:45:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=105</guid>
		<description><![CDATA[# ant compile-c++-libhdfs -Dislibhdfs=1 # mkdir build/libhdfs # cp -r build/c++/Linux-amd64-64/lib/* build/libhdfs/ # ant compile-contrib -Dislibhdfs=1 -Dfusedfs=1 -Dlibhdfs-fuse=1 #ln -s /usr/local/hadoop/build/contrib/fuse-dfs/fuse_dfs* /bin/ #ln -s /usr/local/hadoop/build/libhdfs/* /lib/ #mkdir /mnt/hdfs test mount #fuse_dfs_wrapper.sh dfs://hdmaster01:59995 /mnt/hdfs -d &#038; #ls /mnt/hdfs]]></description>
			<content:encoded><![CDATA[<p># ant compile-c++-libhdfs -Dislibhdfs=1<br />
# mkdir build/libhdfs<br />
# cp -r build/c++/Linux-amd64-64/lib/* build/libhdfs/<br />
# ant compile-contrib -Dislibhdfs=1 -Dfusedfs=1 -Dlibhdfs-fuse=1<br />
#ln -s /usr/local/hadoop/build/contrib/fuse-dfs/fuse_dfs* /bin/<br />
#ln -s /usr/local/hadoop/build/libhdfs/* /lib/</p>
<p>#mkdir /mnt/hdfs<br />
test mount<br />
#fuse_dfs_wrapper.sh dfs://hdmaster01:59995 /mnt/hdfs -d &#038;</p>
<p>#ls /mnt/hdfs</p>
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://toey.tc20.net/2010/07/31/how-to-mount-hdfs/&amp;layout=standard&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><fb:share-button href="http://toey.tc20.net/2010/07/31/how-to-mount-hdfs/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/07/31/how-to-mount-hdfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to change apache product name on header</title>
		<link>http://toey.tc20.net/2010/07/31/how-to-change-apache-product-name-on-header/</link>
		<comments>http://toey.tc20.net/2010/07/31/how-to-change-apache-product-name-on-header/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 23:57:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux How to]]></category>

		<guid isPermaLink="false">http://toey.tc20.net/?p=101</guid>
		<description><![CDATA[how to change apache product name on header vi /apache_1.3.X/src/include/httpd.h หา #define SERVER_BASEVENDOR &#8220;Apache Group&#8221; #define SERVER_BASEPRODUCT &#8220;Apache&#8221; #define SERVER_BASEREVISION &#8220;1.3.X&#8221; #define SERVER_BASEVERSION SERVER_BASEPRODUCT &#8220;/&#8221; SERVER_BASEREVISION #define SERVER_PRODUCT SERVER_BASEPRODUCT #define SERVER_REVISION SERVER_BASEREVISION #define SERVER_VERSION SERVER_PRODUCT &#8220;/&#8221; SERVER_REVISION enum server_token_type { SrvTk_MIN, /* eg: Apache/1.3.0 */ SrvTk_OS, /* eg: Apache/1.3.0 (UNIX) */ SrvTk_FULL, /* eg: Apache/1.3.0 [...]]]></description>
			<content:encoded><![CDATA[<p>how to change apache product name on header</p>
<p>vi /apache_1.3.X/src/include/httpd.h </p>
<p>หา </p>
<p>#define SERVER_BASEVENDOR &#8220;Apache Group&#8221;<br />
#define SERVER_BASEPRODUCT &#8220;Apache&#8221;<br />
#define SERVER_BASEREVISION &#8220;1.3.X&#8221;<br />
#define SERVER_BASEVERSION SERVER_BASEPRODUCT &#8220;/&#8221; SERVER_BASEREVISION </p>
<p>#define SERVER_PRODUCT SERVER_BASEPRODUCT<br />
#define SERVER_REVISION SERVER_BASEREVISION<br />
#define SERVER_VERSION SERVER_PRODUCT &#8220;/&#8221; SERVER_REVISION<br />
enum server_token_type {<br />
SrvTk_MIN, /* eg: Apache/1.3.0 */<br />
SrvTk_OS, /* eg: Apache/1.3.0 (UNIX) */<br />
SrvTk_FULL, /* eg: Apache/1.3.0 (UNIX) PHP/3.0 FooBar/1.2b */<br />
SrvTk_PRODUCT_ONLY /* eg: Apache */<br />
}; </p>
<p>เปลี่ยนเป็น </p>
<p>#define SERVER_BASEVENDOR &#8220;Apache Group&#8221;<br />
#define SERVER_BASEPRODUCT &#8220;Microsoft-IIS&#8221; << เปลี่ยนเป็นอะไรก็ได้<br />
#define SERVER_BASEREVISION "6.0" << เปลี่ยนเป็นอะไรก็ได้<br />
#define SERVER_BASEVERSION SERVER_BASEPRODUCT "/" SERVER_BASEREVISION </p>
<p>#define SERVER_PRODUCT SERVER_BASEPRODUCT<br />
#define SERVER_REVISION SERVER_BASEREVISION<br />
#define SERVER_VERSION SERVER_PRODUCT "/" SERVER_REVISION<br />
enum server_token_type {<br />
SrvTk_MIN, /* eg: Apache/1.3.0 */<br />
SrvTk_OS, /* eg: Apache/1.3.0 (UNIX) */<br />
SrvTk_FULL, /* eg: Apache/1.3.0 (UNIX) PHP/3.0 FooBar/1.2b */<br />
SrvTk_PRODUCT_ONLY /* eg: Apache */<br />
}; </p>
<p>เซพแล้ว compile ใหม่ </p>
<p>เพิ่ม ServerTokens Min ใน httpd.conf </p>
<p>##########################################################</p>
<p>#Apache Server </p>
<p>HOW TO CHANGE Server : Apache/2.X.X TO Server : ??????? </p>
<p>vi /httpd-2.X.X/include/ap_release.h </p>
<p>หา </p>
<p>#define AP_SERVER_BASEVENDOR "Apache Software Foundation"<br />
#define AP_SERVER_BASEPRODUCT "Apache" </p>
<p>#define AP_SERVER_MAJORVERSION_NUMBER 2<br />
#define AP_SERVER_MINORVERSION_NUMBER X<br />
#define AP_SERVER_PATCHLEVEL_NUMBER X<br />
/* #define AP_SERVER_DEVBUILD_BOOLEAN 1 */ </p>
<p>เปลี่ยนเป็น </p>
<p>#define AP_SERVER_BASEVENDOR "Apache Software Foundation"<br />
#define AP_SERVER_BASEPRODUCT "Microsoft-IIS/6.0" << เปลี่ยนเป็นอะไรก็ได้ </p>
<p>#define AP_SERVER_MAJORVERSION_NUMBER 2<br />
#define AP_SERVER_MINORVERSION_NUMBER X<br />
#define AP_SERVER_PATCHLEVEL_NUMBER X<br />
/* #define AP_SERVER_DEVBUILD_BOOLEAN 1 */ </p>
<p>เซพแล้ว compile ใหม่<br />
เพิ่ม ServerTokens Prod ใน httpd.conf </p>
<p>เคยเขียนไว้เองใน <a href="http://www.thaibsd.com/webboard/show.php?Category=thaibsd&#038;No=6512">thaibsd</a><br />
เอามาเก็บไว้เผื่อมีคนจะใช้</p>
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://toey.tc20.net/2010/07/31/how-to-change-apache-product-name-on-header/&amp;layout=standard&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><fb:share-button href="http://toey.tc20.net/2010/07/31/how-to-change-apache-product-name-on-header/" type="box_count"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://toey.tc20.net/2010/07/31/how-to-change-apache-product-name-on-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://toey.tc20.net/2010/07/30/mount-iso-on-solaris/&amp;layout=standard&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><fb:share-button href="http://toey.tc20.net/2010/07/30/mount-iso-on-solaris/" type="box_count"></fb:share-button>]]></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>
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://toey.tc20.net/2010/07/30/zfs-basic-command/&amp;layout=standard&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><fb:share-button href="http://toey.tc20.net/2010/07/30/zfs-basic-command/" type="box_count"></fb:share-button>]]></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>
<p class='fb-like'><iframe src='http://www.facebook.com/plugins/like.php?href=http://toey.tc20.net/2010/07/29/bash-rsync-command-not-found/&amp;layout=standard&amp;show_faces=true&amp;width=260&amp;action=like&amp;colorscheme=light' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:260px; height:26px'></iframe></p><fb:share-button href="http://toey.tc20.net/2010/07/29/bash-rsync-command-not-found/" type="box_count"></fb:share-button>]]></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>
	</channel>
</rss>
