<?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>Phoar.com &#187; linux</title>
	<atom:link href="http://phoar.com/wordpress/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://phoar.com/wordpress</link>
	<description>This is not a blog, Don.</description>
	<lastBuildDate>Tue, 13 Sep 2011 22:02:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Install TcpDump on DD-WRT</title>
		<link>http://phoar.com/wordpress/2011/09/install-tcpdump-on-dd-wrt/</link>
		<comments>http://phoar.com/wordpress/2011/09/install-tcpdump-on-dd-wrt/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 22:00:29 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tcpdump]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=140</guid>
		<description><![CDATA[Mount a Samba (CIFS) filesytem first via GUI, then: mkdir -p /tmp/smbshare/tmp/ipkg &#038;&#038; cd /tmp/smbshare/tmp/ipkg wget http://downloads.openwrt.org/whiterussian/packages/libpcap_0.9.4-1_mipsel.ipk ipkg -d smbfs install libpcap_0.9.4-1_mipsel.ipk wget http://downloads.openwrt.org/whiterussian/packages/tcpdump_3.9.4-1_mipsel.ipk ipkg -d smbfs install tcpdump_3.9.4-1_mipsel.ipk LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/tmp/smbshare/usr/lib" PATH="$PATH:/tmp/smbshare/usr/sbin" Source: http://www.dd-wrt.com/phpBB2/viewtopic.php?p=407287]]></description>
			<content:encoded><![CDATA[<p>Mount a Samba (CIFS) filesytem first via GUI, then:</p>
<p><code><br />
mkdir -p /tmp/smbshare/tmp/ipkg &#038;&#038;<br />
cd /tmp/smbshare/tmp/ipkg</p>
<p>wget http://downloads.openwrt.org/whiterussian/packages/libpcap_0.9.4-1_mipsel.ipk </p>
<p>ipkg -d smbfs install libpcap_0.9.4-1_mipsel.ipk </p>
<p>wget http://downloads.openwrt.org/whiterussian/packages/tcpdump_3.9.4-1_mipsel.ipk </p>
<p>ipkg -d smbfs install tcpdump_3.9.4-1_mipsel.ipk </p>
<p>LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/tmp/smbshare/usr/lib" </p>
<p>PATH="$PATH:/tmp/smbshare/usr/sbin"<br />
</code></p>
<p>Source: <a href="http://www.dd-wrt.com/phpBB2/viewtopic.php?p=407287" title="http://www.dd-wrt.com/phpBB2/viewtopic.php?p=407287" target="_blank">http://www.dd-wrt.com/phpBB2/viewtopic.php?p=407287</a></p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2011/09/install-tcpdump-on-dd-wrt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset a &#8216;frozen&#8217; SSH session</title>
		<link>http://phoar.com/wordpress/2011/07/reset-a-frozen-ssh-session/</link>
		<comments>http://phoar.com/wordpress/2011/07/reset-a-frozen-ssh-session/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 21:22:24 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=131</guid>
		<description><![CDATA[You sometimes find a SSH session gets frozen &#8211; especially when the remote connection suddenly vanishes. To reset, use: Enter - Tilde - Dot As in: The Enter key, A &#8220;~&#8221; character (tilde) A &#8220;.&#8221; character (dot/full-stop)]]></description>
			<content:encoded><![CDATA[<p>You sometimes find a SSH session gets frozen &#8211; especially when the remote connection suddenly vanishes.  To reset, use:<br />
<code>Enter - Tilde - Dot</code><br />
As in:<br />
The Enter key,<br />
A &#8220;~&#8221; character (tilde)<br />
A &#8220;.&#8221; character (dot/full-stop)</p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2011/07/reset-a-frozen-ssh-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One liner: unrar all rar files matching a pattern</title>
		<link>http://phoar.com/wordpress/2009/09/one-liner-unrar-all-rar-files-matching-a-pattern/</link>
		<comments>http://phoar.com/wordpress/2009/09/one-liner-unrar-all-rar-files-matching-a-pattern/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 20:59:16 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=124</guid>
		<description><![CDATA[This will unrar all the rar files matching the pattern into the current directory, ignoring pathnames (-ep) and force overwrite (-o+) &#8211; handy for unrar&#8217;ing ISO&#8217;s. for f in /source/dir/*.rar ; do unrar x -ep -o+ $f ; done]]></description>
			<content:encoded><![CDATA[<p>This will unrar all the rar files matching the pattern into the current directory, ignoring pathnames (-ep) and force overwrite (-o+) &#8211; handy for unrar&#8217;ing ISO&#8217;s.</p>
<p><code>for f in /source/dir/*.rar ; do unrar x -ep -o+ $f ; done</code></p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/09/one-liner-unrar-all-rar-files-matching-a-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux/Firefox Backspace key.</title>
		<link>http://phoar.com/wordpress/2009/08/linuxfirefox-backspace-key/</link>
		<comments>http://phoar.com/wordpress/2009/08/linuxfirefox-backspace-key/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 21:26:35 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=71</guid>
		<description><![CDATA[I use Firefox in Ubuntu and prefer the way the backspace key works in Windows &#8211; that is, the same as the &#8216;back&#8217; button. To do this, go to &#8220;about:config&#8221; in the Firefox address bar, accept the warning and set &#8220;browser.backspace_action&#8221; to a value of 0.]]></description>
			<content:encoded><![CDATA[<p>I use Firefox in Ubuntu and prefer the way the backspace key works in Windows &#8211; that is, the same as the &#8216;back&#8217; button.  To do this, go to &#8220;<strong>about:config</strong>&#8221; in the Firefox address bar, accept the warning and set &#8220;<strong>browser.backspace_action</strong>&#8221; to a value of <strong>0</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/08/linuxfirefox-backspace-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rtGui &#8211; a web based interface for rTorrent.</title>
		<link>http://phoar.com/wordpress/2009/08/rtgui-a-web-based-interface-for-rtorrent/</link>
		<comments>http://phoar.com/wordpress/2009/08/rtgui-a-web-based-interface-for-rtorrent/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:33:43 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=23</guid>
		<description><![CDATA[rtGui is a web based front end for rTorrent &#8211; the Linux command line BitTorrent client. It&#8217;s written in PHP and uses XML-RPC to communicate with the rTorrent client. For more information on rTorrent, see the home page: http://libtorrent.rakshasa.no/ Features List all torrent downloads or by started/stopped/complete/incomplete/seeding status. Ajax-style refresh information without reloading page. Sort [...]]]></description>
			<content:encoded><![CDATA[<p>rtGui is a web based front end for rTorrent &#8211; the Linux command line BitTorrent client. It&#8217;s written in PHP and uses XML-RPC to communicate with the rTorrent client.<br /> For more information on rTorrent, see the home page: <a href="http://libtorrent.rakshasa.no/">http://libtorrent.rakshasa.no/</a></p>
<h2>Features</h2>
<ul>
<li>List all torrent downloads or by started/stopped/complete/incomplete/seeding status.</li>
<li>Ajax-style refresh information without reloading page.</li>
<li>Sort view by any of the displayed columns.</li>
<li>View detailed torrent information.</li>
<li>Stop/start/hash-check torrent.</li>
<li>Set upload/download speed cap.</li>
<li>Add torrents by URL.</li>
<li>Upload torrent to rtorrent watch-directory.</li>
<li>Set priority per torrent or file.</li>
<li>Peer listing.</li>
<li>RSS Feed of completed torrents (rssfeed.php).</li>
<li>Does not require mySQL or any other database.</li>
<li>Bulk Stop/Start/Delete/Priority set.</li>
<li>Tracker URL display with configurable colouring.</li>
<li>Integrated RSS News Feed reader &#8211; download torrents directly to rTorrent (still work-in-progress).</li>
<li>Filter torrent list by tracker.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/08/rtgui-a-web-based-interface-for-rtorrent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate random JPG&#8217;s from vidwhacker (xscreensaver module)</title>
		<link>http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/</link>
		<comments>http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:27:03 +0000</pubDate>
		<dc:creator>shs</dc:creator>
				<category><![CDATA[Fiddling]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vidwhacker]]></category>

		<guid isPermaLink="false">http://phoar.com/wordpress/?p=14</guid>
		<description><![CDATA[I&#8217;ve replaced the Ubunutu/Gnome screensaver with the superior (IMHO) Xscreensaver, using this guide. I like the VidWhacker module, and have it set to choose a random image from my ~/Pictures/ dir. I wanted to save some of the funky random images it produces, so I did this: while true; do /usr/lib/xscreensaver/vidwhacker -stdout &#124; convert - [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve replaced the Ubunutu/Gnome screensaver with the superior (IMHO) Xscreensaver, using <a href="http://ubuntuforums.org/showthread.php?t=195557">this guide</a>.</p>
<p>I like the VidWhacker module, and have it set to choose a random image from my ~/Pictures/ dir. I wanted to save some of the funky random images it produces, so I did this:</p>
<p><code>while true; do /usr/lib/xscreensaver/vidwhacker -stdout | convert - `date +%s`.jpg ; echo "Generated jpg"; done</code></p>
<p>

<a href='http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/vidwhack1/' title='vidwhack1'><img width="150" height="150" src="http://phoar.com/wordpress/wp-content/uploads/2009/08/vidwhack1-150x150.jpg" class="attachment-thumbnail" alt="vidwhack1" title="vidwhack1" /></a>
<a href='http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/vidwhack2/' title='vidwhack2'><img width="150" height="150" src="http://phoar.com/wordpress/wp-content/uploads/2009/08/vidwhack2-150x150.jpg" class="attachment-thumbnail" alt="vidwhack2" title="vidwhack2" /></a>
<a href='http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/vidwhack3/' title='vidwhack3'><img width="150" height="150" src="http://phoar.com/wordpress/wp-content/uploads/2009/08/vidwhack3-150x150.jpg" class="attachment-thumbnail" alt="vidwhack3" title="vidwhack3" /></a>

]]></content:encoded>
			<wfw:commentRss>http://phoar.com/wordpress/2009/08/generate-random-jpgs-from-vidwhacker-xscreensaver-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

