<?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>Sirnet on Wordpress</title>
	<atom:link href="http://sirnet.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sirnet.wordpress.com</link>
	<description>My Life With Technology</description>
	<lastBuildDate>Sun, 05 Sep 2010 20:11:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sirnet.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sirnet on Wordpress</title>
		<link>http://sirnet.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sirnet.wordpress.com/osd.xml" title="Sirnet on Wordpress" />
	<atom:link rel='hub' href='http://sirnet.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Mounting a SMB filesystem in Xubuntu</title>
		<link>http://sirnet.wordpress.com/2010/09/05/mounting-a-smb-filesystem-in-xubuntu/</link>
		<comments>http://sirnet.wordpress.com/2010/09/05/mounting-a-smb-filesystem-in-xubuntu/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 20:11:44 +0000</pubDate>
		<dc:creator>sirnet</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[network shares]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[smbfs]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://sirnet.wordpress.com/?p=114</guid>
		<description><![CDATA[Xubuntus file manager doesnt support viewing samba shares, so use these 4 steps to mount your samba file system on your xubuntu system and save alot of headaches!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=114&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- .entry-meta --></p>
<div>
<p>Fellow users of Xubuntu may have noticed that the file manager  doesn’t support viewing samba shares in the same way that Ubuntu’s file  manager does. This functionality used to exist, however they changed the  filemanager used around 8.10. In order to view samba shares, you must  therefore mount them on your system.</p>
<h2>Mounting Samba Shares</h2>
<h3>1. Create a folder to mount your Samba share</h3>
<p><em>sudo mkdir /media/music</em><br />
sudo runs the command as root, mkdir tells the system to make a  directory and the rest is the path you specify, I usually mount things  in the /media/ directory but you can just as easily mount them in your  /home/username directory.</p>
<h3>2. Editing the fstab so it loads on boot</h3>
<p>This file contains information on your disk partitions and you shouldn’t change anything that already exists!<br />
<em>sudo nano /etc/fstab</em><br />
In the fstab file you will need to enter a line similar to the following:<br />
<em>\\SAMBASERVER\ShareName /media/music smbfs user=username,passwd=password 0 0 </em><br />
The left part indicates the server the share is hosted on, followed by  where it should be mounted to in your file system, you then need to tell  it that it’s a samba filesystem. If you have a username or password to  view the share, enter it – if not use the line below. One word of  warning – usernames and passwords stored in the file are in cleartext,  it’s highly advisable that on your samba server you create a new user  with limited privellages to restrict access.<br />
<em>\\SAMBASERVER\ShareName /media/muisic smbfs 0 0 </em><br />
save the file.</p>
<h3>3. Run the mount command</h3>
<p><em>sudo mount /media/music</em><br />
this will lookup what should be mounted in the fstab file, it should  then allow you to view the contents of the folder in /media/music in the  Xubuntu filesystem as if it were on your local machine.</p>
<h3>4. It didn’t work! (wrong mount type, bad option, bad superblock on…)</h3>
<p>this means you need to run the additional command:<br />
<em>sudo apt-get install smbfs</em><br />
This will install the samba filesystem package on your system, simply  re-run the mount command when you’ve got this package and all should  work!</p>
</div>
<br /> Tagged: <a href='http://sirnet.wordpress.com/tag/network-shares/'>network shares</a>, <a href='http://sirnet.wordpress.com/tag/samba/'>Samba</a>, <a href='http://sirnet.wordpress.com/tag/smb/'>smb</a>, <a href='http://sirnet.wordpress.com/tag/smbfs/'>smbfs</a>, <a href='http://sirnet.wordpress.com/tag/xubuntu/'>xubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sirnet.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sirnet.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sirnet.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sirnet.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sirnet.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sirnet.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sirnet.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sirnet.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sirnet.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sirnet.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sirnet.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sirnet.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sirnet.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sirnet.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=114&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sirnet.wordpress.com/2010/09/05/mounting-a-smb-filesystem-in-xubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/700153242870713687218575eee23e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sirnet</media:title>
		</media:content>
	</item>
		<item>
		<title>7z (7zip) errors with unsupported method message</title>
		<link>http://sirnet.wordpress.com/2010/08/11/7z-7zip-errors-with-unsupported-method-message/</link>
		<comments>http://sirnet.wordpress.com/2010/08/11/7z-7zip-errors-with-unsupported-method-message/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 20:10:45 +0000</pubDate>
		<dc:creator>sirnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[7 zip]]></category>
		<category><![CDATA[7z]]></category>
		<category><![CDATA[7zip]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rar]]></category>

		<guid isPermaLink="false">http://sirnet.wordpress.com/?p=104</guid>
		<description><![CDATA[unsupported method error message when decompressing rar files with 7zip under (x)ubuntu 10.04<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=104&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When trying to extract a .rar file with 7zip I encountered an error about an unsupported method. The directory contents of the file were listed, however it wouldn&#8217;t extract the files. After alittle reserach I discovered you required the following apparently unreleated plugin: p7zip-rar</p>
<p><em>sudo apt-get install p7z-rar</em></p>
<p>after installation, re-run your 7zip command and it will work fine</p>
<p><em>7z x filename.rar</em></p>
<br /> Tagged: <a href='http://sirnet.wordpress.com/tag/7-zip/'>7 zip</a>, <a href='http://sirnet.wordpress.com/tag/7z/'>7z</a>, <a href='http://sirnet.wordpress.com/tag/7zip/'>7zip</a>, <a href='http://sirnet.wordpress.com/tag/error-message/'>error message</a>, <a href='http://sirnet.wordpress.com/tag/linux/'>Linux</a>, <a href='http://sirnet.wordpress.com/tag/rar/'>rar</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sirnet.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sirnet.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sirnet.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sirnet.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sirnet.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sirnet.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sirnet.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sirnet.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sirnet.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sirnet.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sirnet.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sirnet.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sirnet.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sirnet.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=104&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sirnet.wordpress.com/2010/08/11/7z-7zip-errors-with-unsupported-method-message/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/700153242870713687218575eee23e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sirnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux: list all sub files and folders</title>
		<link>http://sirnet.wordpress.com/2010/08/10/linux-list-all-sub-files-and-folders/</link>
		<comments>http://sirnet.wordpress.com/2010/08/10/linux-list-all-sub-files-and-folders/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 12:09:49 +0000</pubDate>
		<dc:creator>sirnet</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[list all files]]></category>

		<guid isPermaLink="false">http://sirnet.wordpress.com/?p=98</guid>
		<description><![CDATA[how to use the list command recursivley to show the contents of all sub-files and folders.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=98&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On occasion, it&#8217;s necissary for me to generate a list of all of the files and folders inside my current working directory. I can use the ls command to view all the files in the current folder, but it&#8217;s too cumbersome to navigate to each folder and use the command again and again to generate a complete list. The command ls -R adds the recursive operator, so all files, and all sub files and folders are searched, giving you a compelete picture of your folders entire contents.</p>
<p>Recusive list (list files and folders from every sub directory)<br />
<em>ls -R</em></p>
<p>Recursive list with results going to a text file<br />
<em>ls -R &gt; results.txt</em></p>
<br /> Tagged: <a href='http://sirnet.wordpress.com/tag/cli/'>cli</a>, <a href='http://sirnet.wordpress.com/tag/command-line/'>command line</a>, <a href='http://sirnet.wordpress.com/tag/linux/'>Linux</a>, <a href='http://sirnet.wordpress.com/tag/list-all-files/'>list all files</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sirnet.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sirnet.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sirnet.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sirnet.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sirnet.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sirnet.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sirnet.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sirnet.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sirnet.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sirnet.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sirnet.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sirnet.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sirnet.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sirnet.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=98&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sirnet.wordpress.com/2010/08/10/linux-list-all-sub-files-and-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/700153242870713687218575eee23e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sirnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Xubuntu Android Development Environment in Eclipse</title>
		<link>http://sirnet.wordpress.com/2010/06/27/xubuntu-android-development-environment-in-eclipse/</link>
		<comments>http://sirnet.wordpress.com/2010/06/27/xubuntu-android-development-environment-in-eclipse/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 20:30:47 +0000</pubDate>
		<dc:creator>sirnet</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[ADK]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://sirnet.wordpress.com/?p=99</guid>
		<description><![CDATA[Quick blow by blow guide on setting up an Eclipse on Xubuntu for Android development.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=99&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to be working on developing Android and iPhone applications in the future at work, so I decided it&#8217;d  be a good time to start working on a development environment.</p>
<p>1. Setting up JDK</p>
<p>I firstly downloaded the JDK from the sun website ([update] <a title="Java JDK" href="http://www.oracle.com/technetwork/java/javase/downloads/jdk6-jsp-136632.html">http://www.oracle.com/technetwork/java/javase/downloads/jdk6-jsp-136632.html</a>), extracted and installed it. I also setup the Xubuntu restricted extras which contains Java. It was a straight install with no problems.</p>
<p>2. Installing Eclipse</p>
<p>Eclipse was originally installed from the Sun developer network &#8211; now owned by Oracle &#8211; but this did not work with the android ADK. When you try to install the ADK it crashes with an error towards the end of the install. Run the following from the command in order to setup the &#8220;PDE&#8221; version of Eclipse:</p>
<p><em>sudo apt-get install eclipse-pde</em><br />
3. Setup the Android SDK</p>
<p>Download the android SDK from: <a title="Android Development SDK" href="http://developer.android.com/sdk/index.html">http://developer.android.com/sdk/index.html</a></p>
<p>extract it into to you home folder somewhere</p>
<p>3. Install the android development environment (ADK)</p>
<p>open Eclipse and select &#8220;help&#8221; then &#8220;install new software&#8221;</p>
<p>Click &#8220;Add&#8221;</p>
<p>Enter the following URL:</p>
<pre>https://dl-ssl.google.com/android/eclipse/</pre>
<p>if that doesn&#8217;t work, change the HTTPS to HTTP. be sure to accept the lisence agreement.</p>
<p>once done, a menu should be available in &#8220;Window&#8221; called &#8220;Android SDK and AVD manager&#8221; click it</p>
<p>Enter the path to the SDK</p>
<p>Download components through the manager as appropriate</p>
<p>That should be it, you can create AVDs through the menu. To create a new android project, click &#8220;File&#8221;, &#8220;new&#8221;, &#8220;project&#8221; followed by &#8220;android&#8221;.</p>
<br /> Tagged: <a href='http://sirnet.wordpress.com/tag/adk/'>ADK</a>, <a href='http://sirnet.wordpress.com/tag/android/'>Android</a>, <a href='http://sirnet.wordpress.com/tag/development/'>development</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sirnet.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sirnet.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sirnet.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sirnet.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sirnet.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sirnet.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sirnet.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sirnet.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sirnet.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sirnet.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sirnet.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sirnet.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sirnet.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sirnet.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=99&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sirnet.wordpress.com/2010/06/27/xubuntu-android-development-environment-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/700153242870713687218575eee23e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sirnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Extracting a tar.gz file at command line</title>
		<link>http://sirnet.wordpress.com/2009/12/22/extracting-a-tar-gz-file-at-command-line/</link>
		<comments>http://sirnet.wordpress.com/2009/12/22/extracting-a-tar-gz-file-at-command-line/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 09:50:33 +0000</pubDate>
		<dc:creator>sirnet</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[decompress file]]></category>
		<category><![CDATA[tar.gz]]></category>
		<category><![CDATA[ubuntu file compression]]></category>

		<guid isPermaLink="false">http://sirnet.wordpress.com/?p=94</guid>
		<description><![CDATA[decompress at command line using gzip (gzip -d file.tar.gz) and tar (tar -xvf file.tar).<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=94&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>using a terminal or at command line, navigate to the directory in which the file.tar.gz is located. Once found, you need to run the following commands:</p>
<p><em>gzip -d file.tar.gz</em></p>
<p>this decompresses the file, leaving you with file.tar</p>
<p><em>tar -xvf file.tar</em></p>
<p>this extracts the file(s) to the current directory in verbose mode. you should then be able to access it.</p>
<br /> Tagged: decompress file, tar.gz, ubuntu file compression <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sirnet.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sirnet.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sirnet.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sirnet.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sirnet.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sirnet.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sirnet.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sirnet.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sirnet.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sirnet.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sirnet.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sirnet.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sirnet.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sirnet.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=94&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sirnet.wordpress.com/2009/12/22/extracting-a-tar-gz-file-at-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/700153242870713687218575eee23e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sirnet</media:title>
		</media:content>
	</item>
		<item>
		<title>BBC Radio using Windows Media Player (WMP)</title>
		<link>http://sirnet.wordpress.com/2009/11/25/bbc-radio-using-windows-media-player-wmp/</link>
		<comments>http://sirnet.wordpress.com/2009/11/25/bbc-radio-using-windows-media-player-wmp/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 07:10:28 +0000</pubDate>
		<dc:creator>sirnet</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[bbc radio streams]]></category>
		<category><![CDATA[internet radio]]></category>
		<category><![CDATA[iPlayer]]></category>
		<category><![CDATA[WMA]]></category>

		<guid isPermaLink="false">http://sirnet.wordpress.com/?p=92</guid>
		<description><![CDATA[Links to the BBC's WMA and Real player RADIO streams! Down with the iPlayer!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=92&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>BBC Radio WMA Streams for Windows Media Player</h2>
<p>So you want to access the BBC Radio streams as you did in the good old days before the iplayer? Well i&#8217;ve found the links hidden away on the BBC&#8217;s website. Many a day have i been swearing that I can&#8217;t stream programmes such as click, and radio stations to my media player. I just hate the need for flash, a security hole in any system. I hate the need to have a web browser open. I hate the media interface that doesn&#8217;t work with my laptops hot-keys! For all those with similar complaints over the iPlayer go to:</p>
<p><a href="http://iplayerhelp.external.bbc.co.uk/help/streaming_programmes/real_wma_streams">http://iplayerhelp.external.bbc.co.uk/help/streaming_programmes/real_wma_streams</a></p>
<br /> Tagged: BBC, bbc radio streams, internet radio, iPlayer, WMA <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sirnet.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sirnet.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sirnet.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sirnet.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sirnet.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sirnet.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sirnet.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sirnet.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sirnet.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sirnet.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sirnet.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sirnet.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sirnet.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sirnet.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=92&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sirnet.wordpress.com/2009/11/25/bbc-radio-using-windows-media-player-wmp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/700153242870713687218575eee23e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sirnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Making Windows Meida Player 12 More Friendly</title>
		<link>http://sirnet.wordpress.com/2009/11/23/making-windows-meida-player-12-more-friendly/</link>
		<comments>http://sirnet.wordpress.com/2009/11/23/making-windows-meida-player-12-more-friendly/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:33:33 +0000</pubDate>
		<dc:creator>sirnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windows media player 12]]></category>

		<guid isPermaLink="false">http://sirnet.wordpress.com/?p=90</guid>
		<description><![CDATA[Windows Media Player 12 leaves alot to be desired, these are afew of the features I miss.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=90&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Windows media player 12 comes with Windows 7, and in my opinion it leaves alot to be desired. Not only do you lose the well integrated player layout that we&#8217;ve had since windows media player 10, but the task bar media player option has been removed. It&#8217;s left me utterly frustrated. One thing that&#8217;s missing is the now playing list in the visulisation view&#8230; And this is one thing that can be corrected. There is an option to enable it &#8211; hidden in the right click menu. Simply right click in the player instance and select &#8220;show list&#8221;. Unfortunatly it is no where near as dynamic as MP 11&#8242;s now playing screen, but it is something! Until hacks are available for my 64 bit windows 7 install, I guess I&#8217;ll have to make do.</p>
<br /> Tagged: windows media player 12 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sirnet.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sirnet.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sirnet.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sirnet.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sirnet.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sirnet.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sirnet.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sirnet.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sirnet.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sirnet.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sirnet.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sirnet.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sirnet.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sirnet.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=90&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sirnet.wordpress.com/2009/11/23/making-windows-meida-player-12-more-friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/700153242870713687218575eee23e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sirnet</media:title>
		</media:content>
	</item>
		<item>
		<title>7zip maximum compression on command line</title>
		<link>http://sirnet.wordpress.com/2009/11/11/7zip-maximum-compression-on-command-line/</link>
		<comments>http://sirnet.wordpress.com/2009/11/11/7zip-maximum-compression-on-command-line/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 22:49:41 +0000</pubDate>
		<dc:creator>sirnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[7zip]]></category>

		<guid isPermaLink="false">http://sirnet.wordpress.com/2009/11/11/7zip-maximum-compression-on-command-line/</guid>
		<description><![CDATA[in order to run 7zip on the command line with maximum compression use the following command: 7z a -t7z -mx9 (ARCHIVE NAME) (FILE/FOLDER TO COMPRESS) Tagged: 7zip<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=89&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>in order to run 7zip on the command line with maximum compression use the following command:</p>
<p>7z a -t7z -mx9 (ARCHIVE NAME) (FILE/FOLDER TO COMPRESS)</p>
<br /> Tagged: 7zip <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sirnet.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sirnet.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sirnet.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sirnet.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sirnet.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sirnet.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sirnet.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sirnet.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sirnet.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sirnet.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sirnet.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sirnet.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sirnet.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sirnet.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=89&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sirnet.wordpress.com/2009/11/11/7zip-maximum-compression-on-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/700153242870713687218575eee23e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sirnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Virtual Box for CMS reviews</title>
		<link>http://sirnet.wordpress.com/2009/10/23/using-virtual-box-for-cms-reviews/</link>
		<comments>http://sirnet.wordpress.com/2009/10/23/using-virtual-box-for-cms-reviews/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 10:08:49 +0000</pubDate>
		<dc:creator>sirnet</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source CMS]]></category>
		<category><![CDATA[virtual box]]></category>
		<category><![CDATA[virtulistion]]></category>

		<guid isPermaLink="false">http://sirnet.wordpress.com/?p=82</guid>
		<description><![CDATA[This article covers virtulisation using Virtual Box to review Content Management Systems (CMS). I thought it would be a good idea to tell you how I use Virtualisation, the benefits of it and how you can use it to make life easier!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=82&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Virtualisation has become a keyword in IT in recent years. There are several large organisations pushing their own version of virtualisation technology to consumers. Microsoft and VMWare are big players in this market and have countless offerings of their own technology, but I’m not here to review them. Instead I thought it would be a good idea to tell you how I use Virtualisation, the benefits of it and how you can use it to make life easier!<br />
This first article is based on finding an appropriate CMS system for various goals. The beauty of virtual box is the ability to snapshot the current setup of the machine. This means that if you install a base operating system you can take an image of it, allowing you to roll back after you’ve tested the CMS of your choice. It really is a great feature!<br />
Most open source CMS are based around PHP and mySQL. This is great, if you run linux and a pain if you run windows. Virtual Box to the rescue! Install the Linux distribution of your choice, ubuntu is probably the best supported, although there are many others. Your CMS may even recommend a specific distribution. For demo purposes, most people choose the Desktop variant of an OS, this is because it’s more user friendly. Command line server editions are usually quite scary for beginners and do take a bit of getting used to! Below are the steps i recommend for setting up a CMS in Vbox ubuntu:</p>
<ul>
<li>Install your OS (do not select to install LAMPP if given the option!)</li>
<li>Use the console to (sudo apt-get install) your webserver, php and mySQL</li>
<li>Snapshot the machine</li>
<li>Install your CMS using the instructions provided</li>
</ul>
<p>With your OS and CMS installed you can do all the testing that you need to in a safe environment. The hassle of hacking things should the installation go wrong is somewhat removed by our snapshotting, go back to an old image and install it again. The big advantage comes from removal. People who’ve used some of the more advanced CMS’s will know how difficult they can be to remove, particularly if you don’t know much about the technology. If you took the snapshot of your base OS you can simply revert to it, and all of the CMS will be removed. That means no stray entries in your Apache htaccess file, no stray databases in MYSQL. Put simply it’s a blessing for all those who want a quick reversion to test a new product.</p>
<h3>Windows</h3>
<p>If you want to run Microsoft Windows in Virtual box, once again you can. It keeps everything separated from your host OS, so when you’ve finished with the CMS you can revert and try the new one. This has all the advantages you’ve been told about with Linux virtual machines. One thing to remember is Windows comes with system restore which might make things even easier for you. I’d still recommend snapshots though. Remember that most things you install will leave junk behind on your system somewhere so Windows in a Virtual box does provide you with the security of knowing that your host machine isn’t getting clogged up!</p>
<h3>Alternatives to Virtualisation</h3>
<p>For some of you, virtualisation may seem like it’s overkill. You’re probably right. Some systems really do just need to be demoed to make sure they’re fit for purpose without needing to change any of the back end like you can when you download them and install them on your own PC. An excellent resource for this can be found at <a title="Link to open source CMS website" href="//php.opensourcecms.com/">opensourcecms.com</a>. This website allows you to review demos of the various open source CMS’s. They provide a timed session where you used a username and password to access the CMS of your choice. There is no registration required so it makes this site fantastic to quickly and easily try out your latest brainwave without the effort of setting up a test environment yourself.</p>
<h3>Resources</h3>
<p><a title="Virtual Box homepage" href="http://www.virtualbox.org/" target="_blank">http://www.virtualbox.org/ </a>Virtual Box download.</p>
<p><a title="Ubuntu linux homepage" href="http://www.ubuntu.com/" target="_blank">http://www.ubuntu.com/</a> Download the latest version of ubuntu for your Virtual Box</p>
<p><a title="Top 12 free Content Management Systems" href="http://spyrestudios.com/free-content-management-systems/" target="_blank">http://spyrestudios.com/free-content-management-systems/</a> some ideas on CMS&#8217;s available to you!</p>
<br /> Tagged: CMS, open source, open source CMS, virtual box, virtulistion <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sirnet.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sirnet.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sirnet.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sirnet.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sirnet.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sirnet.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sirnet.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sirnet.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sirnet.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sirnet.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sirnet.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sirnet.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sirnet.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sirnet.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=82&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sirnet.wordpress.com/2009/10/23/using-virtual-box-for-cms-reviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/700153242870713687218575eee23e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sirnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Disk usage in Linux cli (terminal)</title>
		<link>http://sirnet.wordpress.com/2009/09/28/disk-usage-in-linux-cli-terminal/</link>
		<comments>http://sirnet.wordpress.com/2009/09/28/disk-usage-in-linux-cli-terminal/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 16:44:02 +0000</pubDate>
		<dc:creator>sirnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[disk space]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sirnet.wordpress.com/2009/09/28/disk-usage-in-linux-cli-terminal/</guid>
		<description><![CDATA[If you need to find your disk usage on linux, for example ubuntu server edition, there are several quick and easy commands that should help: df -h This command shows the free disk space of all mounted drives. du This shows the disk usage of a folder. there are plenty of options to add to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=79&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you need to find your disk usage on linux, for example ubuntu server edition, there are several quick and easy commands that should help:</p>
<p>df -h<br />
This command shows the free disk space of all mounted drives.</p>
<p>du<br />
This shows the disk usage of a folder. there are plenty of options to add to the end of the command so try using &#8211;help or man du in order to get more information on how to use it!</p>
<br /> Tagged: disk space, Linux, ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sirnet.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sirnet.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sirnet.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sirnet.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sirnet.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sirnet.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sirnet.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sirnet.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sirnet.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sirnet.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sirnet.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sirnet.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sirnet.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sirnet.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sirnet.wordpress.com&amp;blog=6904846&amp;post=79&amp;subd=sirnet&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sirnet.wordpress.com/2009/09/28/disk-usage-in-linux-cli-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/700153242870713687218575eee23e6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sirnet</media:title>
		</media:content>
	</item>
	</channel>
</rss>
