<?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>RTSP &#187; other</title>
	<atom:link href="http://rtsp.us/category/other/feed/" rel="self" type="application/rss+xml" />
	<link>http://rtsp.us</link>
	<description></description>
	<lastBuildDate>Tue, 18 Oct 2011 08:54:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Apache SVN behind SSL proxy server</title>
		<link>http://rtsp.us/apache-svn-behind-ssl-proxy-server/</link>
		<comments>http://rtsp.us/apache-svn-behind-ssl-proxy-server/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 08:54:14 +0000</pubDate>
		<dc:creator>RTSP</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">http://rtsp.us/?p=852</guid>
		<description><![CDATA[ถ้ารัน Apache SVN ไว้หลัง Reverse Proxy ที่เป็น SSL แล้วเจอแบบนี้

Server sent unexpected return value &#40;502 Bad Gateway&#41; in response to COPY

ให้เซ็ตแบบนี้ใน Apache SVN

RequestHeader edit Destination ^https http early

ป.ล. จดกันลืม
]]></description>
			<content:encoded><![CDATA[<p>ถ้ารัน Apache SVN ไว้หลัง Reverse Proxy ที่เป็น SSL แล้วเจอแบบนี้</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Server sent unexpected <span style="color: #7a0874; font-weight: bold;">return</span> value <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">502</span> Bad Gateway<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">in</span> response to COPY</pre></div></div>

<p>ให้เซ็ตแบบนี้ใน Apache SVN</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">RequestHeader edit Destination ^https http early</pre></div></div>

<p>ป.ล. จดกันลืม</p>
]]></content:encoded>
			<wfw:commentRss>http://rtsp.us/apache-svn-behind-ssl-proxy-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install and run Redmine in 3 steps</title>
		<link>http://rtsp.us/how-to-install-and-run-redmine-in-3-steps/</link>
		<comments>http://rtsp.us/how-to-install-and-run-redmine-in-3-steps/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 19:15:40 +0000</pubDate>
		<dc:creator>RTSP</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[backports]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[redmine]]></category>

		<guid isPermaLink="false">https://rtsp.us/?p=742</guid>
		<description><![CDATA[entry นี้โฆษณา debian สุดๆ

Install Debian and enable Backports

aptitude install mysql-server redmine-mysql


sudo -u www-data X_DEBIAN_SITEID="default" ruby script/server webrick -e production


]]></description>
			<content:encoded><![CDATA[<p>entry นี้โฆษณา debian สุดๆ</p>
<ol>
<li>Install Debian and enable <a href="http://www.backports.org/">Backports</a></li>
<li>
<pre>aptitude install mysql-server redmine-mysql</pre>
</li>
<li>
<pre>sudo -u www-data X_DEBIAN_SITEID="default" ruby script/server webrick -e production</pre>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://rtsp.us/how-to-install-and-run-redmine-in-3-steps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ง่ายๆ</title>
		<link>http://rtsp.us/easy/</link>
		<comments>http://rtsp.us/easy/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 17:58:15 +0000</pubDate>
		<dc:creator>RTSP</dc:creator>
				<category><![CDATA[other]]></category>

		<guid isPermaLink="false">https://rtsp.us/?p=739</guid>
		<description><![CDATA[การทำอะไรด้วยวิธียากๆ ไม่ได้ดีเสมอไป
for %I in (*.apk) DO adb install %I

หรือ
for i in `ls *.apk`; do adb install $i; done﻿
]]></description>
			<content:encoded><![CDATA[<p>การทำอะไรด้วยวิธียากๆ ไม่ได้ดีเสมอไป</p>
<pre>for %I in (*.apk) DO adb install %I
</pre>
<p>หรือ</p>
<pre>for i in `ls *.apk`; do adb install $i; done﻿</pre>
]]></content:encoded>
			<wfw:commentRss>http://rtsp.us/easy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TwitterFox 1.8.3 RTSP Mod</title>
		<link>http://rtsp.us/twitterfox-1-8-3-rtsp-automatic-clear-cache/</link>
		<comments>http://rtsp.us/twitterfox-1-8-3-rtsp-automatic-clear-cache/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 21:39:47 +0000</pubDate>
		<dc:creator>RTSP</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitterfox]]></category>

		<guid isPermaLink="false">http://rtsp.us/?p=506</guid>
		<description><![CDATA[เป็นรุ่นที่โมต่อจาก TwitterFox Mod 1.8.3 HTTPS CopyName
สาเหตุเนื่องจากเมื่อใช้ไปนานๆ มันจะเก็บแคชของทวิตไว้ ทำให้ต้องมาล้างอยู่บ่อยๆ เพื่อให้มันเร็วขึ้น
TwitterFox RTSP Mod ตัวล่าสุดนี้ เพิ่มฟีเจอร์ใหม่ที่จะทำการลบแคชเก่า ทุกครั้งที่เปิด Firefox (เก็บไว้เฉพาะ 20 อันล่าสุดในแต่ละ timeline) ช่วยให้  [...]]]></description>
			<content:encoded><![CDATA[<p>เป็นรุ่นที่โมต่อจาก <a href="http://rtsp.us/2009/07/16/twitterfox-1-8-3-https-copyname">TwitterFox Mod 1.8.3 HTTPS CopyName</a></p>
<p>สาเหตุเนื่องจากเมื่อใช้ไปนานๆ มันจะเก็บแคชของทวิตไว้ ทำให้ต้องมา<a href="http://rtsp.us/2009/08/05/clear-twitterfox-local-cache">ล้างอยู่บ่อยๆ เพื่อให้มันเร็วขึ้น</a></p>
<p>TwitterFox RTSP Mod ตัวล่าสุดนี้ เพิ่มฟีเจอร์ใหม่ที่จะทำการลบแคชเก่า ทุกครั้งที่เปิด Firefox (เก็บไว้เฉพาะ 20 อันล่าสุดในแต่ละ timeline) ช่วยให้ TwitterFox ทำงานเร็วขึ้นมากๆ</p>
<p>สรุปแล้วตัว Mod นี้ แก้ไขจาก TwitterFox <em>ต้นฉบับ</em> 4 อย่างคือ</p>
<ul>
<li>เปิดแท็บที่คลิกจาก TwitterFox ด้วย HTTPS</li>
<li>คลิกขวา &gt; Copy จะมีชื่อคนทวิตติดมาด้วย</li>
<li>เอาเมาส์ชี้ Avatar จะมีบอกเวลาจริงของทวิตนั้นๆ</li>
<li><strong>ใหม่!</strong> &#8211; ลบแคชทวิตเก่าๆ ออกทุกครั้งเมื่อเปิด Firefox</li>
</ul>
<p>ถ้าสนใจก็กดซะ <a title="TwitterFox 1.8.3 RTSP Mod" href="http://rtsp.us/files/twitterfox-1.8.3-rtsp_https+copyname+clearcache.xpi">Download!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rtsp.us/twitterfox-1-8-3-rtsp-automatic-clear-cache/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Echofon 1.9.3 RTSP Mod</title>
		<link>http://rtsp.us/echofon-1-9-3-rtsp-mod/</link>
		<comments>http://rtsp.us/echofon-1-9-3-rtsp-mod/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 21:48:16 +0000</pubDate>
		<dc:creator>RTSP</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[echofon]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitterfox]]></category>

		<guid isPermaLink="false">http://rtsp.us/?p=499</guid>
		<description><![CDATA[Echofon 1.9.3 ออกละ ถึงเวลาปล่อยรุ่นโมอีกครั้ง
รุ่นโมตัวนี้ก็คล้ายๆรุ่นเดิม สิ่งที่ผมแก้ไปก็คือ

แท็บที่กดจาก Echofon จะถูกบังคับให้เปิดด้วย HTTPS
ตอนก้อปปี้ทวิตจะติดชื่อคนเขียนมาด้วย
ถ้าเอาเมาส์ชี้ตรง avatar จะบอกเวลาจริงที่ทวิตด้วย

Download Echofon 1.9.3 RTSP Mod
แถมอีกนิด เป็นเหตุผลส่วนตัว  [...]]]></description>
			<content:encoded><![CDATA[<p>Echofon 1.9.3 ออกละ ถึงเวลาปล่อยรุ่นโมอีกครั้ง</p>
<p>รุ่นโมตัวนี้ก็คล้ายๆรุ่นเดิม สิ่งที่ผมแก้ไปก็คือ</p>
<ul>
<li>แท็บที่กดจาก Echofon จะถูกบังคับให้เปิดด้วย HTTPS</li>
<li>ตอนก้อปปี้ทวิตจะติดชื่อคนเขียนมาด้วย</li>
<li>ถ้าเอาเมาส์ชี้ตรง avatar จะบอกเวลาจริงที่ทวิตด้วย</li>
</ul>
<p><a title="Echofon 1.9.3 RTSP Mod" href="http://rtsp.us/files/echofon-1.9.3-rtsp_https+copyname+actualtime.xpi">Download Echofon 1.9.3 RTSP Mod</a></p>
<p>แถมอีกนิด เป็นเหตุผลส่วนตัว ผมไม่ชอบสีเทาๆ เลยเอาธีม TwitterFox เดิมมาใส่ให้ สำหรับคนที่ชอบสีฟ้ามากกว่า แต่มันยังบั๊กๆ อยู่นิดหน่อย ถ้ามีเวลาจะทยอยแก้นะครับ</p>
<p><a title="Echofon 1.9.3 RTSP Mod Old Theme" href="http://rtsp.us/files/echofon-1.9.3-rtsp_https+copyname+actualtime+twfoxtheme.xpi">Download Echofon 1.9.3 RTSP Mod with TwitterFox theme</a></p>
<p>ป.ล. ใครแก้ได้แก้เลยนะ บอกผมด้วยว่าแก้ยังไงจะขอบคุณมากมาย <img src='http://rtsp.us/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rtsp.us/echofon-1-9-3-rtsp-mod/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Pidgin ต่อ Google Talk แล้ว Read Error</title>
		<link>http://rtsp.us/pidgin-google-talk-read-error/</link>
		<comments>http://rtsp.us/pidgin-google-talk-read-error/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 11:14:37 +0000</pubDate>
		<dc:creator>RTSP</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google talk]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://rtsp.us/?p=473</guid>
		<description><![CDATA[ปกติถ้าไม่ปรับอะไรเลย หลังจาก add Google Talk เข้าไปใน Pidgin Accounts แล้ว เวลา connect มันจะต่อไปที่ port 5222 ครับ
แต่บางที่มัน block (เช่น MaxNet หรือเน็ตตามบริษัทที่ให้เข้าได้แต่พอร์ท 80, 443) จนทำให้มันขึ้น Read Error
แอบไป netstat ดู Google Talk Client ก็งงว่าทำไมมันต่อผ่านพอร์ท 443 ได้  [...]]]></description>
			<content:encoded><![CDATA[<p>ปกติถ้าไม่ปรับอะไรเลย หลังจาก add Google Talk เข้าไปใน Pidgin Accounts แล้ว เวลา connect มันจะต่อไปที่ port 5222 ครับ</p>
<p>แต่บางที่มัน block (เช่น MaxNet หรือเน็ตตามบริษัทที่ให้เข้าได้แต่พอร์ท 80, 443) จนทำให้มันขึ้น Read Error</p>
<p>แอบไป netstat ดู Google Talk Client ก็งงว่าทำไมมันต่อผ่านพอร์ท 443 ได้ เลยลองมั่วๆ จนเจอวิธีตั้งให้ Pidgin หลบไปใช้พอร์ท 443 (https) แทน ง่ายจนคาดไม่ถึง โดยเข้าไป Accounts &gt; Modify</p>
<ol>
<li>Require SSL/TLS เอาออก</li>
<li>Force old (port 5223) SSL ติ๊ก</li>
<li>Allow plaintext auth over unencrypted streams เอาออก</li>
<li>Connect port: 443</li>
<li>Connect server: talk.google.com</li>
</ol>
<p><img class="aligncenter size-full wp-image-474" title="Pidgin connect to Google Talk via SSL" src="http://rtsp.us/blog/wp-content/uploads/2009/08/RTSP_20090811_180715.png" alt="Pidgin connect to Google Talk via SSL" width="343" height="342" /></p>
<p>พอทำได้แล้วก็ลองไปค้นๆดู ปรากฏมีคน<a href="http://www.google.com/search?q=pidgin+google+talk+&quot;read+error&quot;">ทำได้เต็มไปหมด</a>แล้ว นี่เราล้าหลังชาวบ้านเค้าไปเยอะนี่หว่า</p>
]]></content:encoded>
			<wfw:commentRss>http://rtsp.us/pidgin-google-talk-read-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TwitterFox Mod 1.8.2: HTTPS + CopyName</title>
		<link>http://rtsp.us/twitterfox-1-8-2-https-copyname/</link>
		<comments>http://rtsp.us/twitterfox-1-8-2-https-copyname/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 03:58:21 +0000</pubDate>
		<dc:creator>RTSP</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://rtsp.us/?p=457</guid>
		<description><![CDATA[ใครสงสัยว่า TwitterFox Mod คืออะไร ลองอ่าน โม TwitterFox ให้เปิด tab ด้วย https และเพิ่มเมนู Copy with Name
ไม่กี่วันมานี้ TwitterFox ได้ออกรุ่น 1.8.2 ซึ่งแก้บั๊กเล็กๆน้อยๆ

อาการค้างเวลาโหลด Tweet เยอะๆบน Windows
ขึ้น Unread ในแท็บ Recent กับ Mentions ซ้ำกัน
Progress bar วิ่งไม่หยุดเวลา Tweet แล้ว  [...]]]></description>
			<content:encoded><![CDATA[<p>ใครสงสัยว่า TwitterFox Mod คืออะไร ลองอ่าน <a href="http://rtsp.us/2009/02/26/modified-twitterfox-https-copyname">โม TwitterFox ให้เปิด tab ด้วย https และเพิ่มเมนู Copy with Name</a></p>
<p>ไม่กี่วันมานี้ TwitterFox ได้ออกรุ่น 1.8.2 ซึ่งแก้บั๊กเล็กๆน้อยๆ</p>
<ul>
<li>อาการค้างเวลาโหลด Tweet เยอะๆบน Windows</li>
<li>ขึ้น Unread ในแท็บ Recent กับ Mentions ซ้ำกัน</li>
<li>Progress bar วิ่งไม่หยุดเวลา Tweet แล้ว failed</li>
</ul>
<p>แล้วก็เช่นเคย ผมไม่ชอบเวลาเปิดลิ้งค์จาก TwitterFox แล้วมันไม่ใช่ HTTPS มันไม่ปลอดภัย! แล้วก็บลาๆ ก็เลยโมมันนิดหน่อย</p>
<ul>
<li>เปิดลิ้งค์ที่เข้าไปยังเว็บ http://twitter.com/.. ทุกอันด้วย https://twitter.com/&#8230; แทน</li>
<li>เวลาคลิกขวา Copy จะมีชื่อคนพิมพ์แถมมาด้วย</li>
</ul>
<p>ว่าแล้วก็โหลดกันได้เลยครับ</p>
<p><strong><a title="TwitterFox Mod 1.8.2 by RTSP" href="http://rtsp.us/files/twitterfox-1.8.2-fx-https+copyname_rtsp.xpi">Download TwitterFox Mod 1.8.2: HTTPS + CopyName</a></strong></p>
<p>ป.ล. ถ้าเคยลง 1.8.2 ไว้แล้ว ให้ uninstall ออกก่อนนะครับ</p>
]]></content:encoded>
			<wfw:commentRss>http://rtsp.us/twitterfox-1-8-2-https-copyname/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TwitterFox 1.8.1: HTTPS + CopyName</title>
		<link>http://rtsp.us/twitterfox-1-8-1-https-copyname/</link>
		<comments>http://rtsp.us/twitterfox-1-8-1-https-copyname/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 04:10:39 +0000</pubDate>
		<dc:creator>RTSP</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitterfox]]></category>

		<guid isPermaLink="false">http://rtsp.us/?p=455</guid>
		<description><![CDATA[ใครสงสัยว่ามันคืออะไร ลองอ่าน โม TwitterFox ให้เปิด tab ด้วย https และเพิ่มเมนู Copy with Name
และแล้ว TwitterFox ก็ออกรุ่น 1.8.1 ที่มีความสามารถในการเปลี่ยน theme และยืดหดหน้าต่างได้ตามใจชอบ
&#8230; แต่มันก็ยังไม่มี https tab อยู่ดี ก็เลยจัดการโมซะ ออกมาเป็น 1.8.1 ตัวนี้
คลิกขวา Save  [...]]]></description>
			<content:encoded><![CDATA[<p>ใครสงสัยว่ามันคืออะไร ลองอ่าน <a href="http://rtsp.us/2009/02/26/modified-twitterfox-https-copyname">โม TwitterFox ให้เปิด tab ด้วย https และเพิ่มเมนู Copy with Name</a></p>
<p>และแล้ว TwitterFox ก็ออกรุ่น 1.8.1 ที่มีความสามารถในการเปลี่ยน theme และยืดหดหน้าต่างได้ตามใจชอบ</p>
<p>&#8230; แต่มันก็ยังไม่มี https tab อยู่ดี ก็เลยจัดการโมซะ ออกมาเป็น 1.8.1 ตัวนี้</p>
<p>คลิกขวา Save แล้วลากโยนใส่หน้าต่าง Firefox ได้เลยนะครับ</p>
<p><a href="http://rtsp.us/files/twitterfox-1.8.1-fx-https+copyname_rtsp.xpi">Download TwitterFox 1.8.1 HTTPS+CopyName</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rtsp.us/twitterfox-1-8-1-https-copyname/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>E-Book สอน CentOS Server (ภาษาไทย)</title>
		<link>http://rtsp.us/ebook-centos-server-thai/</link>
		<comments>http://rtsp.us/ebook-centos-server-thai/#comments</comments>
		<pubDate>Wed, 06 May 2009 09:28:14 +0000</pubDate>
		<dc:creator>RTSP</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://rtsp.us/?p=453</guid>
		<description><![CDATA[เป็นของพี่โสธรทำไว้ครับ แจกให้ดาวน์โหลดกันได้ฟรีๆ ผมอ่านแล้วเยี่ยมมากเลยครับ
คนที่สนใจสาย Server แนะนำว่าควรอ่านอย่างยิ่ง สาย Debian ก็อ่านได้ครับ มีหลายๆอย่างคล้ายกันอยู่
ไปโหลดกันได้ที่ http://linux.sothorn.org/node/558
]]></description>
			<content:encoded><![CDATA[<p>เป็นของพี่โสธรทำไว้ครับ แจกให้ดาวน์โหลดกันได้ฟรีๆ ผมอ่านแล้วเยี่ยมมากเลยครับ</p>
<p>คนที่สนใจสาย Server แนะนำว่าควรอ่านอย่างยิ่ง สาย Debian ก็อ่านได้ครับ มีหลายๆอย่างคล้ายกันอยู่</p>
<p>ไปโหลดกันได้ที่ <a href="http://linux.sothorn.org/node/558">http://linux.sothorn.org/node/558</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rtsp.us/ebook-centos-server-thai/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>pv: แอบดูสถานะข้อมูลที่ผ่าน pipe</title>
		<link>http://rtsp.us/pv-pipeview/</link>
		<comments>http://rtsp.us/pv-pipeview/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 16:35:52 +0000</pubDate>
		<dc:creator>RTSP</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[pipe]]></category>
		<category><![CDATA[pipeview]]></category>
		<category><![CDATA[pv]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://rtsp.us/?p=436</guid>
		<description><![CDATA[สมมุติว่าจะ backup sql

mysqldump -u root -p --all-databases &#124; bzip2 &#62; backup.sql.bz2

ถ้า database ใหญ่ๆ มันจะรันนานมาก โดยไม่มีอะไรบอกเลยว่ามันยังทำงานอยู่
ถ้าอยากรู้ล่ะ? pipeview ช่วยได้

aptitude install pv

แทรก pv เข้าไปตรงกลาง

mysqldump -u root -p --all-databases &#124; pv &#124; bzip2 &#62;  [...]]]></description>
			<content:encoded><![CDATA[<p>สมมุติว่าจะ backup sql</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mysqldump <span style="color: #660033;">-u</span> root <span style="color: #660033;">-p</span> <span style="color: #660033;">--all-databases</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">bzip2</span> <span style="color: #000000; font-weight: bold;">&gt;</span> backup.sql.bz2</pre></div></div>

<p>ถ้า database ใหญ่ๆ มันจะรันนานมาก โดยไม่มีอะไรบอกเลยว่ามันยังทำงานอยู่</p>
<p>ถ้าอยากรู้ล่ะ? <strong>pipeview </strong>ช่วยได้</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> pv</pre></div></div>

<p>แทรก <strong>pv </strong>เข้าไปตรงกลาง</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mysqldump <span style="color: #660033;">-u</span> root <span style="color: #660033;">-p</span> <span style="color: #660033;">--all-databases</span> <span style="color: #000000; font-weight: bold;">|</span> pv <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">bzip2</span> <span style="color: #000000; font-weight: bold;">&gt;</span> backup.sql.bz2</pre></div></div>

<p>จะมีสถานะบอกว่ามีอะไรวิ่งผ่าน pipe บ้าง</p>

<div class="wp_syntax"><div class="code"><pre class="generic" style="font-family:monospace;">38MB 0:00:27 [1.02MB/s] [           &lt; =&gt;            ]</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://rtsp.us/pv-pipeview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

