<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>haguhagu200's Weblog</title>
	<atom:link href="http://haguhagu200.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://haguhagu200.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 17 Sep 2011 06:22:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='haguhagu200.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>haguhagu200's Weblog</title>
		<link>http://haguhagu200.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://haguhagu200.wordpress.com/osd.xml" title="haguhagu200&#039;s Weblog" />
	<atom:link rel='hub' href='http://haguhagu200.wordpress.com/?pushpress=hub'/>
		<item>
		<title>คำสั่ง Vi พื้นฐาน (Basic Vi command)</title>
		<link>http://haguhagu200.wordpress.com/2011/09/17/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87-vi-%e0%b8%9e%e0%b8%b7%e0%b9%89%e0%b8%99%e0%b8%90%e0%b8%b2%e0%b8%99-basic-vi-command/</link>
		<comments>http://haguhagu200.wordpress.com/2011/09/17/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87-vi-%e0%b8%9e%e0%b8%b7%e0%b9%89%e0%b8%99%e0%b8%90%e0%b8%b2%e0%b8%99-basic-vi-command/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 06:22:55 +0000</pubDate>
		<dc:creator>haguhagu200</dc:creator>
				<category><![CDATA[CentOS linux]]></category>

		<guid isPermaLink="false">http://haguhagu200.wordpress.com/?p=85</guid>
		<description><![CDATA[คำสั่ง Vi พื้นฐาน (Basic Vi command) vi คืออะไร ? vi (visual editor) เป็นโปรแกรมประเภท (text editor) ซึ่งจะติดมากับระบบปฏิบัติการจำพวก UNIX , GNU/Linux คำสั่งเริ่มต้นใช้งาน vi   คำสั่ง                    คำอธิบาย vi file เริ่มต้นที่บรรทัดที่หนึ่งแฟ้ม vi +n file เริ่มต้นที่บรรทัดที่ n ของแฟ้ม vi + file เริ่มต้นที่บรรทัดสุดท้ายของแฟ้ม vi -r file กู้แฟ้มคืนหลังจากที่ระบบขัดข้อง การสลับรูปแบบการทำงาน (switching command mode &#60;&#8211;&#62; insert mode)         โดยเมื่อเริ่มต้นเข้ามาที่หน้าโปรแกรมนั้นโปรแกรมจะอยู่ที่ command mode ซึ่งหากต้องการพิมพ์ตัวอักขระ เราจะต้องทำการเปลี่ยนโหมดมาเป็น insert mode ทำได้โดยการกดตัว (i, a, o ที่อยู่ในหัวข้อ การพิมพ์ข้อความ) ที่แป้นพิมพ์ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=85&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3><a href="http://greenesses.blogspot.com/2010/11/vi.html">คำสั่ง Vi พื้นฐาน (Basic Vi command)</a></h3>
<div></div>
<div>
<div id="summary3301621410079479192">
<div><a href="http://security.raffy.ch/divers/Books/images/vi.jpg"><img src="http://security.raffy.ch/divers/Books/images/vi.jpg" alt="" width="151" height="200" border="0" /></a></div>
<p><strong>vi คืออะไร ?</strong><br />
vi (<strong>vi</strong>sual editor) เป็นโปรแกรมประเภท (text editor) ซึ่งจะติดมากับระบบปฏิบัติการจำพวก UNIX , GNU/Linux</p>
<p><span style="text-decoration:underline;"><strong>คำสั่งเริ่มต้นใช้งาน vi</strong></span><br />
<strong> </strong></p>
<table border="0">
<tbody>
<tr valign="top">
<th align="LEFT"><strong>คำสั่ง                   </strong></th>
<th align="LEFT"><strong>คำอธิบาย</strong></th>
</tr>
<tr valign="top">
<td>vi <strong><em>file</em></strong></td>
<td>เริ่มต้นที่บรรทัดที่หนึ่งแฟ้ม</td>
</tr>
<tr valign="top">
<td>vi +n <strong><em>file</em></strong></td>
<td>เริ่มต้นที่บรรทัดที่ n ของแฟ้ม</td>
</tr>
<tr valign="top">
<td>vi + <strong><em>file</em></strong></td>
<td>เริ่มต้นที่บรรทัดสุดท้ายของแฟ้ม</td>
</tr>
<tr valign="top">
<td>vi -r <strong><em>file</em></strong></td>
<td>กู้แฟ้มคืนหลังจากที่ระบบขัดข้อง</td>
</tr>
</tbody>
</table>
<p><a name="more"></a></p>
<p><span style="text-decoration:underline;"><strong>การสลับรูปแบบการทำงาน (switching command mode &lt;&#8211;&gt; insert mode)</strong></span></p>
<div>        โดยเมื่อเริ่มต้นเข้ามาที่หน้าโปรแกรมนั้นโปรแกรมจะอยู่ที่ command mode ซึ่งหากต้องการพิมพ์ตัวอักขระ เราจะต้องทำการเปลี่ยนโหมดมาเป็น insert mode ทำได้โดยการกดตัว (i, a, o ที่อยู่ในหัวข้อ <span style="text-decoration:underline;"><strong>การพิมพ์ข้อความ</strong></span>) ที่แป้นพิมพ์ เมื่อต้องการออกกลับไปยัง command mode ให้กด Esc ที่แป้นพิมพ์</div>
<p>*** หมายเหตุ หากพบเครื่องหมาย : หน้าคำสั่ง แสดงว่าเป็น command mode นั่นก็คือ หากอยู่ใน insert mode ต้องเปลี่ยนไปเป็น command mode ก่อน ด้วยการกด Esc</p>
<p><span style="text-decoration:underline;"><strong>การบันทึกไฟล์และการออกจากโปรแกรม</strong></span></p>
<table border="0">
<tbody>
<tr valign="top">
<th align="LEFT">คำสั่ง</th>
<th align="LEFT">คำอธิบาย</th>
</tr>
<tr valign="top">
<td>:w</td>
<td>บันทึกแฟ้มที่กำลังถูกแก้ไข</td>
</tr>
<tr valign="top">
<td>:w <strong><em>file</em></strong></td>
<td>บันทึกแฟ้มพร้อมกับตั้งชื่อแฟ้ม</td>
</tr>
<tr valign="top">
<td>:q</td>
<td>ออกจาก vi</td>
</tr>
<tr valign="top">
<td>:wq</td>
<td>บันทึกไฟล์และออกจาก vi</td>
</tr>
<tr valign="top">
<td> <img src='http://s2.wp.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' /> </td>
<td>บันทึกแฟ้มหากแฟ้มมีการเปลี่ยนแปลงและออกจาก vi</td>
</tr>
<tr valign="top">
<td>:q!</td>
<td>ออกจาก vi โดยไม่ทำการบันทึกแฟ้ม</td>
</tr>
</tbody>
</table>
<p><span style="text-decoration:underline;"><strong>การย้ายเคอร์เซอร์</strong></span></p>
<p>หากอยู่ใน insert mode ให้กด Esc มาที่ command mode จากนั้นกดตามคีย์ด้านล่างได้เรย</p>
<table border="0">
<tbody>
<tr valign="top">
<th align="LEFT">คีย์</th>
<th align="LEFT">ผลลัพธ์</th>
</tr>
<tr valign="top">
<td>h</td>
<td>เลื่อนไปทางซ้ายหนึ่งอักขระ</td>
</tr>
<tr valign="top">
<td>l or &lt;Space&gt;</td>
<td>เลื่อนไปทางขวาหนึ่งอักขระ</td>
</tr>
<tr valign="top">
<td>k</td>
<td>เลื่อนขึ้นหนึ่งบรรทัด</td>
</tr>
<tr valign="top">
<td>j or &lt;Enter&gt;</td>
<td>เลื่อนลงหนึ่งบรรทัด</td>
</tr>
<tr valign="top">
<td>b</td>
<td>เลื่อนไปทางซ้ายหนึ่งคำ</td>
</tr>
<tr valign="top">
<td>w</td>
<td>เลื่อนไปทางขวาหนึ่งคำ</td>
</tr>
<tr valign="top">
<td>(</td>
<td>เริ่มต้นที่ประโยค</td>
</tr>
<tr valign="top">
<td>)</td>
<td>สิ้นสุดที่ประโยค</td>
</tr>
<tr valign="top">
<td>{</td>
<td>เริ่มต้นที่พารากราฟ</td>
</tr>
<tr valign="top">
<td>}</td>
<td>สิ้นสุดที่พารากราฟ</td>
</tr>
<tr valign="top">
<td>1G</td>
<td>เลื่อนไปที่ตำแหน่งสูงสุดของแฟ้ม</td>
</tr>
<tr valign="top">
<td><strong><em>n</em></strong>G</td>
<td>เลื่อนไปที่บรรทัดที่ n<br />
<strong><em></em></strong></td>
</tr>
<tr valign="top">
<td>G</td>
<td>สิ้นสุดแฟ้ม</td>
</tr>
<tr valign="top">
<td>&lt;Ctrl&gt;W</td>
<td>ไปที่ตัวอักขระแรกที่พิมพ์</td>
</tr>
<tr valign="top">
<td>&lt;Ctrl&gt;U</td>
<td>เลื่อนขึ้นไปครึ่งหน้าจอ</td>
</tr>
<tr valign="top">
<td>&lt;Ctrl&gt;D</td>
<td>เลื่อนลงมาครึ่งหน้าจอ</td>
</tr>
<tr valign="top">
<td>&lt;Ctrl&gt;B</td>
<td>ขึ้นไปหนึ่งหน้าจอ</td>
</tr>
<tr valign="top">
<td>&lt;Ctrl&gt;F</td>
<td>ลงมาหนึ่งหน้าจอ</td>
</tr>
</tbody>
</table>
<p><span style="text-decoration:underline;"><strong>การพิมพ์ข้อความ</strong></span></p>
<table border="0">
<tbody>
<tr valign="top">
<th align="LEFT">คีย์</th>
<th align="LEFT">ข้อความที่จะแทรก</th>
</tr>
<tr valign="top">
<td>a</td>
<td>หลังเคอร์เซอร์</td>
</tr>
<tr valign="top">
<td>A</td>
<td>หลังจากตัวอักขระตัวสุดท้ายของบรรทัด</td>
</tr>
<tr valign="top">
<td>i</td>
<td>ก่อนเคอร์เซอร์</td>
</tr>
<tr valign="top">
<td>I</td>
<td>ก่อนตัวอักขระตัวแรกของบรรทัด</td>
</tr>
<tr valign="top">
<td>o</td>
<td>ขึ้นบรรทัดล่างจากบรรทัดปัจจุบัน</td>
</tr>
<tr valign="top">
<td>O</td>
<td>ขึ้นบรรทัดบนจากบรรทัดปัจจุบัน</td>
</tr>
</tbody>
</table>
<p><span style="text-decoration:underline;"><strong><br />
</strong></span><br />
<span style="text-decoration:underline;"><strong>การลบข้อความ</strong></span></p>
<table border="0">
<tbody>
<tr valign="top">
<th align="LEFT">ปุ่ม</th>
<th align="LEFT">ข้อความที่จะลบ</th>
</tr>
<tr valign="top">
<td>x</td>
<td>ตัวอักขระทางด้านขวาของเคอร์เซอร์</td>
</tr>
<tr valign="top">
<td><em><strong>n</strong></em>x</td>
<td>ตัวอัขระทางด้านขวาของเคอร์เซอร์ n ตัว</td>
</tr>
<tr valign="top">
<td>X</td>
<td>ตัวอักขระทางด้านซ้ายของเคอร์เซอร์</td>
</tr>
<tr valign="top">
<td>dw</td>
<td>หนึ่งคำ</td>
</tr>
<tr valign="top">
<td><em><strong>n</strong></em>dw</td>
<td>n คำ</td>
</tr>
<tr valign="top">
<td>d0</td>
<td>to beginning of line</td>
</tr>
<tr valign="top">
<td>d$</td>
<td>to end of line</td>
</tr>
<tr valign="top">
<td>dd</td>
<td>บรรทัดปัจจุบัน</td>
</tr>
<tr valign="top">
<td><em><strong>n</strong></em>dd</td>
<td>n บรรทัด</td>
</tr>
<tr valign="top">
<td>:1,$ d</td>
<td>ทั้งแฟ้ม</td>
</tr>
</tbody>
</table>
<p>ref : <a href="http://greenesses.blogspot.com/2010/11/vi.html">http://greenesses.blogspot.com/ 2010/11/vi.html</a></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haguhagu200.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haguhagu200.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haguhagu200.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haguhagu200.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haguhagu200.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haguhagu200.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haguhagu200.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haguhagu200.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haguhagu200.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haguhagu200.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haguhagu200.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haguhagu200.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haguhagu200.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haguhagu200.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=85&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haguhagu200.wordpress.com/2011/09/17/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87-vi-%e0%b8%9e%e0%b8%b7%e0%b9%89%e0%b8%99%e0%b8%90%e0%b8%b2%e0%b8%99-basic-vi-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f24afa5a67339fce16192ee303be2e44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haguhagu200</media:title>
		</media:content>

		<media:content url="http://security.raffy.ch/divers/Books/images/vi.jpg" medium="image" />
	</item>
		<item>
		<title>CMMI</title>
		<link>http://haguhagu200.wordpress.com/2010/12/13/cmmi/</link>
		<comments>http://haguhagu200.wordpress.com/2010/12/13/cmmi/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 03:05:04 +0000</pubDate>
		<dc:creator>haguhagu200</dc:creator>
				<category><![CDATA[อื่นๆไม่เข้าพวก]]></category>

		<guid isPermaLink="false">http://haguhagu200.wordpress.com/?p=77</guid>
		<description><![CDATA[มี 3 ไฟล์ครับ 10tr033 06tr008 miniCMMI-3 ข้อมูลเพิ่มเติม : http://www.sei.cmu.edu/cmmi/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=77&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>มี 3 ไฟล์ครับ</p>
<ol>
<li><a href="http://haguhagu200.files.wordpress.com/2010/12/10tr033.pdf">10tr033</a></li>
<li><a href="http://haguhagu200.files.wordpress.com/2010/12/06tr008.pdf">06tr008</a></li>
<li><a href="http://haguhagu200.files.wordpress.com/2010/12/minicmmi-3.pdf">miniCMMI-3</a></li>
</ol>
<p>ข้อมูลเพิ่มเติม : http://www.sei.cmu.edu/cmmi/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haguhagu200.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haguhagu200.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haguhagu200.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haguhagu200.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haguhagu200.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haguhagu200.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haguhagu200.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haguhagu200.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haguhagu200.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haguhagu200.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haguhagu200.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haguhagu200.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haguhagu200.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haguhagu200.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=77&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haguhagu200.wordpress.com/2010/12/13/cmmi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f24afa5a67339fce16192ee303be2e44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haguhagu200</media:title>
		</media:content>
	</item>
		<item>
		<title>Check network Bandwidth โดย iperf</title>
		<link>http://haguhagu200.wordpress.com/2010/10/26/check-network-bandwidth-%e0%b9%82%e0%b8%94%e0%b8%a2-iperf/</link>
		<comments>http://haguhagu200.wordpress.com/2010/10/26/check-network-bandwidth-%e0%b9%82%e0%b8%94%e0%b8%a2-iperf/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 14:32:00 +0000</pubDate>
		<dc:creator>haguhagu200</dc:creator>
				<category><![CDATA[อื่นๆไม่เข้าพวก]]></category>

		<guid isPermaLink="false">http://haguhagu200.wordpress.com/?p=74</guid>
		<description><![CDATA[ต้อง Install iperf ไว้ที่เครื่อง 2 ตัว ตัวหนึ่งเป็นลูก อีกตัวเป็นแม่ ตัวแม่ให้สั่ง iperf -s ตัวลูกสั่ง iperf ipหรือชื่อเครื่องแม่ ผลที่ได้จะแจ้งที่เครื่องแม่และเครื่องลูก ว่า transfer ได้ Speed เท่าไหร่ โดยปรกติ iperf จะใช้ port 5001 หาก Network มี Filter ไม่สามารถใช้ port ดังกล่าวได้ให้ ตามด้วย -p เลขport ครับ ดูเพิ่มเติมได้ที่ http://www.google.co.th/url?sa=t&#38;source=web&#38;cd=1&#38;ved=0CBUQFjAA&#38;url=http%3A%2F%2Fwww.enterprisenetworkingplanet.com%2Fnetos%2Farticle.php%2F3657236%2FMeasure-Network-Performance-with-iperf.htm&#38;ei=L_CjTNazKsyXccjrvboI&#38;usg=AFQjCNGgitPTZuv8dEhNXHbCezkgESxvQg&#38;sig2=erfdxm6_qF1HiXbYGLESyA<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=74&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ต้อง Install iperf ไว้ที่เครื่อง 2 ตัว ตัวหนึ่งเป็นลูก อีกตัวเป็นแม่</p>
<p>ตัวแม่ให้สั่ง iperf -s</p>
<p>ตัวลูกสั่ง iperf ipหรือชื่อเครื่องแม่</p>
<p>ผลที่ได้จะแจ้งที่เครื่องแม่และเครื่องลูก ว่า transfer ได้ Speed เท่าไหร่ โดยปรกติ iperf จะใช้ port 5001 หาก Network มี Filter ไม่สามารถใช้ port ดังกล่าวได้ให้ ตามด้วย -p เลขport ครับ</p>
<p>ดูเพิ่มเติมได้ที่ <a rel="nofollow" href="http://www.google.co.th/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBUQFjAA&amp;url=http%3A%2F%2Fwww.enterprisenetworkingplanet.com%2Fnetos%2Farticle.php%2F3657236%2FMeasure-Network-Performance-with-iperf.htm&amp;ei=L_CjTNazKsyXccjrvboI&amp;usg=AFQjCNGgitPTZuv8dEhNXHbCezkgESxvQg&amp;sig2=erfdxm6_qF1HiXbYGLESyA">http://www.google.co.th/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBUQFjAA&amp;url=http%3A%2F%2Fwww.enterprisenetworkingplanet.com%2Fnetos%2Farticle.php%2F3657236%2FMeasure-Network-Performance-with-iperf.htm&amp;ei=L_CjTNazKsyXccjrvboI&amp;usg=AFQjCNGgitPTZuv8dEhNXHbCezkgESxvQg&amp;sig2=erfdxm6_qF1HiXbYGLESyA</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haguhagu200.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haguhagu200.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haguhagu200.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haguhagu200.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haguhagu200.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haguhagu200.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haguhagu200.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haguhagu200.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haguhagu200.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haguhagu200.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haguhagu200.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haguhagu200.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haguhagu200.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haguhagu200.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=74&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haguhagu200.wordpress.com/2010/10/26/check-network-bandwidth-%e0%b9%82%e0%b8%94%e0%b8%a2-iperf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f24afa5a67339fce16192ee303be2e44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haguhagu200</media:title>
		</media:content>
	</item>
		<item>
		<title>การประชุมนำเสนอร่างแนวทางการบริหารจัดการความมั่นคงปลอดภัยสารสนเทศ</title>
		<link>http://haguhagu200.wordpress.com/2010/02/23/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b8%e0%b8%a1%e0%b8%99%e0%b8%b3%e0%b9%80%e0%b8%aa%e0%b8%99%e0%b8%ad%e0%b8%a3%e0%b9%88%e0%b8%b2%e0%b8%87%e0%b9%81%e0%b8%99%e0%b8%a7/</link>
		<comments>http://haguhagu200.wordpress.com/2010/02/23/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b8%e0%b8%a1%e0%b8%99%e0%b8%b3%e0%b9%80%e0%b8%aa%e0%b8%99%e0%b8%ad%e0%b8%a3%e0%b9%88%e0%b8%b2%e0%b8%87%e0%b9%81%e0%b8%99%e0%b8%a7/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:49:38 +0000</pubDate>
		<dc:creator>haguhagu200</dc:creator>
				<category><![CDATA[อื่นๆไม่เข้าพวก]]></category>

		<guid isPermaLink="false">http://haguhagu200.wordpress.com/2010/02/23/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b8%e0%b8%a1%e0%b8%99%e0%b8%b3%e0%b9%80%e0%b8%aa%e0%b8%99%e0%b8%ad%e0%b8%a3%e0%b9%88%e0%b8%b2%e0%b8%87%e0%b9%81%e0%b8%99%e0%b8%a7/</guid>
		<description><![CDATA[การประชุมนำเสนอร่างแนวทางฯ<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=72&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://haguhagu200.files.wordpress.com/2010/02/e0b881e0b8b2e0b8a3e0b89be0b8a3e0b8b0e0b88ae0b8b8e0b8a1e0b899e0b8b3e0b980e0b8aae0b899e0b8ade0b8a3e0b988e0b8b2e0b887e0b981e0b899e0b8a7.pdf">การประชุมนำเสนอร่างแนวทางฯ</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haguhagu200.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haguhagu200.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haguhagu200.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haguhagu200.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haguhagu200.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haguhagu200.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haguhagu200.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haguhagu200.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haguhagu200.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haguhagu200.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haguhagu200.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haguhagu200.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haguhagu200.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haguhagu200.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=72&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haguhagu200.wordpress.com/2010/02/23/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%9b%e0%b8%a3%e0%b8%b0%e0%b8%8a%e0%b8%b8%e0%b8%a1%e0%b8%99%e0%b8%b3%e0%b9%80%e0%b8%aa%e0%b8%99%e0%b8%ad%e0%b8%a3%e0%b9%88%e0%b8%b2%e0%b8%87%e0%b9%81%e0%b8%99%e0%b8%a7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f24afa5a67339fce16192ee303be2e44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haguhagu200</media:title>
		</media:content>
	</item>
		<item>
		<title>เกี่ยวกับสิทธิ</title>
		<link>http://haguhagu200.wordpress.com/2010/02/09/%e0%b9%80%e0%b8%81%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%81%e0%b8%b1%e0%b8%9a%e0%b8%aa%e0%b8%b4%e0%b8%97%e0%b8%98%e0%b8%b4/</link>
		<comments>http://haguhagu200.wordpress.com/2010/02/09/%e0%b9%80%e0%b8%81%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%81%e0%b8%b1%e0%b8%9a%e0%b8%aa%e0%b8%b4%e0%b8%97%e0%b8%98%e0%b8%b4/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:07:15 +0000</pubDate>
		<dc:creator>haguhagu200</dc:creator>
				<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://haguhagu200.wordpress.com/?p=66</guid>
		<description><![CDATA[chgrp -R werservd /opt/xxx/xxx chown -R werservd /opt/xxx/xxx chmod -R werservd /opt/xxx/xxx chmod -R 0754 /opt/xxx/xxx 0754 คือ สิทธิ read write execute ใช้คำสั่ง man chmod เพื่อดู manual ว่าหมายเลขใดในการกำหนดสิทธิ  read write execute<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=66&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>chgrp -R werservd /opt/xxx/xxx</p>
<p>chown -R werservd /opt/xxx/xxx</p>
<p>chmod  -R werservd /opt/xxx/xxx</p>
<p>chmod -R 0754 /opt/xxx/xxx</p>
<p>0754  คือ สิทธิ read write execute</p>
<p>ใช้คำสั่ง man chmod เพื่อดู manual ว่าหมายเลขใดในการกำหนดสิทธิ  read write execute</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haguhagu200.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haguhagu200.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haguhagu200.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haguhagu200.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haguhagu200.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haguhagu200.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haguhagu200.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haguhagu200.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haguhagu200.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haguhagu200.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haguhagu200.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haguhagu200.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haguhagu200.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haguhagu200.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=66&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haguhagu200.wordpress.com/2010/02/09/%e0%b9%80%e0%b8%81%e0%b8%b5%e0%b9%88%e0%b8%a2%e0%b8%a7%e0%b8%81%e0%b8%b1%e0%b8%9a%e0%b8%aa%e0%b8%b4%e0%b8%97%e0%b8%98%e0%b8%b4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f24afa5a67339fce16192ee303be2e44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haguhagu200</media:title>
		</media:content>
	</item>
		<item>
		<title>การเพิ่ม user บน solaris</title>
		<link>http://haguhagu200.wordpress.com/2010/02/09/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9e%e0%b8%b4%e0%b9%88%e0%b8%a1-user-%e0%b8%9a%e0%b8%99-solaris/</link>
		<comments>http://haguhagu200.wordpress.com/2010/02/09/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9e%e0%b8%b4%e0%b9%88%e0%b8%a1-user-%e0%b8%9a%e0%b8%99-solaris/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:04:27 +0000</pubDate>
		<dc:creator>haguhagu200</dc:creator>
				<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://haguhagu200.wordpress.com/?p=64</guid>
		<description><![CDATA[แก้ไขไฟล์ /etc/passwd แต่ก่อนอื่นต้องรู้รหัส id กรุ๊ปก่อน  more /etc/group ถ้าต้องการเพิ่มกรุ๊ปใหม่ใช้คำสั่ง  groupadd xxxgroupxxx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=64&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>แก้ไขไฟล์ /etc/passwd</p>
<p>แต่ก่อนอื่นต้องรู้รหัส id กรุ๊ปก่อน  more /etc/group ถ้าต้องการเพิ่มกรุ๊ปใหม่ใช้คำสั่ง  groupadd xxxgroupxxx</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haguhagu200.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haguhagu200.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haguhagu200.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haguhagu200.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haguhagu200.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haguhagu200.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haguhagu200.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haguhagu200.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haguhagu200.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haguhagu200.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haguhagu200.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haguhagu200.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haguhagu200.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haguhagu200.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=64&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haguhagu200.wordpress.com/2010/02/09/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9e%e0%b8%b4%e0%b9%88%e0%b8%a1-user-%e0%b8%9a%e0%b8%99-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f24afa5a67339fce16192ee303be2e44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haguhagu200</media:title>
		</media:content>
	</item>
		<item>
		<title>การทำให้ drupal แสดงเนื้อหาได้หลายหมวดหมู่ taxonomy vocab</title>
		<link>http://haguhagu200.wordpress.com/2009/12/18/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%97%e0%b8%b3%e0%b9%83%e0%b8%ab%e0%b9%89-drupal-%e0%b9%81%e0%b8%aa%e0%b8%94%e0%b8%87%e0%b9%80%e0%b8%99%e0%b8%b7%e0%b9%89%e0%b8%ad%e0%b8%ab%e0%b8%b2%e0%b9%84%e0%b8%94/</link>
		<comments>http://haguhagu200.wordpress.com/2009/12/18/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%97%e0%b8%b3%e0%b9%83%e0%b8%ab%e0%b9%89-drupal-%e0%b9%81%e0%b8%aa%e0%b8%94%e0%b8%87%e0%b9%80%e0%b8%99%e0%b8%b7%e0%b9%89%e0%b8%ad%e0%b8%ab%e0%b8%b2%e0%b9%84%e0%b8%94/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 06:42:30 +0000</pubDate>
		<dc:creator>haguhagu200</dc:creator>
				<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://haguhagu200.wordpress.com/?p=62</guid>
		<description><![CDATA[ทำเมนูในdrupal แบบรวมหลายเนื้อหาให้ใส่เครื่องหมาย + เช่น taxonomy/term/4+5+6+7 ในช่อง Path:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=62&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ทำเมนูในdrupal แบบรวมหลายเนื้อหาให้ใส่เครื่องหมาย + เช่น taxonomy/term/4+5+6+7 ในช่อง Path:</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haguhagu200.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haguhagu200.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haguhagu200.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haguhagu200.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haguhagu200.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haguhagu200.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haguhagu200.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haguhagu200.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haguhagu200.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haguhagu200.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haguhagu200.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haguhagu200.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haguhagu200.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haguhagu200.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=62&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haguhagu200.wordpress.com/2009/12/18/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%97%e0%b8%b3%e0%b9%83%e0%b8%ab%e0%b9%89-drupal-%e0%b9%81%e0%b8%aa%e0%b8%94%e0%b8%87%e0%b9%80%e0%b8%99%e0%b8%b7%e0%b9%89%e0%b8%ad%e0%b8%ab%e0%b8%b2%e0%b9%84%e0%b8%94/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f24afa5a67339fce16192ee303be2e44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haguhagu200</media:title>
		</media:content>
	</item>
		<item>
		<title>การเปิด root ให้ใช้งาน ssh ได้</title>
		<link>http://haguhagu200.wordpress.com/2009/11/25/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9b%e0%b8%b4%e0%b8%94-root-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b9%83%e0%b8%8a%e0%b9%89%e0%b8%87%e0%b8%b2%e0%b8%99-ssh-%e0%b9%84%e0%b8%94%e0%b9%89/</link>
		<comments>http://haguhagu200.wordpress.com/2009/11/25/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9b%e0%b8%b4%e0%b8%94-root-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b9%83%e0%b8%8a%e0%b9%89%e0%b8%87%e0%b8%b2%e0%b8%99-ssh-%e0%b9%84%e0%b8%94%e0%b9%89/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 10:26:44 +0000</pubDate>
		<dc:creator>haguhagu200</dc:creator>
				<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://haguhagu200.wordpress.com/?p=59</guid>
		<description><![CDATA[#find /etc -name &#8220;*ssh*.conf&#8221; แล้วหาคำว่า PermitRoot  อะไรทำนองนี้อะ จำมะค่อยได้ save แล้วก็ restart ssh service หนึ่งครั้ง &#160; &#160; ref: thaiadmin.org/board/index.php?topic=81368.0 &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=59&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>#find /etc -name &#8220;*ssh*.conf&#8221;<br />
แล้วหาคำว่า PermitRoot  อะไรทำนองนี้อะ จำมะค่อยได้ save แล้วก็ restart ssh service หนึ่งครั้ง</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>ref: thaiadmin.org/board/index.php?topic=81368.0</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haguhagu200.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haguhagu200.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haguhagu200.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haguhagu200.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haguhagu200.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haguhagu200.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haguhagu200.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haguhagu200.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haguhagu200.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haguhagu200.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haguhagu200.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haguhagu200.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haguhagu200.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haguhagu200.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=59&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haguhagu200.wordpress.com/2009/11/25/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%9b%e0%b8%b4%e0%b8%94-root-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b9%83%e0%b8%8a%e0%b9%89%e0%b8%87%e0%b8%b2%e0%b8%99-ssh-%e0%b9%84%e0%b8%94%e0%b9%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f24afa5a67339fce16192ee303be2e44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haguhagu200</media:title>
		</media:content>
	</item>
		<item>
		<title>คำสั่ง boot ok prompt</title>
		<link>http://haguhagu200.wordpress.com/2009/11/14/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87-boot-ok-prompt/</link>
		<comments>http://haguhagu200.wordpress.com/2009/11/14/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87-boot-ok-prompt/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 14:19:31 +0000</pubDate>
		<dc:creator>haguhagu200</dc:creator>
				<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://haguhagu200.wordpress.com/?p=55</guid>
		<description><![CDATA[# eeprom auto-boot?=false # shutdown -g0 -y -i5 &#160; จากนั้น เปิดเครื่องใหม่ พิมพ์คำสั่ง boot cdrom เครื่องจะบู๊ทอีกครั้ง แต่คราวนี้จะไปอ่านจาก cdrom<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=55&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p># eeprom auto-boot?=false</p>
<p># shutdown -g0 -y -i5</p>
<p>&nbsp;</p>
<p>จากนั้น เปิดเครื่องใหม่ พิมพ์คำสั่ง boot cdrom เครื่องจะบู๊ทอีกครั้ง แต่คราวนี้จะไปอ่านจาก cdrom</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haguhagu200.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haguhagu200.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haguhagu200.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haguhagu200.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haguhagu200.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haguhagu200.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haguhagu200.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haguhagu200.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haguhagu200.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haguhagu200.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haguhagu200.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haguhagu200.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haguhagu200.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haguhagu200.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=55&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haguhagu200.wordpress.com/2009/11/14/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87-boot-ok-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f24afa5a67339fce16192ee303be2e44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haguhagu200</media:title>
		</media:content>
	</item>
		<item>
		<title>คำสั่งดู error</title>
		<link>http://haguhagu200.wordpress.com/2009/11/07/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87%e0%b8%94%e0%b8%b9-error/</link>
		<comments>http://haguhagu200.wordpress.com/2009/11/07/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87%e0%b8%94%e0%b8%b9-error/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 04:14:32 +0000</pubDate>
		<dc:creator>haguhagu200</dc:creator>
				<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://haguhagu200.wordpress.com/?p=53</guid>
		<description><![CDATA[คำสั่งดู error เช่น  svcs -xv apache22 หมายถึงดู error ของ service apache<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=53&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>คำสั่งดู error เช่น  svcs -xv apache22 หมายถึงดู error ของ service apache</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haguhagu200.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haguhagu200.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haguhagu200.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haguhagu200.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haguhagu200.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haguhagu200.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haguhagu200.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haguhagu200.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haguhagu200.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haguhagu200.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haguhagu200.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haguhagu200.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haguhagu200.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haguhagu200.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haguhagu200.wordpress.com&amp;blog=2218979&amp;post=53&amp;subd=haguhagu200&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haguhagu200.wordpress.com/2009/11/07/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87%e0%b8%94%e0%b8%b9-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f24afa5a67339fce16192ee303be2e44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haguhagu200</media:title>
		</media:content>
	</item>
	</channel>
</rss>
