<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ubuntu For Free &#187; bash</title>
	<atom:link href="http://www.forwardyouth.com/ubuntu/category/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forwardyouth.com/ubuntu</link>
	<description>A blog covering the Ubuntu Linux distro for you and your wallet.</description>
	<lastBuildDate>Thu, 04 Mar 2010 01:01:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My current screenrc file</title>
		<link>http://www.forwardyouth.com/ubuntu/my-current-screenrc-file/</link>
		<comments>http://www.forwardyouth.com/ubuntu/my-current-screenrc-file/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 01:01:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Putty]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[.screenrc]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=156</guid>
		<description><![CDATA[Since it was requested, below are the contents of my current .screenrc file for use with GNU screen. It&#8217;s got a hardstatus and a caption. I like it simple, but high contrast so that I don&#8217;t have to squint to see what it says, hence the bright colors. Feel free to customize and provide some [...]]]></description>
			<content:encoded><![CDATA[<p>Since it was requested, below are the contents of my current .screenrc file for use with GNU screen. It&#8217;s got a hardstatus and a caption. I like it simple, but high contrast so that I don&#8217;t have to squint to see what it says, hence the bright colors. Feel free to customize and provide some feedback.</p>
<p><code>caption always '%{= Yk}%l%{= bW}%-Lw%{= rY}%50&gt;%n%f %t%{= bW}%+Lw%&lt; %{=kG}%-='<br />
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m/%d %{W}%c %{g}]'<br />
screen -ln -t "host1" bash<br />
split<br />
focus top<br />
screen -ln -t notes 9 vi /home/user1/notes/notes.txt<br />
focus bottom<br />
resize 6<br />
focus top<br />
bind s<br />
</code></p>
<p>I&#8217;ve gotten some help from others around the internet and the Gentoo community wiki was very helpful.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/my-current-screenrc-file/&title=My+current+screenrc+file&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/my-current-screenrc-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick alias to update your packages via aptitude</title>
		<link>http://www.forwardyouth.com/ubuntu/quick-alias-to-update-your-packages-via-aptitude/</link>
		<comments>http://www.forwardyouth.com/ubuntu/quick-alias-to-update-your-packages-via-aptitude/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 03:06:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[aptitude]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/?p=120</guid>
		<description><![CDATA[I use the command line more than anything, and I try to stay up to date regularly, so I added an alias for the command I use for updates.
alias apt-up='sudo aptitude -y update &#38;&#38; sudo aptitude -y full-upgrade '
]]></description>
			<content:encoded><![CDATA[<p>I use the command line more than anything, and I try to stay up to date regularly, so I added an alias for the command I use for updates.</p>
<p><code>alias apt-up='sudo aptitude -y update &amp;&amp; sudo aptitude -y full-upgrade '</code></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/quick-alias-to-update-your-packages-via-aptitude/&title=Quick+alias+to+update+your+packages+via+aptitude&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/quick-alias-to-update-your-packages-via-aptitude/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Useful In Folder Script</title>
		<link>http://www.forwardyouth.com/ubuntu/my-useful-in-folder-script/</link>
		<comments>http://www.forwardyouth.com/ubuntu/my-useful-in-folder-script/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 03:55:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/my-useful-in-folder-script/</guid>
		<description><![CDATA[Having been a long time user of 4DOS in my pre-win95 days, I had developed some batch files and/or aliases that I were quite handy in that environment. Switching to another operating system that&#8217;s more flexible with the command line, I&#8217;ve re-implemented some of those batch files and aliases. Here&#8217;s one of my favorites, and [...]]]></description>
			<content:encoded><![CDATA[<p>Having been a long time user of 4DOS in my pre-win95 days, I had developed some batch files and/or aliases that I were quite handy in that environment. Switching to another operating system that&#8217;s more flexible with the command line, I&#8217;ve re-implemented some of those batch files and aliases. Here&#8217;s one of my favorites, and while it&#8217;s pretty simple, I use it all the time. It switches to a folder using the <em>pushd</em> command, executes your chosen command, and then uses <em>popd</em> to switch back to the original folder. It has no error checking of it&#8217;s own and it has no instructions. I did it in this fashion to keep it as light and quick as possible.</p>
<p><code>#!/bin/bash<br />
## In Folder script by Joshua Kersey<br />
## http://www.forwardyouth.com/ubuntu<br />
pushd "$1"<br />
"$2"<br />
popd<br />
</code></p>
<p>Let me know if you&#8217;ve got any suggestions for improvement.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/my-useful-in-folder-script/&title=My+Useful+In+Folder+Script&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/my-useful-in-folder-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kubuntu Software Review &#8211; Konversation</title>
		<link>http://www.forwardyouth.com/ubuntu/kubuntu-software-review-konversation/</link>
		<comments>http://www.forwardyouth.com/ubuntu/kubuntu-software-review-konversation/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 04:53:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amarok]]></category>
		<category><![CDATA[Konversation]]></category>
		<category><![CDATA[Software Review]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/kubuntu-software-review-konversation/</guid>
		<description><![CDATA[My first install of Ubuntu was Dapper Drake, and it was the original flavor, with the Gnome desktop. It included XChat, which seemed an easy transition from mIRC. Since I&#8217;d previously managed IRC connections using telnet, it wasn&#8217;t daunting. However, after switching to Kubuntu, I found myself presented with Konversation. It might have been my [...]]]></description>
			<content:encoded><![CDATA[<p>My first install of Ubuntu was Dapper Drake, and it was the original flavor, with the Gnome desktop. It included XChat, which seemed an easy transition from mIRC. Since I&#8217;d previously managed IRC connections using telnet, it wasn&#8217;t daunting. However, after switching to Kubuntu, I found myself presented with Konversation. It might have been my previous experience with mIRC, but I almost felt right at home.</p>
<p>In comparison to XChat, I feel it&#8217;s better at managing connections to multiple servers. The servers are spawned as <em>separate tabs</em>, where XChat *tried* to do it in a tree-like view, it failed and inserted the additional servers as child-nodes of the first-connected server.</p>
<p>Using bash scripts, we can make Konversation take action. It requires the DCOP protocol, a newer method permitting KDE applications to communicate between each other. Known as an Inter-Process Communication, DCOP providesthe ability to send DCOP messages to/from any other KDE app, allowing Konversation to integrate nicely with Amarok (i.e. to announce the &#8220;now-playing&#8221; track) and other KDE software (i.e. getting data from &#8220;weather&#8221; or sending/retrieving information with &#8220;kate&#8221;).</p>
<p>One of my favorite features, is the <strong>On-Screen Display</strong>, abbreviated as OSD. This feature provides a miniaturized display of text in a separate screen area. For example, we can see entire messages directed to us, even when Konversation is minimized, through the OSD, when Konversation is able to determine our nick.</p>
<p>You can also configure notifications, or specific actions when selected events occur, including pop up messages (optionally passive), sounds, shell commands, log insertions, etc.</p>
<p>I have plans for a couple of scripts for the application, so I think I&#8217;m going to try my hand coding something different.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/kubuntu-software-review-konversation/&title=Kubuntu+Software+Review+&#8211;+Konversation&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/kubuntu-software-review-konversation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set the Nice Level of an Existing Process</title>
		<link>http://www.forwardyouth.com/ubuntu/set-the-nice-level-of-an-existing-process/</link>
		<comments>http://www.forwardyouth.com/ubuntu/set-the-nice-level-of-an-existing-process/#comments</comments>
		<pubDate>Tue, 29 May 2007 20:23:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/set-the-nice-level-of-an-existing-process/</guid>
		<description><![CDATA[Occasionally I forget to use the nicecommand. Linux is kind enough to allow us to change the nice level of a process that&#8217;s already running, by using the snice command. It&#8217;s very easy to use and much quicker than stopping and restarting the process.
Let&#8217;s say I have mpeg2enc encoding a video, and after 10 minutes, [...]]]></description>
			<content:encoded><![CDATA[<p>Occasionally I forget to use the <strong>nice</strong>command. Linux is kind enough to allow us to change the nice level of a process that&#8217;s already running, by using the <strong>snice</strong> command. It&#8217;s very easy to use and much quicker than stopping and restarting the process.</p>
<p>Let&#8217;s say I have mpeg2enc encoding a video, and after 10 minutes, I realize I forgot the nice command. It&#8217;s going to take another hour or two, but I don&#8217;t want to waste the 10 minutes I&#8217;ve already spent working on the video. No fear!</p>
<p>The command below will save me:</p>
<p><code>sudo snice -5 mpeg2enc</code></p>
<p>You&#8217;ll notice that I prefixed the line with the sudo command. <strong>snice</strong> requires sudo privilege for a nice level of anything below zero.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/set-the-nice-level-of-an-existing-process/&title=Set+the+Nice+Level+of+an+Existing+Process&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/set-the-nice-level-of-an-existing-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stacking Commands on the Shell</title>
		<link>http://www.forwardyouth.com/ubuntu/stacking-commands-on-the-shell/</link>
		<comments>http://www.forwardyouth.com/ubuntu/stacking-commands-on-the-shell/#comments</comments>
		<pubDate>Wed, 23 May 2007 18:28:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/stacking-commands-on-the-shell/</guid>
		<description><![CDATA[Exploiting the shell&#8217;s capabilities can be fun and very helpful. Using the shell, I&#8217;ll often want to chain commands together. While you may already be familiar with using the semicolon to call commands in the order they were typed on the command line, the shell provides two &#8220;constructs&#8221; that permit some related, yet very specific [...]]]></description>
			<content:encoded><![CDATA[<p>Exploiting the shell&#8217;s capabilities can be fun and very helpful. Using the shell, I&#8217;ll often want to chain commands together. While you may already be familiar with using the semicolon to call commands in the order they were typed on the command line, the shell provides two &#8220;constructs&#8221; that permit some related, yet very specific behaviors. These constructs are more powerful than simply running commands in a sequence. They allow us to perform a command based on the success or failure of the prior command, and they&#8217;re both very easy to use.</p>
<p>The first construct is the double ampersand, &amp;&amp;. When combined with commands on both sides of the double ampersand, the second command will only be executed if the first command was successful. For example, I&#8217;ll often execute something like this:</p>
<p><code>nice unrar e mymoviebackup.rar &amp;&amp; rm mymoviebackup.rar</code></p>
<p>This will delete the original archive, but only if the extraction was successful. On the converse, I may want a command to execute, but only if the first previous command failed. Using the double pipe to separate two commands allows me to do just that.For example,</p>
<p><code>cp mysysbackup.tar /media/usbdisk1/mytapebackup.tar || touch ~/Desktop/BackupFailed</code></p>
<p>The above commands works like this : If the copying of mysysbackup.tar to my external drive fails, create or update a file on my desktop that advises me of the failure.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/stacking-commands-on-the-shell/&title=Stacking+Commands+on+the+Shell&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/stacking-commands-on-the-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making the Shell Play &#8220;nice&#8221;</title>
		<link>http://www.forwardyouth.com/ubuntu/making-the-shell-play-nice/</link>
		<comments>http://www.forwardyouth.com/ubuntu/making-the-shell-play-nice/#comments</comments>
		<pubDate>Wed, 23 May 2007 00:56:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Edgy Eft]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/making-the-shell-play-nice/</guid>
		<description><![CDATA[Being a big fan of the shell, I make it work hard for me. Often times the commands I&#8217;ll issue through the shell are greedy and eat CPU cycles like candy. Sometimes those commands might take several minutes to complete, and I want my CPU&#8217;s priority to be focused on other things (like letting me [...]]]></description>
			<content:encoded><![CDATA[<p>Being a big fan of the shell, I make it work hard for me. Often times the commands I&#8217;ll issue through the shell are greedy and eat CPU cycles like candy. Sometimes those commands might take several minutes to complete, and I want my CPU&#8217;s priority to be focused on other things (like letting me get back to blogging).To handle those special situations for me, I use the <em>&#8220;nice&#8221;</em> command. It&#8217;s really easy. You simply precede any command with the word <em>&#8220;nice&#8221;</em> and it works it&#8217;s magic.</p>
<p>For example, when I&#8217;m backing up my email and favorites, I can use the command like this:</p>
<p><code></code></p>
<p>nice tar -cf mybackup.tar outlookdata.dat myfavorites.dat</p>
<p>You can tailor nice&#8217;s effectiveness to suit your needs, using the <em>-n</em> argument. For example, maybe I want my backup to be priority so that I can get back to what I&#8217;d rather be doing. In that case, I&#8217;d use:<code></code></p>
<p>nice -n=-20 tar -cf mybackup.tar outlookdata.dat myfavorites.dat</p>
<p>Possible values range from -20 (least &#8220;favorable&#8221;) to 19 (most &#8220;favorable&#8221;).</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/making-the-shell-play-nice/&title=Making+the+Shell+Play+&#8220;nice&#8221;&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/making-the-shell-play-nice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bash Wednesday &#8211; alias</title>
		<link>http://www.forwardyouth.com/ubuntu/bash-wednesday-alias/</link>
		<comments>http://www.forwardyouth.com/ubuntu/bash-wednesday-alias/#comments</comments>
		<pubDate>Thu, 10 May 2007 03:51:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/bash-wednesday-alias/</guid>
		<description><![CDATA[One of the best tips I can give on using the command line to your advantage is to grab a hold of the &#8220;alias&#8221; command. You&#8217;re going to be typing a lot of commands, and with Ubuntu, through the bash shell&#8217;s glorious &#8220;alias&#8221; command, they&#8217;ll be fewer and shorter.
The alias command allows a shell user [...]]]></description>
			<content:encoded><![CDATA[<p>One of the best tips I can give on using the command line to your advantage is to grab a hold of the &#8220;alias&#8221; command. You&#8217;re going to be typing a lot of commands, and with Ubuntu, through the bash shell&#8217;s glorious &#8220;alias&#8221; command, they&#8217;ll be fewer and shorter.</p>
<p>The alias command allows a shell user to provide their own set of alternate commands for commonly keyed instructions.</p>
<p>The default install of bash includes a few basic aliases, some different modifications of a regular listing of files. Try &#8220;ll&#8221; for example. While it&#8217;s not a command included in Ubuntu and no binary exists for  it, the command still provides a more verbose listing of the files. That&#8217;s because bash has already defined that alias for you (unless you&#8217;ve removed it).</p>
<p>I use the command to make it easy to start and stop my mail server.</p>
<p><code>alias fymail='vmware-cmd /home/vmware_machines/fymail/fymail.vmx'</code></p>
<p><code></code><br />
Afterwards,</p>
<p>I can use</p>
<p><code>fymail start</code></p>
<p>or</p>
<p><code>fymail suspend</code></p>
<p>It may take a little practice and some experimenting, but they save me a lot of time and keystrokes.</p>
<p>You&#8217;ll want them to load in your startup of course, so I suggest using</p>
<p><code>gksu gedit ~/.bashrc</code></p>
<p>to save your alias commands for future sessions.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/bash-wednesday-alias/&title=bash+Wednesday+&#8211;+alias&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/bash-wednesday-alias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Command Line &#8211; Your Computing Co-Pilot</title>
		<link>http://www.forwardyouth.com/ubuntu/the-command-line-your-computing-co-pilot/</link>
		<comments>http://www.forwardyouth.com/ubuntu/the-command-line-your-computing-co-pilot/#comments</comments>
		<pubDate>Mon, 07 May 2007 05:09:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/the-command-line-your-computing-co-pilot/</guid>
		<description><![CDATA[If you&#8217;ve only used Windows, it&#8217;s possible you may have neglected one of it&#8217;s best hidden gems, the Windows Command Line. While it was very powerful and had many features, it wasn&#8217;t quite what Linux and Unix users had been reaping the benefits of for years. It extended upon the original DOS command set, which [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve only used Windows, it&#8217;s possible you may have neglected one of it&#8217;s best hidden gems, the Windows Command Line. While it was very powerful and had many features, it wasn&#8217;t quite what Linux and Unix users had been reaping the benefits of for years. It extended upon the original DOS command set, which was always limited to begin with.</p>
<p>Now that you&#8217;ve become interested in a Linux distribution, learn early on to integrate your work liberally with the use of the shell&#8217;s command line, and you&#8217;ll quickly discover you will be saving yourself a lot of time *and* frustration.</p>
<p>The shell&#8217;s very powerful, and I obviously can&#8217;t cover everything here in this one post, expect to see more helpful guides as far as simple as  keystrokes, an array of helpful commands, aliases, links, on to more advanced topics like scripting.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/the-command-line-your-computing-co-pilot/&title=The+Command+Line+&#8211;+Your+Computing+Co-Pilot&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/the-command-line-your-computing-co-pilot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
