<?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>จอมยุทธ์.เน็ต &#187; linux</title>
	<atom:link href="http://www.jomyut.net/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jomyut.net</link>
	<description>มนุษย์ซึ่งสนใจเรียนรู้ทุกอย่างที่เกี่ยวข้องกับเทคโนโลยี</description>
	<lastBuildDate>Wed, 28 Jul 2010 04:36:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux FTP Command mput operation</title>
		<link>http://www.jomyut.net/2008/08/linux-ftp-command-mput-operation.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=linux-ftp-command-mput-operation</link>
		<comments>http://www.jomyut.net/2008/08/linux-ftp-command-mput-operation.html#comments</comments>
		<pubDate>Sun, 24 Aug 2008 14:47:12 +0000</pubDate>
		<dc:creator>Scalopus+</dc:creator>
				<category><![CDATA[Administrator Skills]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mput]]></category>
		<category><![CDATA[ncftp]]></category>
		<category><![CDATA[ncftpput]]></category>
		<category><![CDATA[remote backup]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=24</guid>
		<description><![CDATA[By default ftp command provided in linux doesn&#8217;t support recursive upload and verbose mode. If you would like to transfer some of files to new location and its contain some of folder, you should use ncftp command to transfer.
# ncftpput -u &#60;remote_username&#62; -p &#60;remote_password&#62; -F -R &#60;remote_hostname&#62; &#60;remote_directory&#62; &#60;local_file&#62;

-R &#8211; Recursive
-F &#8211; Use Passive data [...]]]></description>
			<content:encoded><![CDATA[<p><font color="#0066ff">By default ftp command provided in linux doesn&#8217;t support recursive upload and verbose mode. If you would like to transfer some of files to new location and its contain some of folder, you should use ncftp command to transfer.</font></p>
<p><font color="#0066ff"># <font color="#993300">ncftpput -u &lt;remote_username&gt; -p &lt;remote_password&gt; -F -R &lt;remote_hostname&gt; &lt;remote_directory&gt; &lt;local_file&gt;</font></font></p>
<ul>
<li><font color="#0066ff">-R &#8211; Recursive</font></li>
<li><font color="#0066ff">-F &#8211; Use Passive data connection</font></li>
</ul>
<p>
<p>ปกติแล้วเวลาย้ายข้อมูลระหว่างลีนุกซ์ผ่าน FTP ถ้าหากเรามีหลายไฟล์ โปรแกรม ftp มาตรฐานที่มากับ linux จะถาม confirm ทุกไฟล์ที่เราต้องการจะย้ายไปที่ไดเรกทอรี่ใหม่ ถ้าหากเราต้องการย้ายข้อมูลจากเซิฟเวอร์หนึ่งไปยังอีกเซิฟเวอร์หนึ่ง อาจจะไม่สะดวกนัก จริงๆมีโปรแกรม ftp อีกตัว ที่สามารถใช้งานได้เหมือนกัน และไม่ต้องคอยตอบคำถาม และยังย้าย directory ได้ด้วย นั่นคือโปรแกรม ncftp</p>
<p><font color="#993300"># ncftpput -u &lt;remote_username&gt; -p &lt;remote_password&gt; -F -R<br />
&lt;remote_hostname&gt; &lt;remote_directory&gt; &lt;local_file&gt;</font></p>
<ul>
<li>-R &#8211; ย้ายข้อมูลทั้งหมดในไดเรกทอรรี่นั้นๆ</li>
<li>-F &#8211; เหมาะสำหรับเครื่องเซิฟเวอร์ที่อาจจะมีปัญหาเกี่ยวกับ Firewall อันนี้เป็นคำสั่งให้ทำงานแบบ Passive Mode</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jomyut.net/2008/08/linux-ftp-command-mput-operation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send the jobs to background process.</title>
		<link>http://www.jomyut.net/2008/08/send-the-jobs-to-background-process.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=send-the-jobs-to-background-process</link>
		<comments>http://www.jomyut.net/2008/08/send-the-jobs-to-background-process.html#comments</comments>
		<pubDate>Fri, 22 Aug 2008 13:20:11 +0000</pubDate>
		<dc:creator>Scalopus+</dc:creator>
				<category><![CDATA[Administrator Skills]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[bg]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[foreground]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=22</guid>
		<description><![CDATA[If you running foreground process and want that application switch to run as background process, what you needs to do is, press ctrl+z (Process will temporary stopped) then execute `bg`. This command will continue the final tasks in background. I have done this in ubuntu. (Not sure for another operating system).
ถ้าหากมี Process ที่สั่งทำงานอยู่ แต่ว่าต้องการที่จะเปลี่ยนให้โปรเซสนั้นๆย้ายไปทำงานในโหมด Background [...]]]></description>
			<content:encoded><![CDATA[<p><font color="#0066ff">If you running foreground process and want that application switch to run as background process, what you needs to do is, press ctrl+z (Process will temporary stopped) then execute `bg`. This command will continue the final tasks in background. I have done this in ubuntu. (Not sure for another operating system).</font></p>
<p>ถ้าหากมี Process ที่สั่งทำงานอยู่ แต่ว่าต้องการที่จะเปลี่ยนให้โปรเซสนั้นๆย้ายไปทำงานในโหมด Background สิ่งที่จะต้องทำก็คือ กด Ctrl+z โปรแกรมจะหยุดทำงานชั่วคราว หลังจากนั้น สั่ง `bg` โปรแกรมจะเริ่มทำงานต่อในโหมด background.</p>
<p>Reference: <a href="http://www.ncl.ac.uk/iss/unix/unixhelp/job_process.html">Manage Jobs and Processes.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jomyut.net/2008/08/send-the-jobs-to-background-process.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Tuner</title>
		<link>http://www.jomyut.net/2008/07/mysql-tuner.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mysql-tuner</link>
		<comments>http://www.jomyut.net/2008/07/mysql-tuner.html#comments</comments>
		<pubDate>Thu, 24 Jul 2008 21:27:59 +0000</pubDate>
		<dc:creator>Scalopus+</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1399</guid>
		<description><![CDATA[Perl script to tunning mysql. see at http://rackerhacker.com/mysqltuner/
]]></description>
			<content:encoded><![CDATA[<p>Perl script to tunning mysql. see at http://rackerhacker.com/mysqltuner/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jomyut.net/2008/07/mysql-tuner.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu /sbin/service</title>
		<link>http://www.jomyut.net/2008/07/ubuntu-sbinservice.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ubuntu-sbinservice</link>
		<comments>http://www.jomyut.net/2008/07/ubuntu-sbinservice.html#comments</comments>
		<pubDate>Fri, 18 Jul 2008 22:05:13 +0000</pubDate>
		<dc:creator>Scalopus+</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[directadmin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1391</guid>
		<description><![CDATA[ปกติ Ubuntu จะใช้คำสั่ง service ไม่ได้ วิธีการ Follow ดังนี้
1. ติดตั้ง Package : root# aptitude install sysvconfig
จากนั้น ทำการสร้าง Symbolic link
2. ln -s /usr/sbin/service /sbin/service
เสร็จเรียบร้อย
กรณีนี้ใช้แก้ปัญหาของ Directadmin ใน System Monitor ไม่สามารถ Start/stop service ได้
]]></description>
			<content:encoded><![CDATA[<p>ปกติ Ubuntu จะใช้คำสั่ง service ไม่ได้ <a href="http://ubuntu-tutorials.com/2007/11/13/service-tool-available-on-ubuntu-710/">วิธีการ Follow</a> ดังนี้</p>
<p>1. ติดตั้ง Package : <code>root# aptitude install <a title="sysvconfig - enabling the 'service' command" href="apt://sysvconfig">sysvconfig</a></code></p>
<p>จากนั้น ทำการสร้าง Symbolic link</p>
<p>2. ln -s /usr/sbin/service /sbin/service</p>
<p>เสร็จเรียบร้อย</p>
<p>กรณีนี้ใช้แก้ปัญหาของ Directadmin ใน System Monitor ไม่สามารถ Start/stop service ได้<br /><code><a title="sysvconfig - enabling the 'service' command" href="apt://sysvconfig"></a></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jomyut.net/2008/07/ubuntu-sbinservice.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>suPHP &#8211; Make it low performance machine</title>
		<link>http://www.jomyut.net/2008/04/suphp-make-it-low-performance-machine.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=suphp-make-it-low-performance-machine</link>
		<comments>http://www.jomyut.net/2008/04/suphp-make-it-low-performance-machine.html#comments</comments>
		<pubDate>Tue, 22 Apr 2008 00:20:36 +0000</pubDate>
		<dc:creator>Scalopus+</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1339</guid>
		<description><![CDATA[การปรับมาใช้ suPHP จะต้องปรับ PHP Engine จาก CLI เป็น CGI ซึ่งผลของการทำงานเมื่อทำงานร่วมกับ suPHP พบว่ามีการใช้งาน CPU หนักขึ้นเท่าตัว ดังภาพเป็นรายละเอียดของการปรับมาใช้ suPHP เริ่มตั้งแต่ช่วงตีสามวันอาทิตย์ จะเห็นได้ว่ากราฟการทำงานของระบบโดยรวมสูงขึ้นมากๆ
 
 
]]></description>
			<content:encoded><![CDATA[<p><font style="BACKGROUND-COLOR: #faffff">การปรับมาใช้ suPHP จะต้องปรับ PHP Engine จาก CLI เป็น CGI ซึ่งผลของการทำงานเมื่อทำงานร่วมกับ suPHP พบว่ามีการใช้งาน CPU หนักขึ้นเท่าตัว ดังภาพเป็นรายละเอียดของการปรับมาใช้ suPHP เริ่มตั้งแต่ช่วงตีสามวันอาทิตย์ จะเห็นได้ว่ากราฟการทำงานของระบบโดยรวมสูงขึ้นมากๆ</font></p>
<p><a class="serendipity_image_link" href="http://diary.jomyut.net/media/General/locomotive_cpusum-suphp.png" target="_blank"><img class="serendipity_image_center" style="BORDER-RIGHT: 0px; PADDING-RIGHT: 5px; BORDER-TOP: 0px; PADDING-LEFT: 5px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height="89" src="http://diary.jomyut.net/media/General/locomotive_cpusum-suphp.thumb.png" width="330" /></a> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jomyut.net/2008/04/suphp-make-it-low-performance-machine.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DirectAdmin and suPHP</title>
		<link>http://www.jomyut.net/2008/04/directadmin-and-suphp.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=directadmin-and-suphp</link>
		<comments>http://www.jomyut.net/2008/04/directadmin-and-suphp.html#comments</comments>
		<pubDate>Sun, 20 Apr 2008 06:57:55 +0000</pubDate>
		<dc:creator>Scalopus+</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[directadmin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[suphp]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1337</guid>
		<description><![CDATA[วันนี้ทำการติดตั้ง suPHP กับ DirectAdmin ต้องเปลี่ยน PHP จาก CLI -&#62; CGI แล้วก็ปรับ Mode ของ Directory ที่มีอยู่ รายละเอียดมีดังนี้

cd /usr/local/directadmin/custombuild/
./build update
./build clean
./build suphp
แก้ไขไฟล์ options.conf-&#62; เปลี่ยน PHP จาก CLI -&#62; CGI
./build php
เสร็จแล้ว ก็ไปปรับ Directory ห้าม Mode เกิน 755 และ User ของไฟล์ PHP จะต้องเป็น user:user

]]></description>
			<content:encoded><![CDATA[<p>วันนี้ทำการติดตั้ง suPHP กับ DirectAdmin ต้องเปลี่ยน PHP จาก CLI -&gt; CGI แล้วก็ปรับ Mode ของ Directory ที่มีอยู่ รายละเอียดมีดังนี้</p>
<ol>
<li>cd /usr/local/directadmin/custombuild/</li>
<li>./build update</li>
<li>./build clean</li>
<li>./build suphp</li>
<li>แก้ไขไฟล์ options.conf<br />-&gt; เปลี่ยน PHP จาก CLI -&gt; CGI</li>
<li>./build php</li>
<li>เสร็จแล้ว ก็ไปปรับ Directory ห้าม Mode เกิน 755 และ User ของไฟล์ PHP จะต้องเป็น user:user</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.jomyut.net/2008/04/directadmin-and-suphp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSLoxinfo Proxy</title>
		<link>http://www.jomyut.net/2008/04/csloxinfo-proxy.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=csloxinfo-proxy</link>
		<comments>http://www.jomyut.net/2008/04/csloxinfo-proxy.html#comments</comments>
		<pubDate>Sun, 20 Apr 2008 06:30:40 +0000</pubDate>
		<dc:creator>Scalopus+</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[csloxinfo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1336</guid>
		<description><![CDATA[CS-Loxinfo Proxy Setting

http://proxy.csloxinfo.com:8080
export http_proxy=http://proxy.csloxinfo.com:8080
export ftp_proxy=http://proxy.csloxinfo.com:8080

]]></description>
			<content:encoded><![CDATA[<p><b>CS-Loxinfo Proxy Setting</b></p>
<ul>
<li>http://proxy.csloxinfo.com:8080</li>
<li>export http_proxy=http://proxy.csloxinfo.com:8080</li>
<li>export ftp_proxy=http://proxy.csloxinfo.com:8080</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jomyut.net/2008/04/csloxinfo-proxy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Billing System Software</title>
		<link>http://www.jomyut.net/2008/04/billing-system-software.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=billing-system-software</link>
		<comments>http://www.jomyut.net/2008/04/billing-system-software.html#comments</comments>
		<pubDate>Sat, 19 Apr 2008 19:45:28 +0000</pubDate>
		<dc:creator>Scalopus+</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[hosting software]]></category>
		<category><![CDATA[invoice]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1335</guid>
		<description><![CDATA[Software Lists

WHMCompleteSolution
Invoicing Manager
AWBS
LicensePal &#8211; WHMCompleteSolution reseller

]]></description>
			<content:encoded><![CDATA[<p><b>Software Lists</b></p>
<ol>
<li><a href="http://www.whmcs.com/index.php">WHMCompleteSolution</a></li>
<li><a href="http://www.invoicingmanager.com/">Invoicing Manager</a></li>
<li><a href="http://www.awbs.com/index.php">AWBS</a></li>
<li><a href="http://www.licensepal.com/">LicensePal</a> &#8211; WHMCompleteSolution reseller<a href="http://www.awbs.com/index.php"></a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.jomyut.net/2008/04/billing-system-software.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server: Optimization</title>
		<link>http://www.jomyut.net/2008/03/server-optimization.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=server-optimization</link>
		<comments>http://www.jomyut.net/2008/03/server-optimization.html#comments</comments>
		<pubDate>Wed, 19 Mar 2008 06:57:08 +0000</pubDate>
		<dc:creator>Scalopus+</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modprobe]]></category>
		<category><![CDATA[mrtg]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1318</guid>
		<description><![CDATA[Disable IPv6 [Ref]
- /etc/modprobe.d/aliases
Find: alias net-pf-10 ipv6Replace: alias net-pf-10 off
MRTG monitoring &#8211; Estrablish connection [Ref] [Interesting resource]
]]></description>
			<content:encoded><![CDATA[<p>Disable IPv6 [<a href="http://www.ubuntugeek.com/how-to-disable-ipv6-in-ubuntu.html">Ref</a>]</p>
<p>- /etc/modprobe.d/aliases</p>
<p>Find: alias net-pf-10 ipv6<br />Replace: alias net-pf-10 off</p>
<p>MRTG monitoring &#8211; Estrablish connection [<a href="http://golfreeze.212cafe.com/archive/2006-08-09/establish-tcp-connection-mrtg/">Ref</a>] [<a href="http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch23_:_Advanced_MRTG_for_Linux">Interesting resource</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jomyut.net/2008/03/server-optimization.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClamAV Reference</title>
		<link>http://www.jomyut.net/2008/03/clamav-reference.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=clamav-reference</link>
		<comments>http://www.jomyut.net/2008/03/clamav-reference.html#comments</comments>
		<pubDate>Tue, 18 Mar 2008 11:10:31 +0000</pubDate>
		<dc:creator>Scalopus+</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1317</guid>
		<description><![CDATA[ClamAV Installation Test [Ref]
DirectAdmin
DirectAdmin and ClamAV [Ref] [Ref] [Ref] 
Virus Mail Tester Tools [Ref] [Ref] /
]]></description>
			<content:encoded><![CDATA[<p>ClamAV Installation Test [<a href="http://flakshack.com/anti-spam/wiki/index.php?page=Test+ClamAV">Ref</a>]
<p>DirectAdmin</p>
<p>DirectAdmin and ClamAV [<a href="http://www.directadmin.com/forum/showthread.php?p=107380">Ref</a>] [<a href="http://www.mneylon.com/blog/archives/2006/01/16/installing-mailscanner-on-directadmin-with-exim/">Ref</a>] [<a href="http://www.directadmin.com/forum/showthread.php?t=3860">Ref</a>] </p>
<p>Virus Mail Tester Tools [<a href="http://www.declude.com/Articles.asp?ID=99">Ref</a>] [<a href="http://www.efextra.com/filtertest.asp">Ref</a>] /</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jomyut.net/2008/03/clamav-reference.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
