<?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>Just My Life</title>
	<atom:link href="http://imrgill.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://imrgill.com</link>
	<description>I&#039;m mrGilL, I&#039;m Newbie Admin</description>
	<lastBuildDate>Sun, 14 Mar 2010 04:44:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>การ config squid3 ให้เก็บชื่อ hostname ของ client ใน access.log</title>
		<link>http://imrgill.com/2010/03/13/how-to-config-squid3-add-hostname-to-access-log.html</link>
		<comments>http://imrgill.com/2010/03/13/how-to-config-squid3-add-hostname-to-access-log.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 16:39:27 +0000</pubDate>
		<dc:creator>mrgill</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://imrgill.com/?p=562</guid>
		<description><![CDATA[วันก่อนพี่ที่บริษัทผมโทรมาสอบถามเรื่องโปรเจ็คตัวนึงที่กำลังทำกันอยู่ซึ่งเกี่ยวข้องกับการเก็บ log ไฟล์ของ squid 3 ว่าสามารถทำให้มันเก็บ log ชื่อ hostname + ip ได้ไหมเพราะถ้าเป็นไอพีอย่างเดียว คนที่มีความรู้ด้านไอทีก็สามารถเข้าไปเปลี่ยนไอพีของเครื่อง client ได้ ซึ่งตอนนั้นผมก็ยังไม่มีเวลาศึกษา จนกลับมาจากงานอบรมที่ชัยภูมิก็มานั่งทำการบ้านที่พี่เค้าสั่งมาจนได้คำตอบดังนี้
หากคุณต้องการให้ squid เก็บ log ทั้ง hostname + ip ตามตัวอย่างด่านล้าง

root@proxy:/etc/squid3# tail -f /var/log/squid3/access.log
mrgill-laptop 192.168.1.34 - - [13/Mar/2010:23:12:29 +0700] "GET http://imrgill.com/wp-admin/index.php? HTTP/1.1" 200 1008 "http://imrgill.com/wp-admin/index.php?page=stats" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.2pre) Gecko/20100311 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre GTB6" TCP_MISS:DIRECT
mrgill-laptop 192.168.1.34 - - [...]]]></description>
			<content:encoded><![CDATA[<p>วันก่อนพี่ที่บริษัทผมโทรมาสอบถามเรื่องโปรเจ็คตัวนึงที่กำลังทำกันอยู่ซึ่งเกี่ยวข้องกับการเก็บ log ไฟล์ของ squid 3 ว่าสามารถทำให้มันเก็บ log ชื่อ hostname + ip ได้ไหมเพราะถ้าเป็นไอพีอย่างเดียว คนที่มีความรู้ด้านไอทีก็สามารถเข้าไปเปลี่ยนไอพีของเครื่อง client ได้ ซึ่งตอนนั้นผมก็ยังไม่มีเวลาศึกษา จนกลับมาจากงานอบรมที่ชัยภูมิก็มานั่งทำการบ้านที่พี่เค้าสั่งมาจนได้คำตอบดังนี้</p>
<p>หากคุณต้องการให้ squid เก็บ log ทั้ง hostname + ip ตามตัวอย่างด่านล้าง</p>
<pre>
<div class="codesnip-container" >root@proxy:/etc/squid3# tail -f /var/log/squid3/access.log
mrgill-laptop 192.168.1.34 - - [13/Mar/2010:23:12:29 +0700] "GET http://imrgill.com/wp-admin/index.php? HTTP/1.1" 200 1008 "http://imrgill.com/wp-admin/index.php?page=stats" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.2pre) Gecko/20100311 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre GTB6" TCP_MISS:DIRECT
mrgill-laptop 192.168.1.34 - - [13/Mar/2010:23:12:29 +0700] "GET http://imrgill.com/wp-admin/index.php? HTTP/1.1" 200 1780 "http://imrgill.com/wp-admin/index.php?page=stats" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.2pre) Gecko/20100311 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre GTB6" TCP_MISS:DIRECT
mrgill-laptop 192.168.1.34 - - [13/Mar/2010:23:12:30 +0700] "GET http://imrgill.com/wp-content/plugins/flickr-gallery/flickr-gallery.css? HTTP/1.1" 304 260 "http://imrgill.com/wp-admin/index.php?page=stats" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.2pre) Gecko/20100311 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre GTB6" TCP_REFRESH_UNMODIFIED:DIRECT</div>
</pre>
<p>ให้คุณตั้งค่า squid3.conf ดังนี้</p>
<pre>
<div class="codesnip-container" >#เอา # หน้าบรรทัด logformat combined ออกแล้วเพิ่ม %>A เข้าไปหน้า %>a
logformat combined %>A %>a %ui %un [%tl] "%rm %ru HTTP/%rv" %Hs %<st "%{Referer}>h" "%{User-Agent}>h" %Ss:%Sh

#กำหนด logformat เป็น combined
access_log /var/log/squid3/access.log combined

#กำหนด log_ip_on_direct เป็น off
log_ip_on_direct off

#กำหนด log_fqdn เป็น on
log_fqdn on</div>
</pre>
<p>แต่มีข้อแม้ว่า proxy server ของเราต้อง resolv hostname จาก dns server ของเราได้ด้วยนะครับ หมายถึงต้องมีชื่อเครื่อง client ใน dns server ของเราด้วย ถ้าใครไม่มี dns ก็สามารถ map เครื่องกับไอพีได้เองในไฟล์ /etc/hosts<br />
ตัวอย่าง</p>
<pre>
<div class="codesnip-container" >127.0.0.1	localhost
127.0.1.1	proxy
192.168.1.34	mrgill-laptop</div>
</pre>
<p>เสร็จแล้วก็อย่าลืม restart squid3 กันด้วยนะครับ</p>
]]></content:encoded>
			<wfw:commentRss>http://imrgill.com/2010/03/13/how-to-config-squid3-add-hostname-to-access-log.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ภาพบรรยากาศการอบรม Linux Ubuntu ณ โรงพยาลบาลภักดีชุมพล จังหวัดชัยภูมิ</title>
		<link>http://imrgill.com/2010/03/13/ubuntu-training-at-phakdeechumphol-hospital.html</link>
		<comments>http://imrgill.com/2010/03/13/ubuntu-training-at-phakdeechumphol-hospital.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 11:44:00 +0000</pubDate>
		<dc:creator>mrgill</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[chaiyaphum]]></category>
		<category><![CDATA[phakdeechumphol]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://imrgill.com/?p=561</guid>
		<description><![CDATA[สัปดาห์ก่อนหลังจากเสร็จงานรับปริญญาของเพื่อน ส้ม ผมก็เดินทางไปอบรมลีนุกซ์ ubuntu ให้โรงพยาบาลภักดีชุมพล จังหวัดชัยภูิมิ กับ เพื่อน ฮาร์ท มาครับ ไปถึงวันแรก อากาศร้อนมาก ก็ไปถึงวันที่ 9 มีนาคม ตอนบ่าย แต่คืนแรกที่ไปถึงอากาศกลับหนาวมากๆ  ต่อมาวันที่ 10 มีนาคม ก็นั่งเช็ตเครื่องที่จะใช้อบรมกัน เริ่มอบรมจริงกันก็ 11 &#8211; 12 มีนาคม 2553 ที่ผ่านมา เ้จ้าหน้าที่ทุกคนเป็นกันเองและน่ารักมาก ผมและเพื่อนฮาร์ทช่วยกันสอน ผมสอนการใช้งาน Ubuntu Desktop เพื่อน ฮาร์ท ก็มาสอนในส่วน OpenOffice.org








]]></description>
			<content:encoded><![CDATA[<p>สัปดาห์ก่อนหลังจากเสร็จงานรับปริญญาของเพื่อน ส้ม ผมก็เดินทางไปอบรมลีนุกซ์ ubuntu ให้โรงพยาบาลภักดีชุมพล จังหวัดชัยภูิมิ กับ เพื่อน ฮาร์ท มาครับ ไปถึงวันแรก อากาศร้อนมาก ก็ไปถึงวันที่ 9 มีนาคม ตอนบ่าย แต่คืนแรกที่ไปถึงอากาศกลับหนาวมากๆ  ต่อมาวันที่ 10 มีนาคม ก็นั่งเช็ตเครื่องที่จะใช้อบรมกัน เริ่มอบรมจริงกันก็ 11 &#8211; 12 มีนาคม 2553 ที่ผ่านมา เ้จ้าหน้าที่ทุกคนเป็นกันเองและน่ารักมาก ผมและเพื่อนฮาร์ทช่วยกันสอน ผมสอนการใช้งาน Ubuntu Desktop เพื่อน ฮาร์ท ก็มาสอนในส่วน OpenOffice.org</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm5.static.flickr.com/4034/4429244956_b2424193e8.jpg" alt="" width="500" height="375" /></p>
<p><span id="more-561"></span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm5.static.flickr.com/4013/4429244960_fc98245fd5.jpg" alt="" width="500" height="375" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm5.static.flickr.com/4002/4429244964_98cf51496c.jpg" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm3.static.flickr.com/2711/4429244962_a62d60c695.jpg" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm5.static.flickr.com/4009/4429244970_190bb14d5f.jpg" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm5.static.flickr.com/4014/4428517481_dc14e591e8.jpg" alt="" width="500" height="375" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm3.static.flickr.com/2687/4429244968_5f8f6c77c7.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://imrgill.com/2010/03/13/ubuntu-training-at-phakdeechumphol-hospital.html/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Daily Command : ใช้แรมไปเท่าไหร่หนอ</title>
		<link>http://imrgill.com/2010/03/08/view-used-memory-on-linux.html</link>
		<comments>http://imrgill.com/2010/03/08/view-used-memory-on-linux.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 01:03:30 +0000</pubDate>
		<dc:creator>mrgill</dc:creator>
				<category><![CDATA[Daily command]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://imrgill.com/?p=560</guid>
		<description><![CDATA[หลายครั้งครับที่อยากรู้ว่าตอนนี้เครื่องเราใช้แรมไปเท่าไหร่ ก็ลองใช้คำสั่งง่ายๆ อย่าง free ดูครับ

mrgill@mrgill-laptop:~$ free -m
             total       used       free     shared    buffers     cached
Mem:        [...]]]></description>
			<content:encoded><![CDATA[<p>หลายครั้งครับที่อยากรู้ว่าตอนนี้เครื่องเราใช้แรมไปเท่าไหร่ ก็ลองใช้คำสั่งง่ายๆ อย่าง free ดูครับ</p>
<pre>
<div class="codesnip-container" >mrgill@mrgill-laptop:~$ free -m
             total       used       free     shared    buffers     cached
Mem:          1498       1466         32          0        109        825
-/+ buffers/cache:        531        966
Swap:         3153          0       3153</div>
</pre>
<p><span id="more-560"></span><br />
ถ้าอยากรู้ละเอียดมากกว่านี้ ก็ลอง cat /proc/meminfo </p>
<pre>
<div class="codesnip-container" >mrgill@mrgill-laptop:~$ cat /proc/meminfo
MemTotal:        1534588 kB
MemFree:           46456 kB
Buffers:          111824 kB
Cached:           833636 kB
SwapCached:            0 kB
Active:           603812 kB
Inactive:         791404 kB
Active(anon):     326192 kB
Inactive(anon):   226164 kB
Active(file):     277620 kB
Inactive(file):   565240 kB
Unevictable:          16 kB
Mlocked:              16 kB
HighTotal:        653832 kB
HighFree:           5208 kB
LowTotal:         880756 kB
LowFree:           41248 kB
SwapTotal:       3229024 kB
SwapFree:        3229024 kB
Dirty:               188 kB
Writeback:             0 kB
AnonPages:        449824 kB
Mapped:           109116 kB
Slab:              70320 kB
SReclaimable:      59268 kB
SUnreclaim:        11052 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     3996316 kB
Committed_AS:    1298868 kB
VmallocTotal:     122880 kB
VmallocUsed:       12092 kB
VmallocChunk:      93636 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       4096 kB
DirectMap4k:       20472 kB
DirectMap4M:      888832 kB</div>
</pre>
<p>ลองนำไปใช้กันดู</p>
]]></content:encoded>
			<wfw:commentRss>http://imrgill.com/2010/03/08/view-used-memory-on-linux.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>เอาใจเด็กรามฯ ด้วย RU WiFi Auto Login Script</title>
		<link>http://imrgill.com/2010/02/28/ru-wifi-auto-login-script.html</link>
		<comments>http://imrgill.com/2010/02/28/ru-wifi-auto-login-script.html#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:31:06 +0000</pubDate>
		<dc:creator>mrgill</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ru]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[รามฯ]]></category>
		<category><![CDATA[สคริป]]></category>
		<category><![CDATA[เน็ต]]></category>

		<guid isPermaLink="false">http://imrgill.com/?p=558</guid>
		<description><![CDATA[เมื่อวานเข้าไปที่คณะในรามฯ ครับ ไปกินข้าวกับพวกพี่ๆ เจ้าหน้าที่ที่ซี้ๆ กัน กลับมาจากกินข้าวก็มานั่งเล่นที่ห้องเจ้าหน้าที่ ก็นั่งเล่นไปคุยกันไปเรื่อย จนมาคุยกันถึงเรื่องการ login เน็ตของที่รามฯ ก่อนที่จะเข้าอินเตอร์เน็ต ซึ่งผมมีไอเดียจะเขียนสคริปสำหรับล็อกอินเน็ตรามฯ ไว้นานแล้ว เพราะขี้เกียจมานั่งกรอกเลขรหัสบัตรประชาชน 13 หลักทุกครั้งที่จะใช้เน็ต ก็เลยนั่งเขียน script ตั้งแต่เที่ยง จนถึงเย็น ก็เอาตัว Script ต่อ True Wi-Fi อัตโนมัติ(Truewifi Auto Login  V2.04) มาแก้ไขนิดหน่อย จนสุดท้ายมันก็ใช้งานได้ ก็เลยเอามาแจกจ่ายเด็กรามฯ ด้วยกันครับ
ขั้นตอนการติดตั้งเหมือนกับ Script ต่อ True Wi-Fi อัตโนมัติ(Truewifi Auto Login  V2.04) ทุกอย่างเลยครับคือ
1. เครื่องคุณต้องมี Mozilla Firefox ก่อนครับ โดยสามารถดาวน์โหลดได้ที่  http://www.mozilla.com/en-US/firefox/ เมื่อดาวน์โหลดมาแล้วก็ติดตั้งเลยครับใช้ Step Next and [...]]]></description>
			<content:encoded><![CDATA[<p>เมื่อวานเข้าไปที่คณะในรามฯ ครับ ไปกินข้าวกับพวกพี่ๆ เจ้าหน้าที่ที่ซี้ๆ กัน กลับมาจากกินข้าวก็มานั่งเล่นที่ห้องเจ้าหน้าที่ ก็นั่งเล่นไปคุยกันไปเรื่อย จนมาคุยกันถึงเรื่องการ login เน็ตของที่รามฯ ก่อนที่จะเข้าอินเตอร์เน็ต ซึ่งผมมีไอเดียจะเขียนสคริปสำหรับล็อกอินเน็ตรามฯ ไว้นานแล้ว เพราะขี้เกียจมานั่งกรอกเลขรหัสบัตรประชาชน 13 หลักทุกครั้งที่จะใช้เน็ต ก็เลยนั่งเขียน script ตั้งแต่เที่ยง จนถึงเย็น ก็เอาตัว <a href="../2009/12/18/script-truewifi-auto-login-v2-04.html" target="_blank">Script ต่อ True Wi-Fi อัตโนมัติ(Truewifi Auto Login  V2.04)</a> มาแก้ไขนิดหน่อย จนสุดท้ายมันก็ใช้งานได้ ก็เลยเอามาแจกจ่ายเด็กรามฯ ด้วยกันครับ</p>
<p>ขั้นตอนการติดตั้งเหมือนกับ <a href="../2009/12/18/script-truewifi-auto-login-v2-04.html" target="_blank">Script ต่อ True Wi-Fi อัตโนมัติ(Truewifi Auto Login  V2.04)</a> ทุกอย่างเลยครับคือ</p>
<p>1. เครื่องคุณต้องมี Mozilla Firefox ก่อนครับ โดยสามารถดาวน์โหลดได้ที่  <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">http://www.mozilla.com/en-US/firefox/</a> เมื่อดาวน์โหลดมาแล้วก็ติดตั้งเลยครับใช้ Step Next and Next</p>
<p>2. ติดตั้ง Addon ของ Firefox ที่ชื่อ <a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">Greasemonkey</a> &lt;&lt; คลิกลิงค์นี้ใน Firefox  เข้าหน้า Greasemonkey แล้วก็คลิกที่ปุ่ม Add to Firefox  เมื่อติดตั้งเสร็จแล้ว Firefox จะให้เรา Restart ตัวมันเองก็กด Restart  Firefox ไปครับ โปรแกรมจะ Restart  ตัวเองจากนั้นเมื่อมันเปิดขึ้นมาอีกครั้งเราจะเป็นรูปลิงน้อยที่มุมขวาล่าง  ของ Status bar ของ Firefox</p>
<p style="text-align: center;"><img class="aligncenter" src="http://learners.in.th/file/gillclub/greasemonkey.jpg" border="0" alt="" /></p>
<p style="text-align: center;">รูปไอคอนของ Greasemonkey ที่ Status bar  ของ Firefox</p>
<p><span id="more-558"></span>3. ดาวน์โหลดไฟล์ <a href="http://www.ziddu.com/download/8762482/ru_wifi_auto_login.zip.html" target="_blank">ru_wifi_auto_login.zip</a> โหลดเสร็จแล้วแตกไฟล์ออกมา จะได้ไฟล์ ru_wifi_auto_login.user.js ให้ไปแก้ไข username กับ password</p>
<pre>
<div class="codesnip-container" >// username and password
var username="changeme"; // ใส่ username ของท่าน ลงไปแทน changeme
var password="changeme"; // ใส่ password ของท่าน ลงไปแทน changeme</div>
</pre>
<p>**แนะนำให้ใช้โปรแกรม wordpad, editplus, notepad++ ในการแก้ไขไฟล์นะครับ เพราะโปรแกรม notepad อาจมีปัญหากับการติดคำในไฟล์ script</p>
<p>4. แก้ไขเสร็จแล้วก็จับไฟล์สคริปลากใส่ใน Firefox เลยครับ หรือใครจับลากใส่ Firefox ไม่เป็นก็สามารถเลือกที่เมนู File &gt;&gt; Open File &gt;&gt; แล้วก็ Browse ไปหาไฟล์ Script ที่แก้ไขเสร็จแล้วก็ได้ครับ แล้วก็กด Open หรือ OK โปรแกรมถามให้เรา Install ก็เลือกกดที่ Install ได้เลยครับ</p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;"><a href="http://farm3.static.flickr.com/2777/4391760065_421432802e_o.png" rel="lightbox[558]"><img class="aligncenter" src="http://farm3.static.flickr.com/2777/4391760065_421432802e_o.png" alt="" width="427" height="452" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">5. จากนั้นให้ทดลองเข้าเว็บไซต์อะไรก็ได้ (หาก Login อยู่ให้ Logout ออกก่อน โดยเข้าไปที่หน้า <a href="https://10.4.51.1/netaccess/constatus.html" target="_blank">https://10.4.51.1/netaccess/constatus.html</a> แล้วคลิก Logout) โปรแกรมจะทำการ redirect หน้าเว็บของเราเข้าไปที่หน้าล็อกอินของรามฯ</p>
<p style="text-align: center;"><a href="http://farm5.static.flickr.com/4063/4392446678_afc2420dd5_o.png" rel="lightbox[558]"><img class="aligncenter" src="http://farm5.static.flickr.com/4063/4392446678_6de7dce1b2.jpg" alt="" width="500" height="313" /></a>กดปุ่ม Log In Now ได้เลยครับ</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://farm3.static.flickr.com/2752/4392446684_a408885695_o.png" rel="lightbox[558]"><img class="aligncenter" src="http://farm3.static.flickr.com/2752/4392446684_5066cc120d.jpg" alt="" width="500" height="313" /></a>สคริปจะทำการกรอก Username, Password และล็อกอินให้อัตโนมัติ</p>
<p style="text-align: left;"><span style="color: #ff0000;"><strong>คำเตือน</strong></span> : <span style="background-color: #ffff00;">ไม่ควรใช้สคริปนี้กับเครื่องคอมพิวเตอร์สาธารณะ   เพราะอาจทำให้ชื่อผู้ใช้งานของคุณรั่วไหลได้</span></p>
<p style="text-align: left;">หมายเหตุ : หากใครใช้ Firefox เป็นครั้งแรกแล้วเจอปัญหาดังรูปข้างล่าง</p>
<p style="text-align: center;"><a href="http://farm3.static.flickr.com/2694/4392683096_96365178cd_o.png" rel="lightbox[558]"><img class="aligncenter" src="http://farm3.static.flickr.com/2694/4392683096_d88024ef0c.jpg" alt="" width="500" height="313" /></a>ให้คลิกเลือกที่ I Understand Risks จากนั้นกด Add Exceptions</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://farm3.static.flickr.com/2758/4392683100_b8c316d590_o.png" rel="lightbox[558]"><img class="aligncenter" src="http://farm3.static.flickr.com/2758/4392683100_71fe89d92e.jpg" alt="" width="500" height="313" /></a>รอสักครู่ แล้วกด Confirm Security Exception ก็จะใช้งาน Firefox ได้ปกติ</p>
<p style="text-align: left;">จบ</p>
  
<div class="wp_license">
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img src="http://i.creativecommons.org/l/by-nc-sa/3.0//88x31.png" alt="Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported" class="alignleft" style="margin-top:4px;" />
</a>This work  is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported</a>.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://imrgill.com/2010/02/28/ru-wifi-auto-login-script.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>วิธีจัดลำดับความสำคัญของ NIC บน Windows</title>
		<link>http://imrgill.com/2010/02/25/how-to-order-nic-priority-for-windows.html</link>
		<comments>http://imrgill.com/2010/02/25/how-to-order-nic-priority-for-windows.html#comments</comments>
		<pubDate>Thu, 25 Feb 2010 02:52:56 +0000</pubDate>
		<dc:creator>mrgill</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[network interface card]]></category>
		<category><![CDATA[priority]]></category>

		<guid isPermaLink="false">http://imrgill.com/?p=557</guid>
		<description><![CDATA[หลายครั้งครับที่เจอเครื่องทั้ง PC หรือ Server ที่มีการ์ดแลนหลายใบ และมีการใช้งานทุกใบเซ็ตไอพีกันจนทำให้ออกเน็ตกันไม่ได้ก็มี เพราะแต่ละใบก็มีไอพีของตัวเอง แล้วเราจะกำหนดได้ไหมว่าจะใช้ใบไหนเป็นหลัก บทความนี้มีคำตอบครับ
1. ให้คุณคลิกเข้าไปที่ Network Connections ใน Control panel

2. ตรงเมนูบาเลือก Advanced จากนั้นเลือก Advanced Settings&#8230;

3. เราจะเห็นลิสของการ์ดแลนขึ้นมา ให้เราเปลี่ยนการ์ดแลนที่จะใช้เป็นหลักไปอยู่ข้างบนสุด โดยคลิกเลือกที่การ์ดแลนที่ต้องการจากนั้นคลิกลูกศรชี้ขึ้นสีเขียวด้านขวามือ

4. เสร็จละครับ
แหล่งข้อมูลและภาพจาก : http://blog.ianbeyer.com/archives/76
]]></description>
			<content:encoded><![CDATA[<p>หลายครั้งครับที่เจอเครื่องทั้ง PC หรือ Server ที่มีการ์ดแลนหลายใบ และมีการใช้งานทุกใบเซ็ตไอพีกันจนทำให้ออกเน็ตกันไม่ได้ก็มี เพราะแต่ละใบก็มีไอพีของตัวเอง แล้วเราจะกำหนดได้ไหมว่าจะใช้ใบไหนเป็นหลัก บทความนี้มีคำตอบครับ</p>
<p>1. ให้คุณคลิกเข้าไปที่ Network Connections ใน Control panel</p>
<p style="text-align: center;"><a href="http://blog.ianbeyer.com/files/2008/10/networkproperties.png" rel="lightbox[557]"><img class="aligncenter" src="http://blog.ianbeyer.com/files/2008/10/networkproperties.png" alt="" width="559" height="420" /></a><span id="more-557"></span></p>
<p>2. ตรงเมนูบาเลือก Advanced จากนั้นเลือก Advanced Settings&#8230;</p>
<p style="text-align: center;"><a href="http://blog.ianbeyer.com/files/2008/10/advanced.png" rel="lightbox[557]"><img class="aligncenter" src="http://blog.ianbeyer.com/files/2008/10/advanced.png" alt="" width="404" height="455" /></a></p>
<p>3. เราจะเห็นลิสของการ์ดแลนขึ้นมา ให้เราเปลี่ยนการ์ดแลนที่จะใช้เป็นหลักไปอยู่ข้างบนสุด โดยคลิกเลือกที่การ์ดแลนที่ต้องการจากนั้นคลิกลูกศรชี้ขึ้นสีเขียวด้านขวามือ</p>
<p style="text-align: center;"><a href="http://blog.ianbeyer.com/files/2008/10/advanced2.png" rel="lightbox[557]"><img class="aligncenter" src="http://blog.ianbeyer.com/files/2008/10/advanced2.png" alt="" width="404" height="455" /></a></p>
<p style="text-align: left;">4. เสร็จละครับ</p>
<p style="text-align: left;">แหล่งข้อมูลและภาพจาก : <a href="http://blog.ianbeyer.com/archives/76" target="_blank">http://blog.ianbeyer.com/archives/76</a></p>
]]></content:encoded>
			<wfw:commentRss>http://imrgill.com/2010/02/25/how-to-order-nic-priority-for-windows.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scooter พลังหมา</title>
		<link>http://imrgill.com/2010/02/14/dog-powered-scooter.html</link>
		<comments>http://imrgill.com/2010/02/14/dog-powered-scooter.html#comments</comments>
		<pubDate>Sun, 14 Feb 2010 04:41:38 +0000</pubDate>
		<dc:creator>mrgill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dog]]></category>
		<category><![CDATA[next step]]></category>
		<category><![CDATA[scoot]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://imrgill.com/?p=556</guid>
		<description><![CDATA[เมื่อกี้ดูทีวีช่อง Next Step เกี่ยวกับสิ่งประดิษฐ์สำหรับสัตว์ ผมชอบอันนึงมากนั้นคือ scoot พลังหมา คุณไม่ได้อ่านผิดครับ หมา แน่นอนไม่ใช่ ม้า มาดูภาพกัน
Scooter พลังหมา(น่ารักมั้ย)
ขอบคุณรูปจาก : http://www.treehugger.com/files/2005/11/the_original_do.php
]]></description>
			<content:encoded><![CDATA[<p>เมื่อกี้ดูทีวีช่อง Next Step เกี่ยวกับสิ่งประดิษฐ์สำหรับสัตว์ ผมชอบอันนึงมากนั้นคือ scoot พลังหมา คุณไม่ได้อ่านผิดครับ หมา แน่นอนไม่ใช่ ม้า มาดูภาพกัน</p>
<p style="text-align: center;"><img class="aligncenter" src="http://i.treehugger.com/files/dog-scooter.jpg" alt="" width="250" height="323" />Scooter พลังหมา(น่ารักมั้ย)</p>
<p style="text-align: left;">ขอบคุณรูปจาก : <a href="http://www.treehugger.com/files/2005/11/the_original_do.php" target="_blank">http://www.treehugger.com/files/2005/11/the_original_do.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://imrgill.com/2010/02/14/dog-powered-scooter.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>หาอะไรกันเนี่ย</title>
		<link>http://imrgill.com/2010/02/12/%e0%b8%a1%e0%b8%99%e0%b8%95%e0%b8%a3%e0%b8%b5-%e0%b8%9c%e0%b8%ad%e0%b8%a1%e0%b8%82%e0%b8%b3-%e0%b8%9a%e0%b8%99-google-co-th.html</link>
		<comments>http://imrgill.com/2010/02/12/%e0%b8%a1%e0%b8%99%e0%b8%95%e0%b8%a3%e0%b8%b5-%e0%b8%9c%e0%b8%ad%e0%b8%a1%e0%b8%82%e0%b8%b3-%e0%b8%9a%e0%b8%99-google-co-th.html#comments</comments>
		<pubDate>Fri, 12 Feb 2010 04:50:28 +0000</pubDate>
		<dc:creator>mrgill</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[มนตรี ผอมขำ]]></category>

		<guid isPermaLink="false">http://imrgill.com/?p=553</guid>
		<description><![CDATA[
หาอะไรกันเนี่ย


]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<p style="text-align: left;">หาอะไรกันเนี่ย</p>
<p style="text-align: left;">
<p style="text-align: center;"><a href="http://farm5.static.flickr.com/4072/4349944263_7498c7d6f1_o.png" rel="lightbox[553]"><img class="aligncenter" style="border: 0pt none; margin: 0px;" src="http://farm5.static.flickr.com/4072/4349944263_7498c7d6f1_o.png" alt="" width="521" height="334" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://imrgill.com/2010/02/12/%e0%b8%a1%e0%b8%99%e0%b8%95%e0%b8%a3%e0%b8%b5-%e0%b8%9c%e0%b8%ad%e0%b8%a1%e0%b8%82%e0%b8%b3-%e0%b8%9a%e0%b8%99-google-co-th.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Buzz</title>
		<link>http://imrgill.com/2010/02/10/google-buzz.html</link>
		<comments>http://imrgill.com/2010/02/10/google-buzz.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 22:28:11 +0000</pubDate>
		<dc:creator>mrgill</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://imrgill.com/?p=551</guid>
		<description><![CDATA[รีบตื่นมาเตรียมตัวออกไปทำงานต่างจังหวัด ก่อนไปก็เข้ามาเช็ค Gmail นิดหน่อย เจอหน้าต่างต้อนรับเป็น Gmail + Buzz เลยแปลกใจเล็กน้อย เลยเก็บภาพมาฝาก
Google เพิ่มบริการใหม่ใน Gmail เพื่อให้ผู้ใช้งานสามารถแชร์ Media กันได้ รายละเอียดเพิ่มเติมดูจาก http://www.google.com/buzz เองจะดีกว่า
หน้าตาเข้า Gmail buzz










สามารถ follow ติดตาม status ของเพื่อนได้เหมือน twitter ด้วย
]]></description>
			<content:encoded><![CDATA[<p>รีบตื่นมาเตรียมตัวออกไปทำงานต่างจังหวัด ก่อนไปก็เข้ามาเช็ค Gmail นิดหน่อย เจอหน้าต่างต้อนรับเป็น Gmail + Buzz เลยแปลกใจเล็กน้อย เลยเก็บภาพมาฝาก<br />
Google เพิ่มบริการใหม่ใน Gmail เพื่อให้ผู้ใช้งานสามารถแชร์ Media กันได้ รายละเอียดเพิ่มเติมดูจาก <a href="http://www.google.com/buzz">http://www.google.com/buzz</a> เองจะดีกว่า</p>
<p>หน้าตาเข้า Gmail buzz</p>
<div class="wp-caption aligncenter" style="width: 510px;">
<p style="text-align: center;"><a href="http://www.flickr.com/photos/imrgill/4344724094/"><img class="aligncenter" title="gmail_buzz1" src="http://farm3.static.flickr.com/2766/4344724094_f222c6863d.jpg" alt="gmail_buzz1" width="500" height="339" /></a></p>
</div>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 166px;"><a href="http://www.flickr.com/photos/imrgill/4344724098/"><img class="aligncenter" title="gmail_buzz2" src="http://farm5.static.flickr.com/4026/4344724098_12f1988bee_o.jpg" alt="gmail_buzz2" width="156" height="203" /></a></p>
</div>
<div class="wp-caption aligncenter" style="width: 510px;"><a href="http://www.flickr.com/photos/imrgill/4344724104/"><img class="aligncenter" title="gmail_buzz3" src="http://farm3.static.flickr.com/2763/4344724104_a907c968b9.jpg" alt="gmail_buzz3" width="500" height="313" /></a></p>
</div>
<div class="wp-caption aligncenter" style="width: 510px;"><a href="http://www.flickr.com/photos/imrgill/4344724126/"><img class="aligncenter" title="gmail_buzz4" src="http://farm5.static.flickr.com/4055/4344724126_52622d9e09.jpg" alt="gmail_buzz4" width="500" height="313" /></a></p>
</div>
<p>สามารถ follow ติดตาม status ของเพื่อนได้เหมือน twitter ด้วย</p>
]]></content:encoded>
			<wfw:commentRss>http://imrgill.com/2010/02/10/google-buzz.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Daily Command : วิธีดู DHCP Information บน Ubuntu Desktop</title>
		<link>http://imrgill.com/2010/02/02/show-dhcp-infomation-with-nm-tool.html</link>
		<comments>http://imrgill.com/2010/02/02/show-dhcp-infomation-with-nm-tool.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:31:06 +0000</pubDate>
		<dc:creator>mrgill</dc:creator>
				<category><![CDATA[Daily command]]></category>
		<category><![CDATA[Daily tips]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[network-admin]]></category>
		<category><![CDATA[networkmanager]]></category>
		<category><![CDATA[nm-tool]]></category>

		<guid isPermaLink="false">http://imrgill.com/?p=550</guid>
		<description><![CDATA[ค้างคาใจอยู่นานแล้วครับสำหรับวิธีดูข้อมูล DHCP กรณีที่เราเป็น dhcp client ปกติ ifconfig ก็ดูได้เฉพาะว่าเราได้ ip อะไรแต่ดู gateway ไม่ได้

root@mrgill-laptop:~# ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:13:ce:34:94:ff
          inet addr:10.2.80.140  Bcast:10.2.80.255  Mask:255.255.255.0
          inet6 addr: fe80::213:ceff:fe34:94ff/64 Scope:Link
    [...]]]></description>
			<content:encoded><![CDATA[<p>ค้างคาใจอยู่นานแล้วครับสำหรับวิธีดูข้อมูล DHCP กรณีที่เราเป็น dhcp client ปกติ ifconfig ก็ดูได้เฉพาะว่าเราได้ ip อะไรแต่ดู gateway ไม่ได้</p>
<pre>
<div class="codesnip-container" >root@mrgill-laptop:~# ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:13:ce:34:94:ff
          inet addr:10.2.80.140  Bcast:10.2.80.255  Mask:255.255.255.0
          inet6 addr: fe80::213:ceff:fe34:94ff/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:607200 errors:80 dropped:80 overruns:0 frame:0
          TX packets:588053 errors:0 dropped:4 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:365549369 (365.5 MB)  TX bytes:203281968 (203.2 MB)
          Interrupt:17 Base address:0xa000 Memory:b0101000-b0101fff</div>
</pre>
<p>ครั้งจะไปดูใน /var/lib/dhcp3 ก็มีข้อมูลเยอะเสียจนไม่รู้ว่าอันไหนเป็นอันไหน</p>
<pre>
<div class="codesnip-container" >root@mrgill-laptop:/var/lib/dhcp3# ls -al
total 84
drwxr-xr-x  2 root root  4096 2010-02-01 09:47 .
drwxr-xr-x 73 root root  4096 2010-01-22 01:37 ..
-rw-r--r--  1 root root  1488 2010-01-23 12:49 dhclient-03fb849f-aed0-4560-8cb5-dd5336518d93-eth1.lease
-rw-r--r--  1 root root   497 2010-01-05 21:23 dhclient-03fb849f-aed0-4560-8cb5-dd5336518d93-wlan2.lease
-rw-r--r--  1 root root 10165 2010-02-01 17:46 dhclient-09f271e2-8327-47aa-a2b3-7d9e596d9953-eth0.lease
-rw-r--r--  1 root root  1100 2010-02-02 17:11 dhclient-1fe06dc5-f1ae-49c0-a8a7-4a8b41f72551-eth1.lease
-rw-r--r--  1 root root  1508 2010-01-19 17:31 dhclient-30ebb2f0-bfa4-45a2-ac06-23ec48487e7e-eth1.lease
-rw-r--r--  1 root root   992 2009-11-01 12:53 dhclient-36406c67-cbfa-471f-8ebf-6e41d6921e98-eth0.lease
-rw-r--r--  1 root root   767 2010-02-01 21:30 dhclient-55dee4d2-623f-445a-9b86-6bfd388aef8c-eth1.lease
-rw-r--r--  1 root root   769 2010-01-20 09:59 dhclient-55dee4d2-623f-445a-9b86-6bfd388aef8c-wlan2.lease
-rw-r--r--  1 root root   550 2009-12-17 22:08 dhclient-6ac2d0b1-a5d9-4ec9-825c-ccaaee54ff0e-eth1.lease
-rw-r--r--  1 root root   994 2009-10-23 20:32 dhclient-6ac2d0b1-a5d9-4ec9-825c-ccaaee54ff0e-wlan1.lease
-rw-r--r--  1 root root   497 2009-10-23 21:39 dhclient-6ac2d0b1-a5d9-4ec9-825c-ccaaee54ff0e-wlan2.lease
-rw-r--r--  1 root root  2475 2009-11-06 18:09 dhclient-7abf6b67-2f25-47c0-b9fb-fdc29501b75e-eth1.lease
-rw-r--r--  1 root root   448 2010-02-01 09:55 dhclient-845ea4c4-871f-4a1d-91e1-19b7c0cc5fe3-eth1.lease
-rw-r--r--  1 root root   550 2010-01-21 23:09 dhclient-98188c5a-e7d5-4515-8379-e00bd5274d85-eth1.lease
-rw-r--r--  1 root root   409 2010-01-28 10:42 dhclient-bcf946a9-63ac-411a-903f-7e0b3cfbbd6a-eth1.lease
-rw-r--r--  1 root root     0 2010-01-19 14:36 dhclient-cf8c29be-461b-4a22-abd6-b079d28eb017-eth1.lease
-rw-r--r--  1 root root  1030 2010-02-01 17:50 dhclient-d7e573a1-b0f6-408c-9ddc-8150ed91f473-eth1.lease
-rw-r--r--  1 root root  1100 2010-02-02 20:45 dhclient.leases</div>
</pre>
<p>วันนี้เลยนำคำสั่ง nm-tool มาฝากครับ(ที่จริงคลิกดู information ที่ NetworkManager ก็ได้)</p>
<pre>
<div class="codesnip-container" >root@mrgill-laptop:~# nm-tool

NetworkManager Tool

State: connected

- Device: eth1  [Auto mrgill_wifi] ---------------------------------------------
  Type:              802.11 WiFi
  Driver:            ipw2200
  State:             connected
  Default:           yes
  HW Address:        00:13:CE:34:94:FF

  Capabilities:
    Speed:           54 Mb/s

  Wireless Properties
    WEP Encryption:  yes
    WPA Encryption:  yes
    WPA2 Encryption: yes

  Wireless Access Points (* = current AP)
    truewifi:        Infra, 00:02:CF:94:60:E0, Freq 2412 MHz, Rate 54 Mb/s, Strength 27
    *mrgill_wifi:    Infra, 02:23:69:3A:F9:AE, Freq 2412 MHz, Rate 54 Mb/s, Strength 98 WPA WPA2
    true_homewifi:   Infra, 00:13:49:E4:26:9C, Freq 2437 MHz, Rate 54 Mb/s, Strength 65 WEP

  IPv4 Settings:
    Address:         10.2.80.140
    Prefix:          24 (255.255.255.0)
    Gateway:         10.2.80.254

    DNS:             10.2.80.254

- Device: eth0 -----------------------------------------------------------------
  Type:              Wired
  Driver:            8139too
  State:             unavailable
  Default:           no
  HW Address:        00:C0:9F:EE:19:BA

  Capabilities:
    Carrier Detect:  yes
    Speed:           10 Mb/s

  Wired Properties
    Carrier:         off</div>
</pre>
<p>จากคำสั่งดังกล่าวเราก็จะเห็น Gateway และ DNS ด้วย</p>
]]></content:encoded>
			<wfw:commentRss>http://imrgill.com/2010/02/02/show-dhcp-infomation-with-nm-tool.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily Command : ดูเนื้อที่ HDD ว่าเหลือเท่าไหร่ด้วย df</title>
		<link>http://imrgill.com/2010/01/31/check-disk-usage-with-df.html</link>
		<comments>http://imrgill.com/2010/01/31/check-disk-usage-with-df.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 03:26:01 +0000</pubDate>
		<dc:creator>mrgill</dc:creator>
				<category><![CDATA[Daily command]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[df]]></category>
		<category><![CDATA[disk usage]]></category>

		<guid isPermaLink="false">http://imrgill.com/?p=549</guid>
		<description><![CDATA[เนื้อที่บน hdd ของเราถูกใช้ไปทุกวันโดยเฉพาะใครที่ไม่แยกโดยเฉพาะ /var และ /var/log ออกมาหาก /var/log เต็มก็อาจทำให้ service down ได้ ดังนั้นเราจึงต้องหมั่นตรวจสอบการใช้พื้นที่ hdd บ่อยๆ วันนี้จึงนำคำสั่ง df มาฝาก

[mrgill@eng ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda9            1012M  717M  244M [...]]]></description>
			<content:encoded><![CDATA[<p>เนื้อที่บน hdd ของเราถูกใช้ไปทุกวันโดยเฉพาะใครที่ไม่แยกโดยเฉพาะ /var และ /var/log ออกมาหาก /var/log เต็มก็อาจทำให้ service down ได้ ดังนั้นเราจึงต้องหมั่นตรวจสอบการใช้พื้นที่ hdd บ่อยๆ วันนี้จึงนำคำสั่ง df มาฝาก</p>
<pre>
<div class="codesnip-container" >[mrgill@eng ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda9            1012M  717M  244M  75% /
/dev/sda1             251M   59M  179M  25% /boot
/dev/sda7            1012M   34M  927M   4% /chroot
none                  506M     0  506M   0% /dev/shm
/dev/sda11             37G  6.7G   28G  20% /home
/dev/sda10            494M   11M  458M   3% /tmp
/dev/sda5             5.0G  2.3G  2.4G  50% /usr
/dev/sda3             9.9G  6.1G  3.3G  65% /var
/dev/sda6             3.0G  399M  2.5G  14% /var/lib
/dev/sda2             9.9G  6.3G  3.1G  67% /var/spool/mail</div>
</pre>
<p>รายละเอียดเพิ่มเติม</p>
<div class="codesnip-container" >[mrgill@eng ~]$ man df</div>
]]></content:encoded>
			<wfw:commentRss>http://imrgill.com/2010/01/31/check-disk-usage-with-df.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
