<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Tomz&#039;s blog &#187; command</title>
	<atom:link href="http://www.supaket.com/tag/command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supaket.com</link>
	<description>The time  never sleep &#124; เพื่อการดำรงชีวิตที่สมบูรณ์ขึ้น</description>
	<lastBuildDate>Sun, 28 Aug 2011 12:57:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>Linux command: Extract, Compress tar gz bz2</title>
		<link>http://www.supaket.com/2010/09/03/compress-extract-tar-tar-gz-tar-bz2/</link>
		<comments>http://www.supaket.com/2010/09/03/compress-extract-tar-tar-gz-tar-bz2/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 12:45:48 +0000</pubDate>
		<dc:creator>Tomz</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.supaket.com/?p=229</guid>
		<description><![CDATA[To extract: 1: >bzip2 -cd filename.tar.bz2 &#124; tar xvf - 1.1: >tar -jxvf filename.tar.bz2 2: >gunzip < filename.tgz &#124; tar xvf - 3: >tar -zxvf filename.tar.gz To compress : 1: bzip2 -cd filename.tar.bz2 &#124; tar tvf - 2: 3: –This article doesn’t completed yet — Tomz Share on Facebook]]></description>
			<content:encoded><![CDATA[<p><strong>To extract</strong>:<br />
1: >bzip2 -cd filename.tar.bz2 | tar xvf -<br />
      1.1: >tar -jxvf filename.tar.bz2<br />
2: >gunzip < filename.tgz | tar xvf -<br />
3: >tar -zxvf filename.tar.gz</p>
<p><strong>To compress</strong> :<br />
1: bzip2 -cd filename.tar.bz2 | tar tvf -<br />
2:<br />
3:</p>
<p>–This article doesn’t completed yet —<br />
Tomz</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.supaket.com/2010/09/03/compress-extract-tar-tar-gz-tar-bz2/" target="_blank"><img src="http://www.supaket.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.supaket.com/2010/09/03/compress-extract-tar-tar-gz-tar-bz2/" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.supaket.com/2010/09/03/compress-extract-tar-tar-gz-tar-bz2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>uptime command</title>
		<link>http://www.supaket.com/2009/10/10/uptime-command/</link>
		<comments>http://www.supaket.com/2009/10/10/uptime-command/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 17:28:02 +0000</pubDate>
		<dc:creator>Tomz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.supaket.com/?p=37</guid>
		<description><![CDATA[คำสั่ง uptime Displays the total uptime for the computer.  &#8211; แสดงจำนวนเวลาของระบบคอมพิวเตอร์ตั้งแต่เปิดเครื่อง (up time) Syntax uptime [-V]    Display version information. &#8211; แสดง version ของโปรแกม uptime การใช้งาน #uptime หลังจากใช้คำสั่งนี้แล้วผลที่ได้คือ 14:49:07 up 199 days, 4:15, 105 users, load average: 0.16, 0.52, 0.34 เวลาของระบบ สถานะ จำนวนวัน ชั่วโมง / นาที ที่ระบบทำงาน Credit &#8211; Linux / Unix uptime command Share on [...]]]></description>
			<content:encoded><![CDATA[<h1>คำสั่ง uptime</h1>
<p>Displays the total <a href="http://en.wikipedia.org/wiki/Uptime" target="_blank">uptime</a> for the computer.  &#8211; แสดงจำนวนเวลาของระบบคอมพิวเตอร์ตั้งแต่เปิดเครื่อง (up time)</p>
<p>Syntax</p>
<p>uptime [-V]    Display version information. &#8211; แสดง version ของโปรแกม uptime</p>
<p>การใช้งาน</p>
<p><strong>#uptime</strong></p>
<p><strong>หลังจากใช้คำสั่งนี้แล้วผลที่ได้คือ </strong></p>
<table border="0" cellspacing="1" cellpadding="5">
<tbody>
<tr>
<td>14:49:07</td>
<td>up</td>
<td>199 days,</td>
<td>4:15,</td>
<td>105 users,</td>
<td>load average: 0.16,</td>
<td>0.52,</td>
<td>0.34</td>
</tr>
<tr>
<td>เวลาของระบบ</td>
<td>สถานะ</td>
<td>จำนวนวัน</td>
<td>ชั่วโมง / นาที ที่ระบบทำงาน</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p>Credit &#8211; <a href="http://www.computerhope.com/unix/uptime.htm#01" target="_blank">Linux / Unix uptime command</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.supaket.com/2009/10/10/uptime-command/" target="_blank"><img src="http://www.supaket.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.supaket.com/2009/10/10/uptime-command/" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.supaket.com/2009/10/10/uptime-command/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>

