<?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>Linux Blog</title>
	<atom:link href="http://linuxuserblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxuserblog.wordpress.com</link>
	<description>Linux commands, warnings, tips, tricks etc...</description>
	<lastBuildDate>Sat, 19 Jun 2010 15:30:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='linuxuserblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Linux Blog</title>
		<link>http://linuxuserblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linuxuserblog.wordpress.com/osd.xml" title="Linux Blog" />
	<atom:link rel='hub' href='http://linuxuserblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Add or Remove Repositories</title>
		<link>http://linuxuserblog.wordpress.com/2010/06/19/add-or-remove-repositories/</link>
		<comments>http://linuxuserblog.wordpress.com/2010/06/19/add-or-remove-repositories/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 15:30:10 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://linuxuserblog.wordpress.com/?p=100</guid>
		<description><![CDATA[Too add or remove repositories, simply edit sudo pico /etc/apt/sources.list To make a backup before hand sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=100&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Too add or remove repositories, simply edit<br />
<code>sudo pico /etc/apt/sources.list</code><br />
To make a backup before hand<br />
<code>sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxuserblog.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxuserblog.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxuserblog.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxuserblog.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxuserblog.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxuserblog.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxuserblog.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxuserblog.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxuserblog.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxuserblog.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxuserblog.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxuserblog.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxuserblog.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxuserblog.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=100&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxuserblog.wordpress.com/2010/06/19/add-or-remove-repositories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57f31759be6437a231ed72e852977fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HLA91</media:title>
		</media:content>
	</item>
		<item>
		<title>Using ZIP file in Linux</title>
		<link>http://linuxuserblog.wordpress.com/2009/11/19/using-zip-file-in-linux/</link>
		<comments>http://linuxuserblog.wordpress.com/2009/11/19/using-zip-file-in-linux/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 18:19:57 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxuserblog.wordpress.com/?p=96</guid>
		<description><![CDATA[To zip files for use on Windows &#38; Linux then use the zip program. I think it comes as standard on some distributions, to find out if you have it installed open a terminal and type zip if you get command not found then install it with sudo apt-get install zip if a load of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=96&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To zip files for use on Windows &amp; Linux then use the zip program. I think it comes as standard on some distributions, to find out if you have it installed open a terminal and type <code>zip</code> if you get<br />
<code>command not found</code><br />
then install it with<br />
<code>sudo apt-get install zip</code><br />
if a load of text scrolls past then your fine, it is already on your system.</p>
<p>To zip a file use<br />
<code>zip zip-file-name file-to-be-zipped</code><br />
make sure you include the file extension of the file to be zipped. </p>
<p>To include sub-directories and hidden files<br />
<code>zip zip-file-name .* .</code><br />
Note: there is a space between the asterix * and the last stop</p>
<p>To include all sub-directories in the current direcotry then use<br />
<code>zip -r zip-file-name .</code></p>
<p>Finally I have shown you how to zip files so now I will show you how to unzip them<br />
<code>unzip zipped-file</code></p>
<p>Again, for more info please consult the man pages <code>man zip</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxuserblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxuserblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxuserblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxuserblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxuserblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxuserblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxuserblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxuserblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxuserblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxuserblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxuserblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxuserblog.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxuserblog.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxuserblog.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=96&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxuserblog.wordpress.com/2009/11/19/using-zip-file-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57f31759be6437a231ed72e852977fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HLA91</media:title>
		</media:content>
	</item>
		<item>
		<title>Using RAR file in Linux</title>
		<link>http://linuxuserblog.wordpress.com/2009/11/19/using-rar-file-in-linux/</link>
		<comments>http://linuxuserblog.wordpress.com/2009/11/19/using-rar-file-in-linux/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 18:07:10 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Files]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://linuxuserblog.wordpress.com/2009/11/19/using-rar-file-in-linux/</guid>
		<description><![CDATA[If you receive a .rar file and don&#8217;t know what to do with it then simply install unrar sudo apt-get install unrar Then unrar it with this command unrar e file.rar For more info use the man pages man unrar<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=95&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you receive a .rar file and don&#8217;t know what to do with it then simply install unrar<br />
<code>sudo apt-get install unrar</code><br />
Then unrar it with this command<br />
<code>unrar e file.rar</code><br />
For more info use the man pages<br />
<code>man unrar</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxuserblog.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxuserblog.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxuserblog.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxuserblog.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxuserblog.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxuserblog.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxuserblog.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxuserblog.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxuserblog.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxuserblog.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxuserblog.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxuserblog.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxuserblog.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxuserblog.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=95&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxuserblog.wordpress.com/2009/11/19/using-rar-file-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57f31759be6437a231ed72e852977fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HLA91</media:title>
		</media:content>
	</item>
		<item>
		<title>Processes: List current Processes</title>
		<link>http://linuxuserblog.wordpress.com/2009/09/14/processes-list-current-processes/</link>
		<comments>http://linuxuserblog.wordpress.com/2009/09/14/processes-list-current-processes/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 18:07:58 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://linuxuserblog.wordpress.com/?p=84</guid>
		<description><![CDATA[If an application crashes on you, or you simply want to see what&#8217;s running then simply issue the ps command. Here are a few arguments you can use with ps, but these are not all of them by all means. try man ps to find out what available u -provide detailed info e.g. CPU percentage [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=84&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If an application crashes on you, or you simply want to see what&#8217;s running then simply issue the <code>ps</code> command.<br />
Here are a few arguments you can use with <code>ps</code>, but these are not all of them by all means. try <code>man ps</code> to find out what available</p>
<p><code>u</code> -provide detailed info e.g. CPU percentage and Memory Percentage<br />
<code>a</code> -list processes of all users on the system, normally a long list<br />
<code>x</code> -list all processes including daemons</p>
<p>An example of <code>ps</code> with arguments is<br />
<code>ps aux</code><br />
but this list is normally quite long so break it down with the <code>| more</code> option, so the command now looks like<br />
<code>ps aux | more</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxuserblog.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxuserblog.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxuserblog.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxuserblog.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxuserblog.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxuserblog.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxuserblog.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxuserblog.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxuserblog.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxuserblog.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxuserblog.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxuserblog.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxuserblog.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxuserblog.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=84&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxuserblog.wordpress.com/2009/09/14/processes-list-current-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57f31759be6437a231ed72e852977fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HLA91</media:title>
		</media:content>
	</item>
		<item>
		<title>Deb: Installing .deb files</title>
		<link>http://linuxuserblog.wordpress.com/2009/09/14/deb-installing-deb-files/</link>
		<comments>http://linuxuserblog.wordpress.com/2009/09/14/deb-installing-deb-files/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:35:54 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Files]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://linuxuserblog.wordpress.com/?p=82</guid>
		<description><![CDATA[Ever downloaded a file.deb and wondered what to do with it?Normally double clicking the file will start the GDebi Package Installer, which knows what to do with the file but if that doesnt work on your system then simply install it with dpkg dpkg --install file.deb But then again you could always use synaptic?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=82&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever downloaded a file.deb and wondered what to do with it?Normally double clicking the file will start the GDebi Package Installer, which knows what to do with the file but if that doesnt work on your system then simply install it with dpkg</p>
<p><code>dpkg --install file.deb</code></p>
<p>But then again you could always use synaptic?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxuserblog.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxuserblog.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxuserblog.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxuserblog.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxuserblog.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxuserblog.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxuserblog.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxuserblog.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxuserblog.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxuserblog.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxuserblog.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxuserblog.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxuserblog.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxuserblog.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=82&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxuserblog.wordpress.com/2009/09/14/deb-installing-deb-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57f31759be6437a231ed72e852977fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HLA91</media:title>
		</media:content>
	</item>
		<item>
		<title>Packages: Searching for Specific Packages</title>
		<link>http://linuxuserblog.wordpress.com/2009/09/14/packages-searching-for-specific-packages/</link>
		<comments>http://linuxuserblog.wordpress.com/2009/09/14/packages-searching-for-specific-packages/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:30:27 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://linuxuserblog.wordpress.com/?p=79</guid>
		<description><![CDATA[Want to install a program but don&#8217;t know what package its in? Use sudo apt-cache search packagename Simply replace packagename with the name of the program and hopefully the packages matching that description will be listed, but there&#8217;s always synaptic?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=79&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Want to install a program but don&#8217;t know what package its in?</p>
<p>Use<br />
<code>sudo apt-cache search packagename</code></p>
<p>Simply replace packagename with the name of the program and hopefully the packages matching that description will be listed, but there&#8217;s always synaptic?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxuserblog.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxuserblog.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxuserblog.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxuserblog.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxuserblog.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxuserblog.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxuserblog.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxuserblog.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxuserblog.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxuserblog.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxuserblog.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxuserblog.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxuserblog.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxuserblog.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=79&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxuserblog.wordpress.com/2009/09/14/packages-searching-for-specific-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57f31759be6437a231ed72e852977fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HLA91</media:title>
		</media:content>
	</item>
		<item>
		<title>Download youtube Videos</title>
		<link>http://linuxuserblog.wordpress.com/2009/08/10/download-youtube-videos/</link>
		<comments>http://linuxuserblog.wordpress.com/2009/08/10/download-youtube-videos/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 22:01:39 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://linuxuserblog.wordpress.com/?p=49</guid>
		<description><![CDATA[See a video on youtube that you like, wish you could watch it on your computer without having to navigate to youtube well this is just for you. Start off by installing the program youtube-dl sudo apt-get install youtube-dl Once installed run it by entering the command youtube-dl -o myvideo.flv "link-to-youtube-video" Replace myvideo.flv with what [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=49&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>See a video on youtube that you like, wish you could watch it on your computer without having to navigate to youtube well this is just for you.</p>
<p>Start off by installing the program <code>youtube-dl</code></p>
<p><code>sudo apt-get install youtube-dl</code></p>
<p>Once installed run it by entering the command</p>
<p><code>youtube-dl -o myvideo.flv "link-to-youtube-video"</code></p>
<p>Replace myvideo.flv with  what you want the local file to be called by obviously keep the .flv extension, that will start downloading the video, normally takes around a miunte or two.</p>
<p>Once downloaded you can normally play the video straight away by double clicking it. I did know some software to convert the video to the more universal .avi format but it doest seem to be working for me at the moment so I will post back when it is working or I have found a replacement.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxuserblog.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxuserblog.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxuserblog.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxuserblog.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxuserblog.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxuserblog.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxuserblog.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxuserblog.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxuserblog.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxuserblog.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxuserblog.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxuserblog.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxuserblog.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxuserblog.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=49&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxuserblog.wordpress.com/2009/08/10/download-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57f31759be6437a231ed72e852977fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HLA91</media:title>
		</media:content>
	</item>
		<item>
		<title>Terminal: Change Shell Prompt</title>
		<link>http://linuxuserblog.wordpress.com/2009/03/15/change-shell-prompt/</link>
		<comments>http://linuxuserblog.wordpress.com/2009/03/15/change-shell-prompt/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 18:52:55 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://hangell.wordpress.com/?p=48</guid>
		<description><![CDATA[There are many ways to change the terminal/shell prompt from the standard ones. I have tried many but this one seemed to work for me. You have to edit the file .bashrc which is located in your home folder. I cannot remember if I had to use sudo for that so try it. At the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=48&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are many ways to change the terminal/shell prompt from the standard ones. I have tried many but this one seemed to work for me.<br />
You have to edit the file <code>.bashrc</code> which is located in your home folder. I cannot remember if I had to use sudo for that so try it.</p>
<p>At the end of the <code>.bashrc</code> file insert the following code</p>
<p><code>export PS1="\u&gt; "</code></p>
<p>Now logout and then log back in again and your prompt should be<br />
<code>username&gt;</code><br />
The \u indicated that you wanted the username displayed, for a full list of commands please visit here</p>
<p><a href="http://www.ibm.com/developerworks/library/l-tip-prompt/">IBM Prompt Sequences</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxuserblog.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxuserblog.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxuserblog.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxuserblog.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxuserblog.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxuserblog.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxuserblog.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxuserblog.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxuserblog.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxuserblog.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxuserblog.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxuserblog.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxuserblog.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxuserblog.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=48&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxuserblog.wordpress.com/2009/03/15/change-shell-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57f31759be6437a231ed72e852977fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HLA91</media:title>
		</media:content>
	</item>
		<item>
		<title>Terminal: View Failed root access attempts</title>
		<link>http://linuxuserblog.wordpress.com/2009/03/13/view-failed-root-access-attempts/</link>
		<comments>http://linuxuserblog.wordpress.com/2009/03/13/view-failed-root-access-attempts/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:40:01 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://hangell.wordpress.com/?p=44</guid>
		<description><![CDATA[To view a list of all the failed sudo access attempts make /var/log/ your working directory then issue the command grep NOT auth.log You can also add some grep arguments. For a brief rundown on grep grep rundown or use the man grep command<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=44&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To view a list of all the failed sudo access attempts make</p>
<p><code>/var/log/</code></p>
<p>your working directory then issue the command</p>
<p><code>grep NOT auth.log</code></p>
<p>You can also add some <code>grep</code> arguments. For a brief rundown on <code>grep</code> <a href="http://linuxuserblog.wordpress.com/2009/03/12/search-a-file-for-a-specific-word/"> grep rundown </a> or use the <code>man grep</code> command</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxuserblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxuserblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxuserblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxuserblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxuserblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxuserblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxuserblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxuserblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxuserblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxuserblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxuserblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxuserblog.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxuserblog.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxuserblog.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=44&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxuserblog.wordpress.com/2009/03/13/view-failed-root-access-attempts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57f31759be6437a231ed72e852977fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HLA91</media:title>
		</media:content>
	</item>
		<item>
		<title>Grep: Search a file for a specific word</title>
		<link>http://linuxuserblog.wordpress.com/2009/03/12/search-a-file-for-a-specific-word/</link>
		<comments>http://linuxuserblog.wordpress.com/2009/03/12/search-a-file-for-a-specific-word/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 22:07:32 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Files]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hangell.wordpress.com/?p=40</guid>
		<description><![CDATA[If you want to search a file for a line that includes a specific word then simply issue the command grep science science-paper That would search the file science-paper for the word science and show the line where the word is located If you want to ignore case sensitivity, in that if you issue the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=40&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to search a file for a line that includes a specific word then simply issue the command</p>
<p><code>grep science science-paper</code></p>
<p>That would search the file science-paper for the word science and show the line where the word is located</p>
<p>If you want to ignore case sensitivity, in that if you issue the command</p>
<p><code>grep ScIeNce science-paper</code></p>
<p>then the word science would still be returned, then simply include the argument</p>
<p><code>-i</code></p>
<p>So the command would be</p>
<p><code>grep -i ScIeNce science-paper</code></p>
<p>&nbsp;</p>
<p>Other <code>grep</code> arguments include</p>
<p>-v display lines that don&#8217;t match<br />
-n precede each matching line with the line number<br />
-c print only the number of matched lines</p>
<p>To issue the <code>grep</code> command with multiple arguments just bunch all the arguments together like this</p>
<p><code>grep -in science science-paper</code></p>
<p>that would display each line precede with the line number as we include the <code>-n</code> argument as well</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxuserblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxuserblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxuserblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxuserblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxuserblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxuserblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxuserblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxuserblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxuserblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxuserblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxuserblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxuserblog.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxuserblog.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxuserblog.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxuserblog.wordpress.com&amp;blog=8953869&amp;post=40&amp;subd=linuxuserblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxuserblog.wordpress.com/2009/03/12/search-a-file-for-a-specific-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f57f31759be6437a231ed72e852977fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">HLA91</media:title>
		</media:content>
	</item>
	</channel>
</rss>
