<?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>Hangell's Blog</title>
	<atom:link href="http://hangell.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hangell.wordpress.com</link>
	<description>An online notepad full of Linux info</description>
	<lastBuildDate>Sun, 15 Mar 2009 18:52:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hangell.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/01200e3be42ee9d21cdd7945b842d660?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hangell's Blog</title>
		<link>http://hangell.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hangell.wordpress.com/osd.xml" title="Hangell&#039;s Blog" />
	<atom:link rel='hub' href='http://hangell.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Change Shell Prompt</title>
		<link>http://hangell.wordpress.com/2009/03/15/change-shell-prompt/</link>
		<comments>http://hangell.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>

		<guid isPermaLink="false">http://hangell.wordpress.com/?p=48</guid>
		<description><![CDATA[There are many ways to change the 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=hangell.wordpress.com&amp;blog=6933001&amp;post=48&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are many ways to change the 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/hangell.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hangell.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hangell.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hangell.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hangell.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hangell.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hangell.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hangell.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hangell.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hangell.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hangell.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hangell.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hangell.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hangell.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=48&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hangell.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>View Failed root access attempts</title>
		<link>http://hangell.wordpress.com/2009/03/13/view-failed-root-access-attempts/</link>
		<comments>http://hangell.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>

		<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=hangell.wordpress.com&amp;blog=6933001&amp;post=44&amp;subd=hangell&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://hangell.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/hangell.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hangell.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hangell.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hangell.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hangell.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hangell.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hangell.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hangell.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hangell.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hangell.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hangell.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hangell.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hangell.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hangell.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=44&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hangell.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>Search a file for a specific word</title>
		<link>http://hangell.wordpress.com/2009/03/12/search-a-file-for-a-specific-word/</link>
		<comments>http://hangell.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[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=hangell.wordpress.com&amp;blog=6933001&amp;post=40&amp;subd=hangell&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/hangell.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hangell.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hangell.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hangell.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hangell.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hangell.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hangell.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hangell.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hangell.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hangell.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hangell.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hangell.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hangell.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hangell.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=40&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hangell.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>
		<item>
		<title>View First or Last 10 Lines in a File</title>
		<link>http://hangell.wordpress.com/2009/03/12/view-first-or-last-10-lines-in-a-file/</link>
		<comments>http://hangell.wordpress.com/2009/03/12/view-first-or-last-10-lines-in-a-file/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 21:50:42 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hangell.wordpress.com/?p=38</guid>
		<description><![CDATA[If you want to view the First 10 lines in a file simply issue the command head filename If you want to view the Last 10 Lines in a file just replace head with tail tail filename<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=38&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to view the First 10 lines in a file simply issue the command</p>
<p><code>head filename</code></p>
<p>If you want to view the Last 10 Lines in a file just replace head with tail</p>
<p><code>tail filename</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hangell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hangell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hangell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hangell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hangell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hangell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hangell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hangell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hangell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hangell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hangell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hangell.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hangell.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hangell.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=38&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hangell.wordpress.com/2009/03/12/view-first-or-last-10-lines-in-a-file/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>View the Manual Pages or Man Pages</title>
		<link>http://hangell.wordpress.com/2009/03/12/view-the-manual-pages-or-man-pages/</link>
		<comments>http://hangell.wordpress.com/2009/03/12/view-the-manual-pages-or-man-pages/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 21:31:48 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hangell.wordpress.com/?p=32</guid>
		<description><![CDATA[The manual pages or the man pages are a valuable tool on any unix/linux OS. They provide an overview of all, if not most commands possible . To find out what a command does simply place man in front of the command man ls This would display a file telling you what the ls command [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=32&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The manual pages or the man pages are a valuable tool on any unix/linux OS.<br />
They provide an overview of all, if not most commands possible . To find out what a command does simply place man in front of the command</p>
<p><code>man ls</code></p>
<p>This would display a file telling you what the <code>ls</code> command does, it list files, but it will also tell you any arguments that can be issues with the command such as</p>
<p><code>ls -a</code></p>
<p>which would display all files and folders in the current directory including hidden files and folders. In Unix/Linux files and folders are hidden if the first character in the name is a full stop </p>
<p><code>.my-folder</code></p>
<p>my-folder is a hidden folder and would not show up on the normal <code>ls</code> command</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hangell.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hangell.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hangell.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hangell.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hangell.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hangell.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hangell.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hangell.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hangell.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hangell.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hangell.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hangell.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hangell.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hangell.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=32&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hangell.wordpress.com/2009/03/12/view-the-manual-pages-or-man-pages/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>View Command History</title>
		<link>http://hangell.wordpress.com/2009/03/12/view-command-history/</link>
		<comments>http://hangell.wordpress.com/2009/03/12/view-command-history/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 21:26:02 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hangell.wordpress.com/?p=30</guid>
		<description><![CDATA[Want to view a list of commands that have been issued history But if you just ran that command then yo will probably find out that it scrolls so add a few arguments to it history &#124; less The &#124; or pipe command is found on the backslash key \ so Shift + Backslash gives [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=30&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Want to view a list of commands that have been issued<br />
<code>history</code></p>
<p>But if you just ran that command then yo will probably find out that it scrolls so add a few arguments to it</p>
<p><code>history | less</code></p>
<p>The | or pipe command is found on the backslash key \ so Shift + Backslash gives you the pipe.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hangell.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hangell.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hangell.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hangell.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hangell.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hangell.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hangell.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hangell.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hangell.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hangell.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hangell.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hangell.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hangell.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hangell.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=30&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hangell.wordpress.com/2009/03/12/view-command-history/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>Edit Login Welcome Banner</title>
		<link>http://hangell.wordpress.com/2009/03/12/edit-login-welcome-banner/</link>
		<comments>http://hangell.wordpress.com/2009/03/12/edit-login-welcome-banner/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 21:16:11 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hangell.wordpress.com/?p=24</guid>
		<description><![CDATA[If you want to edit/remove the login banner that appears after you login then simply edit you must be root to do so /etc/motd To edit as root, either login as root or on debian based systems (debian and most *buntu systems) simply insert sudo before the command sudo pico /etc/motd Substitute pico for you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=24&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to edit/remove the login banner that appears after you login then simply edit you <strong>must</strong> be root to do so</p>
<p><code>/etc/motd</code></p>
<p>To edit as root, either login as root or on debian based systems (debian and most *buntu systems) simply insert sudo before the command<br />
<code>sudo pico /etc/motd</code> </p>
<p>Substitute pico for you prefered editor if you wish.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hangell.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hangell.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hangell.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hangell.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hangell.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hangell.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hangell.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hangell.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hangell.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hangell.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hangell.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hangell.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hangell.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hangell.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=24&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hangell.wordpress.com/2009/03/12/edit-login-welcome-banner/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>Schedule jobs with at command</title>
		<link>http://hangell.wordpress.com/2009/03/12/schedule-jobs-with-at-command/</link>
		<comments>http://hangell.wordpress.com/2009/03/12/schedule-jobs-with-at-command/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 20:05:22 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hangell.wordpress.com/?p=21</guid>
		<description><![CDATA[The at command allows you schedule jobs to be executed at specified times Schedule jobs to be executed at noon at noon Then the at prompt its displayed at&#62; &#160; To issue the command to be executed at the specified time just type the command into the at prompt at&#62;who then press Ctrl+D to exit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=21&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <code>at</code> command allows you schedule jobs to be executed at specified times</p>
<p>Schedule jobs to be executed at noon<br />
<code>at noon</code></p>
<p>Then the at prompt its displayed<br />
<code>at&gt;</code></p>
<p>&nbsp;</p>
<p>To issue the command to be executed at the specified time just type the command into the at prompt</p>
<p><code>at&gt;who</code></p>
<p>then press Ctrl+D to exit the at prompt. Then at noon the command who will be executed</p>
<p>&nbsp;</p>
<p>To view a list of pending jobs &amp; job id&#8217;s, issue the command<br />
<code>atq</code></p>
<p>&nbsp;</p>
<p>To delete a pending job simply issue the atrm command followed by the job id<br />
<code>atrm 3</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hangell.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hangell.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hangell.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hangell.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hangell.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hangell.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hangell.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hangell.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hangell.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hangell.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hangell.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hangell.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hangell.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hangell.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=21&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hangell.wordpress.com/2009/03/12/schedule-jobs-with-at-command/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>Shutdown/Restart System From Terminal</title>
		<link>http://hangell.wordpress.com/2009/03/12/shutdownrestart-system-from-terminal/</link>
		<comments>http://hangell.wordpress.com/2009/03/12/shutdownrestart-system-from-terminal/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 19:16:49 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hangell.wordpress.com/?p=9</guid>
		<description><![CDATA[To shutdown the system from the terminal WARNING: You must be root to shutdown the system &#160; Shutdown immediately shutdown -h now &#160; Shutdown in 10 minutes shutdown -h +10 &#160; Reboot immediatly shutdown -r now &#160; Shutdown at specified time, in this case 20:00 8pm. This can also be used for a restart simply [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=9&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To shutdown the system from the terminal</p>
<p>WARNING: You <strong>must</strong> be root to shutdown the system</p>
<p>&nbsp;</p>
<p>Shutdown immediately</p>
<p><code>shutdown -h now</code></p>
<p>&nbsp;</p>
<p>Shutdown in 10 minutes</p>
<p><code>shutdown -h +10</code></p>
<p>&nbsp;</p>
<p>Reboot immediatly</p>
<p><code>shutdown -r now</code></p>
<p>&nbsp;</p>
<p>Shutdown at specified time, in this case 20:00 8pm. This can also be used for a restart simply replace -h with -r</p>
<p><code>shutdown -h 20:00</code></p>
<p>&nbsp;</p>
<p>Shutdown with your own shutdown message</p>
<p>To place your own message on the shutdown warning just add the following line</p>
<p><code>shutdown -h +5 "Stop work start party"</code></p>
<p>This would display the message that the computer will shutdown in 5 minutes along with your party message.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hangell.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hangell.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hangell.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hangell.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hangell.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hangell.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hangell.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hangell.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hangell.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hangell.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hangell.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hangell.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hangell.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hangell.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=9&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hangell.wordpress.com/2009/03/12/shutdownrestart-system-from-terminal/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>Greeter Application Appears To Be Crashing</title>
		<link>http://hangell.wordpress.com/2009/03/12/greeter-application-appears-to-be-crashing/</link>
		<comments>http://hangell.wordpress.com/2009/03/12/greeter-application-appears-to-be-crashing/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 19:09:59 +0000</pubDate>
		<dc:creator>HLA91</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hangell.wordpress.com/?p=6</guid>
		<description><![CDATA[If on Ubuntu upon System Startup a message appears &#8220;The greeter application appears to be crashing attempting to use a different one&#8221; Go to System-&#62;Admin-&#62;login Under the tab Uncheck the Accessible tab If no greeter application loads not even the &#8220;Emergency&#8221; one then take a look here http://liltux.wordpress.com/2007/09/05/how-to-fix-the-error-the-greeter-application-appears-to-be-crashing-in-ubuntu/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=6&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If on Ubuntu upon System Startup a message appears</p>
<p>&#8220;The greeter application appears to be crashing attempting to use a different one&#8221;</p>
<p>Go to</p>
<p>System-&gt;Admin-&gt;login</p>
<p>Under the tab Uncheck the Accessible tab</p>
<p>If no greeter application loads not even the &#8220;Emergency&#8221; one then take a look here <a href="http://liltux.wordpress.com/2007/09/05/how-to-fix-the-error-the-greeter-application-appears-to-be-crashing-in-ubuntu/">http://liltux.wordpress.com/2007/09/05/how-to-fix-the-error-the-greeter-application-appears-to-be-crashing-in-ubuntu/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hangell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hangell.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hangell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hangell.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hangell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hangell.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hangell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hangell.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hangell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hangell.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hangell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hangell.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hangell.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hangell.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hangell.wordpress.com&amp;blog=6933001&amp;post=6&amp;subd=hangell&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hangell.wordpress.com/2009/03/12/greeter-application-appears-to-be-crashing/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>
