<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>Life After Coffee</title>
	<link>http://www.lifeaftercoffee.com</link>
	<description>because I don't believe in life before coffee...</description>
	<pubDate>Mon, 12 May 2008 15:03:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Shell conditions and if statements</title>
		<link>http://www.lifeaftercoffee.com/2008/05/12/shell-conditions-and-if-statements/</link>
		<comments>http://www.lifeaftercoffee.com/2008/05/12/shell-conditions-and-if-statements/#comments</comments>
		<pubDate>Mon, 12 May 2008 15:03:00 +0000</pubDate>
		<dc:creator>Jon Emmons</dc:creator>
		
		<category><![CDATA[Database Administration]]></category>

		<category><![CDATA[Information Technology]]></category>

		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[System Administration]]></category>

		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2008/05/12/shell-conditions-and-if-statements/</guid>
		<description><![CDATA[Since the contents of variables will, well, vary it is often useful to be able to make decisions based on them.  Strings and numbers can be easily compared to explicit values or other variables.  Here is a simple example:
$ i=107
$ if [ $i -gt 100 ]
> then
> echo &#8220;Wow, i got all the [...]]]></description>
			<content:encoded><![CDATA[<p>Since the contents of variables will, well, vary it is often useful to be able to make decisions based on them.  Strings and numbers can be easily compared to explicit values or other variables.  Here is a simple example:</p>
<p><code>$ i=107<br />
$ if [ $i -gt 100 ]<br />
> then<br />
> echo &#8220;Wow, i got all the way up to $i&#8221;<br />
> else<br />
> echo &#8220;i is only up to $i&#8221;<br />
> fi<br />
Wow, i got all the way up to 107<br />
$ i=22<br />
$ if [ $i -gt 100 ]<br />
> then<br />
> echo &#8220;Wow, i got all the way up to $i&#8221;<br />
> else<br />
> echo &#8220;i is only up to $i&#8221;<br />
> fi<br />
i is only up to 22</code></p>
<p>Here we see a simple <code>if</code> statement.  When executed the expression within the brackets is evaluated to either true or false.  If the expression is found to be true the commands after the then will be executed, otherwise the commands after the else are executed.</p>
<p>The expression shown here is the greater than expression (<code>></code>).  The symbols we typically use for greater than and less than have specific significance in the UNIX shell, so to compare values we use <code>-gt</code> for greater than and <code>-lt</code> for less than.  Comparisons can also be made between strings of text.  More information about comparing text and numbers can be found in <a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm">my book</a>.</p>
<div style="width:300px; height:150px; border:#777 1px solid; padding:8px; font-size:1.6em; position:relative; left:200px;"><a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm"><img src="http://www.lifeaftercoffee.com/wp-content/upload/book_cover_shell_scripting_1.jpg" alt="Oracle Shell Scripting" /></a>For more information like this check out my book Oracle Shell Scripting, only $34.95 from Rampant TechPress.<br />
</p>
<p><a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm">Buy it now!</a></div>
<p><br clear="both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeaftercoffee.com/2008/05/12/shell-conditions-and-if-statements/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blogged.com rates Life After Coffee an 8.0!</title>
		<link>http://www.lifeaftercoffee.com/2008/05/06/bloggedcom-rates-life-after-coffee-an-80/</link>
		<comments>http://www.lifeaftercoffee.com/2008/05/06/bloggedcom-rates-life-after-coffee-an-80/#comments</comments>
		<pubDate>Tue, 06 May 2008 21:41:08 +0000</pubDate>
		<dc:creator>Jon Emmons</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Information Technology]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[]]></category>

		<category><![CDATA[blog]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[weblog]]></category>

		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2008/05/06/bloggedcom-rates-life-after-coffee-an-80/</guid>
		<description><![CDATA[
Another nice little bit of recognition showed up in my inbox recently&#8230;  Blogged.com has rated Life After Coffee an 8.0 in the category of Technology Blogs!
OK, so 8.0 isn&#8217;t the greatest rating ever, but given that they take into account relevance of content (relevant to what I don&#8217;t know) and frequency of updates (there [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blogged.com/blogs/life-after-coffee.html"><br />
<img src="http://www.blogged.com/icons/rt_117500.gif" border="0" alt="Life After Coffee at Blogged" title="Life After Coffee at Blogged" /></a>Another nice little bit of recognition showed up in my inbox recently&#8230;  <a href="http://www.blogged.com/">Blogged.com</a> has rated Life After Coffee an 8.0 in the category of <a href="http://www.blogged.com/directory/technology">Technology Blogs</a>!</p>
<p>OK, so 8.0 isn&#8217;t the greatest rating ever, but given that they take into account relevance of content (relevant to what I don&#8217;t know) and frequency of updates (there is no April) I&#8217;m pretty happy with it.</p>
<p>Now, if you&#8217;re interested in the best technology blogs around, check out their <a href="http://www.blogged.com/directory/technology">Technology Blog Directory</a>.  Many of the top picks are focused, professional blogs, not like the <a href="http://www.lifeaftercoffee.com/2005/09/16/the-straight-poop-on-kopi-luwak-coffee/">crap</a> you&#8217;ll find here.  There&#8217;s some great stuff to check out though and in general I would agree with their rankings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeaftercoffee.com/2008/05/06/bloggedcom-rates-life-after-coffee-an-80/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oracle Shell Scripting review - Excellent read!</title>
		<link>http://www.lifeaftercoffee.com/2008/05/03/oracle-shell-scripting-review-excellent-read/</link>
		<comments>http://www.lifeaftercoffee.com/2008/05/03/oracle-shell-scripting-review-excellent-read/#comments</comments>
		<pubDate>Sat, 03 May 2008 19:00:47 +0000</pubDate>
		<dc:creator>Jon Emmons</dc:creator>
		
		<category><![CDATA[Database Administration]]></category>

		<category><![CDATA[Information Technology]]></category>

		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[System Administration]]></category>

		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2008/05/03/oracle-shell-scripting-review-excellent-read/</guid>
		<description><![CDATA[My book, Oracle Shell Scripting has received another 5-star review on Amazon!
A. Tucker &#8220;Rat&#8221; writes:
Oracle administrators of all levels will find benefit in this book. The author has put together the basics in shell scripting and OS fundamentals in aid of maintaining and monitoring scalable production Oracle environments. Each example is easy to read and [...]]]></description>
			<content:encoded><![CDATA[<p>My book, <a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm">Oracle Shell Scripting</a> has received another 5-star review on <a href="http://amazon.com/exec/obidos/ASIN/0977671550/masterwishcom-20/">Amazon</a>!</p>
<p>A. Tucker &#8220;Rat&#8221; writes:</p>
<blockquote><p>Oracle administrators of all levels will find benefit in this book. The author has put together the basics in shell scripting and OS fundamentals in aid of maintaining and monitoring scalable production Oracle environments. Each example is easy to read and follow and leaves the reader with room to explore and extrapolate on their own with little effort. A great lookup source for old timers and &#8220;must have&#8221; for newbies.</p>
<p>I highly recommend this book<br />
-Rat</p></blockquote>
<p>Thanks for the great review Rat!</p>
<div style="width:300px; height:150px; border:#777 1px solid; padding:8px; font-size:1.6em; position:relative; left:200px;"><a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm"><img src="http://www.lifeaftercoffee.com/wp-content/upload/book_cover_shell_scripting_1.jpg" alt="Oracle Shell Scripting" /></a>Check out my book Oracle Shell Scripting, only $34.95 from Rampant TechPress.<br />
</p>
<p><a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm">Buy it now!</a></div>
<p><br clear="both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeaftercoffee.com/2008/05/03/oracle-shell-scripting-review-excellent-read/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The next must-have travel gadget: Belkin Mini Surge Protector with USB Charger</title>
		<link>http://www.lifeaftercoffee.com/2008/03/30/the-next-must-have-travel-gadget-belkin-mini-surge-protector-with-usb-charger/</link>
		<comments>http://www.lifeaftercoffee.com/2008/03/30/the-next-must-have-travel-gadget-belkin-mini-surge-protector-with-usb-charger/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 16:42:35 +0000</pubDate>
		<dc:creator>Jon Emmons</dc:creator>
		
		<category><![CDATA[Electronics]]></category>

		<category><![CDATA[Information Technology]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[]]></category>

		<category><![CDATA[charger]]></category>

		<category><![CDATA[surge protector]]></category>

		<category><![CDATA[surge suppresser]]></category>

		<category><![CDATA[travel]]></category>

		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2008/03/30/the-next-must-have-travel-gadget-belkin-mini-surge-protector-with-usb-charger/</guid>
		<description><![CDATA[Finally, the solution to my mobile charging needs: the Belkin Mini Surge Protector with USB Charger.
Coming soon from Belkin this small device offers surge protection for your laptop and devices when you travel and also has two USB charging ports!  You should be able to charge many cell phones (like the Razr or Blackberry) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://catalog.belkin.com/IWCatProductPage.process?Product_Id=400738"><img src='http://www.lifeaftercoffee.com/wp-content/uploads/2008/03/std1_bz103050-tvl.jpg' alt='Belkin surge protector with USB charger' /></a>Finally, the solution to my mobile charging needs: the <a href="http://catalog.belkin.com/IWCatProductPage.process?Product_Id=400738">Belkin Mini Surge Protector with USB Charger</a>.</p>
<p>Coming soon from <a href="http://belkin.com">Belkin</a> this small device offers surge protection for your laptop and devices when you travel and also has two USB charging ports!  You should be able to charge many cell phones (like the Razr or Blackberry) and devices like iPods right off the USB ports eliminating the need to keep your computer awake while your devices charge.  This should also be nice if you want to leave the computer behind but still need a way to charge your iPod (it&#8217;s been a long time since iPods came with 110 volt chargers.)</p>
<p>Belkin is listing the surge protector with a modest $25 price on their site and list it as &#8220;Coming soon&#8221;.  As soon as this becomes available I&#8217;ll grab one and post a review here.</p>
<p>via the <a href="http://www.twit.tv/DGW">Daily Giz Wiz podcast</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeaftercoffee.com/2008/03/30/the-next-must-have-travel-gadget-belkin-mini-surge-protector-with-usb-charger/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux and UNIX shell variables</title>
		<link>http://www.lifeaftercoffee.com/2008/03/24/shell-variables/</link>
		<comments>http://www.lifeaftercoffee.com/2008/03/24/shell-variables/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 01:03:08 +0000</pubDate>
		<dc:creator>Jon Emmons</dc:creator>
		
		<category><![CDATA[Database Administration]]></category>

		<category><![CDATA[Information Technology]]></category>

		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[System Administration]]></category>

		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2008/03/24/shell-variables/</guid>
		<description><![CDATA[Shell variables give us a place to store values for use by the system, our shell, shell scripts or by programs we run.  Each session in UNIX has a set of variables that collectively are referred to as the environmental variables.  These variables tell the system where to find applications and documentation, where [...]]]></description>
			<content:encoded><![CDATA[<p>Shell variables give us a place to store values for use by the system, our shell, shell scripts or by programs we run.  Each session in UNIX has a set of variables that collectively are referred to as the environmental variables.  These variables tell the system where to find applications and documentation, where the user’s home directory is, the current working directory and much more.  You can easily view all the environmental variables in the current session with the env command:</p>
<p><code>$ env<br />
TERM=vt102<br />
SHELL=/bin/bash<br />
SSH_CLIENT=192.168.2.1 54620 22<br />
OLDPWD=/export/home/oracle<br />
SSH_TTY=/dev/pts/1<br />
USER=oracle<br />
MAIL=/var/mail//oracle<br />
PATH=/usr/bin:/usr/ucb:/etc:.<br />
PWD=/u01<br />
TZ=US/Eastern<br />
PS1=$<br />
SHLVL=1<br />
HOME=/export/home/oracle<br />
LOGNAME=oracle<br />
SSH_CONNECTION=192.168.2.1 54620 192.168.2.100 22<br />
_=/usr/bin/env</code></p>
<p>These are some of the default variables provided by the system.  As Oracle users we’re also familiar with shell variables such as <code>$ORACLE_HOME</code> and <code>$ORACLE_SID</code>.</p>
<p>While most of the environmental variables in the output above are set by the system, variables like <code>$ORACLE_HOME</code> need to be set by the user.  In the bourne and bash shells, environmental variables are set by giving the variable name, the equal sign (<code>=</code>) and then the value the variable should be set to.  The variable must then be exported with the export command so it can become available to subsequent commands.</p>
<p><code>$ ORACLE_HOME=/u01/app/oracle/product/10.2.0/Db_1<br />
$ export ORACLE_HOME<br />
$ echo $ORACLE_HOME<br />
/u01/app/oracle/product/10gR2/db_1</code></p>
<p>When setting variables you simply use the variable name; however, as we see in the above example we use the <code>$</code> prefix to retrieve the value of a variable.  You may also see the variable definition followed by the export on the same line separated by a semicolon.  The semicolon marks the end of the first command allowing the commands to be executed as if they were on separate lines.</p>
<p>These exported environmental variables typically affect how UNIX and Linux behave or how other commands run.  Though not a rule, environmental variable names are typically all uppercase.  Lowercase variable names are typically used for local shell variables that are only needed in the current session or script.  Local shell variables need not be exported.</p>
<p><code>$ day=Monday<br />
$ echo $day<br />
Monday</code></p>
<p>It’s important to remember that shell variables are specific to a session, not a user.  That means if you change the environment variables in one session it will not have any effect on other active sessions.</p>
<p>Beyond the familiar Oracle related shell variables we’ll be using shell variables for storing date information, file and directory names, passwords and much more.</p>
<div style="width:300px; height:150px; border:#777 1px solid; padding:8px; font-size:1.6em; position:relative; left:200px;"><a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm"><img src="http://www.lifeaftercoffee.com/wp-content/upload/book_cover_shell_scripting_1.jpg" alt="Oracle Shell Scripting" /></a>For more information like this check out my book Oracle Shell Scripting, only $34.95 from Rampant TechPress.<br />
</p>
<p><a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm">Buy it now!</a></div>
<p><br clear="both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeaftercoffee.com/2008/03/24/shell-variables/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Best iPod accessory ever!</title>
		<link>http://www.lifeaftercoffee.com/2008/03/19/best-ipod-accessory-ever/</link>
		<comments>http://www.lifeaftercoffee.com/2008/03/19/best-ipod-accessory-ever/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 02:26:27 +0000</pubDate>
		<dc:creator>Jon Emmons</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<category><![CDATA[]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[iPod]]></category>

		<category><![CDATA[mac]]></category>

		<category><![CDATA[speakers]]></category>

		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2008/03/19/best-ipod-accessory-ever/</guid>
		<description><![CDATA[On today&#8217;s Daily Giz Wiz podcast (a short daily audio program featuring Dick DeBartolo and Leo Laporte) Dick reviewed the best iPod accessory ever!



The 500XL Desktop Earbud Speakers are 500 times the size of the stock earbuds that come with iPods but are otherwise identical (though a version old.)  While I&#8217;m not about to [...]]]></description>
			<content:encoded><![CDATA[<p>On today&#8217;s <a href="http://twit.tv/DGW">Daily Giz Wiz</a> podcast (a short daily audio program featuring <a href="http://gizwizbiz.com/">Dick DeBartolo</a> and <a href="http://leoville.com/">Leo Laporte</a>) Dick reviewed the best iPod accessory ever!</p>
<p><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/RWM8WfFJrLw"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/RWM8WfFJrLw" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>The <a href="http://www.perpetualkid.com/index.asp?PageAction=VIEWPROD&#038;ProdID=2536">500XL Desktop Earbud Speakers</a> are 500 times the size of the stock earbuds that come with iPods but are otherwise identical (though a version old.)  While I&#8217;m not about to replace my new <a href="http://amazon.com/exec/obidos/ASIN/B0009NWVUU/masterwishcom-20/">Klipsch desktop speakers</a> these would look great next to my iMac!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeaftercoffee.com/2008/03/19/best-ipod-accessory-ever/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Efficiency</title>
		<link>http://www.lifeaftercoffee.com/2008/03/13/efficiency/</link>
		<comments>http://www.lifeaftercoffee.com/2008/03/13/efficiency/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 01:51:50 +0000</pubDate>
		<dc:creator>Jon Emmons</dc:creator>
		
		<category><![CDATA[Entertainment]]></category>

		<category><![CDATA[]]></category>

		<category><![CDATA[comic]]></category>

		<category><![CDATA[dilbert]]></category>

		<category><![CDATA[fun]]></category>

		<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2008/03/13/efficiency/</guid>
		<description><![CDATA[I got this from my mother earlier this week:


Adam@Home is an often funny comic somewhat like Dilbert, but the main character works from home.
]]></description>
			<content:encoded><![CDATA[<p>I got this from my mother earlier this week:</p>
<p><a href="http://www.gocomics.com/adamathome/2008/03/12/"><img src="http://images.ucomics.com/comics/ad/2008/ad080312.gif" alt="Efficiency is Applied Laziness" /></a><br />
<br clear="both" /><br />
<a href="http://www.gocomics.com/adamathome/">Adam@Home</a> is an often funny comic somewhat like Dilbert, but the main character works from home.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeaftercoffee.com/2008/03/13/efficiency/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oracle Shell Scripting: Another 5-star review!</title>
		<link>http://www.lifeaftercoffee.com/2008/02/24/oracle-shell-scripting-another-5-star-review/</link>
		<comments>http://www.lifeaftercoffee.com/2008/02/24/oracle-shell-scripting-another-5-star-review/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 21:35:30 +0000</pubDate>
		<dc:creator>Jon Emmons</dc:creator>
		
		<category><![CDATA[Database Administration]]></category>

		<category><![CDATA[Information Technology]]></category>

		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[System Administration]]></category>

		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[]]></category>

		<category><![CDATA[database]]></category>

		<category><![CDATA[database administrator]]></category>

		<category><![CDATA[dba]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[shell]]></category>

		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2008/02/24/oracle-shell-scripting-another-5-star-review/</guid>
		<description><![CDATA[Well, I&#8217;m glad to see that people are liking my book Oracle Shell Scripting: Linux and UNIX Programming for Oracle.  Another 5-star review showed up on Amazon last week:
Jolly writes:
Great book!
A well written book. A great way to learn shell scripting. Relevant and useful examples throughout the book (downloadable code).
Thanks for the review Jolly!
For [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;m glad to see that people are liking my book <a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm">Oracle Shell Scripting: Linux and UNIX Programming for Oracle</a>.  Another 5-star review showed up on <a href="http://www.amazon.com/exec/obidos/ASIN/0977671550/masterwishcom-20/">Amazon</a> last week:</p>
<p>Jolly writes:</p>
<blockquote><p>Great book!</p>
<p>A well written book. A great way to learn shell scripting. Relevant and useful examples throughout the book (downloadable code).</p></blockquote>
<p>Thanks for the review Jolly!</p>
<div style="width:300px; height:225px; border:#777 1px solid; padding:8px; font-size:1.6em; position:relative; left:200px;"><a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm"><img src="http://www.lifeaftercoffee.com/wp-content/upload/book_cover_shell_scripting_1.jpg" alt="Oracle Shell Scripting" /></a>For more information like this check out my book Oracle Shell Scripting, only $34.95 from Rampant TechPress.<br />
</p>
<p><a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm">Buy it now!</a></div>
<p><br clear="both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeaftercoffee.com/2008/02/24/oracle-shell-scripting-another-5-star-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What shell am I in?</title>
		<link>http://www.lifeaftercoffee.com/2008/02/20/what-shell-am-i-in/</link>
		<comments>http://www.lifeaftercoffee.com/2008/02/20/what-shell-am-i-in/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 11:37:32 +0000</pubDate>
		<dc:creator>Jon Emmons</dc:creator>
		
		<category><![CDATA[Database Administration]]></category>

		<category><![CDATA[Information Technology]]></category>

		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[System Administration]]></category>

		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[]]></category>

		<category><![CDATA[database administrator]]></category>

		<category><![CDATA[dba]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[shell]]></category>

		<category><![CDATA[shell script]]></category>

		<category><![CDATA[shell scripting]]></category>

		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[systems administrator]]></category>

		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2008/02/20/what-shell-am-i-in/</guid>
		<description><![CDATA[When you connect to a system, whether directly on the system&#8217;s keyboard or through a remote connection you will automatically start in your default shell.  The default shell was originally assigned to you when your account was created.
To find out what shell you are currently using we can use the echo command:
$ echo $SHELL
/bin/bash
In [...]]]></description>
			<content:encoded><![CDATA[<p>When you connect to a system, whether directly on the system&#8217;s keyboard or through a remote connection you will automatically start in your default shell.  The default shell was originally assigned to you when your account was created.</p>
<p>To find out what shell you are currently using we can use the echo command:</p>
<p><code>$ echo $SHELL<br />
/bin/bash</code></p>
<p>In this command we are using the <code>echo</code> command to examine the value of the environment variable <code>$SHELL</code>.  This variable was set by the system when we started this command line session and shows the full path to the shell we were assigned at login.  Here are some common shells you might see:</p>
<ul>
<li><code>/bin/sh</code> – Bourne shell</li>
<li><code>/bin/bash</code> – Bourne Again shell </li>
<li><code>/bin/csh</code> – C shell</li>
<li><code>/bin/ksh</code> – Korn shell</li>
<li><code>/bin/tcsh</code> – TC shell</li>
<li><code>/bin/zsh</code> – Z shell</li>
</ul>
<p>Shell binaries are also commonly found in the <code>/usr/local/bin</code> directory.  Consult your system administrator if you’re having trouble finding your shell binaries.</p>
<div style="width:300px; height:150px; border:#777 1px solid; padding:8px; font-size:1.6em; position:relative; left:200px;"><a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm"><img src="http://www.lifeaftercoffee.com/wp-content/upload/book_cover_shell_scripting_1.jpg" alt="Oracle Shell Scripting" /></a>For more information like this check out my book Oracle Shell Scripting, only $34.95 from Rampant TechPress.<br />
</p>
<p><a href="http://www.rampant-books.com/book_2007_1_shell_scripting.htm">Buy it now!</a></div>
<p><br clear="both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeaftercoffee.com/2008/02/20/what-shell-am-i-in/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eneloop Rechargeable Batteries - Perfect for remotes, Wii and much more</title>
		<link>http://www.lifeaftercoffee.com/2008/02/17/eneloop-rechargeable-batteries-perfect-for-remotes-wii-and-much-more/</link>
		<comments>http://www.lifeaftercoffee.com/2008/02/17/eneloop-rechargeable-batteries-perfect-for-remotes-wii-and-much-more/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 17:12:50 +0000</pubDate>
		<dc:creator>Jon Emmons</dc:creator>
		
		<category><![CDATA[Batteries]]></category>

		<category><![CDATA[Electronics]]></category>

		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[]]></category>

		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2008/02/17/eneloop-rechargeable-batteries-perfect-for-remotes-wii-and-much-more/</guid>
		<description><![CDATA[Recently when listening to the Daily Giz Wiz netcast (easily the most jingle-laden netcast ever to grace my iPod) Leo and Dick got into a discussion about rechargeable batteries and their typical shortcomings like the need to charge them before use and their tendency to loose their charge over time.  Recently Sanyo has released [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://amazon.com/exec/obidos/ASIN/B000IV2WAW/masterwishcom-20/"><img src="http://ecx.images-amazon.com/images/I/31B-akj74bL._AA280_.jpg" alt="Sanyo Eneloop AA Batteries" /></a>Recently when listening to <a href="http://twit.tv/DGW">the Daily Giz Wiz netcast</a> (easily the most jingle-laden netcast ever to grace my iPod) Leo and Dick got into a discussion about rechargeable batteries and their typical shortcomings like the need to charge them before use and their tendency to loose their charge over time.  Recently Sanyo has released a new battery called Eneloop which does not suffer from these problems.</p>
<p>Sanyo eneloop batteries are a rechargeable NiMH battery which claim to only loose 15% of their charge in a year.  That means you can charge them and use them when you need them.  Like other NiMH batteries they can be recharged hundreds of times, but one of the big advantages is that they come pre-charged!  You could buy a set in a drug store, use them that day, then take them home and recharge them.</p>
<p>I&#8217;ve only seen these on Amazon so far, but I&#8217;m using them in just about everything I have that takes AA batteries, especially my Wii remotes.  At first I was disappointed that the Wii remote didn&#8217;t come with a rechargeable battery but now it seems much more clever that they went with an industry standard (AA size) battery which can be easily replaced without having to look up a model number.</p>
<p>Eneloop batteries are available in <a href="http://amazon.com/exec/obidos/ASIN/B000IV2WAW/masterwishcom-20/">four packs of AA</a> and <a href="http://amazon.com/exec/obidos/ASIN/B000IV2YLY/masterwishcom-20/">AAA</a> and <a href="http://amazon.com/exec/obidos/ASIN/B000LNI5VC/masterwishcom-20/">8 packs of AA</a>, but I recommend starting off with the <a href="http://amazon.com/exec/obidos/ASIN/B000IV0REA/masterwishcom-20/">charging kit</a> which comes with the charger and four AAs.  The charger will charge AA and AAA sizes and can charge one, two, three or four batteries at a time.</p>
<p>I have been using these rechargeable batteries for over a year now in my Wii controllers, talkabout radios, remotes, wireless computer accessories and more.  They have cut my AA consumption down considerably, and when they do eventually die they are recyclable like other NiMH batteries.  While there are AA rechargeables which have a higher capacity the low self-discharge of the Eneloop batteries makes them last longer in all but the highest current applications.</p>
<div style="border: #BBC4A3 1px solid; padding:0px; ">
<p style="margin:2px; ">
Everyone could use a little extra <a href="http://www.mymoney.gov/">money</a>. A good way to get money in a pinch is with a <a href="http://www.paydaycashadvanceloans.biz/cash_advance">cash advance</a>. A good way to get that is with a <a href="http://www.paydaycashadvanceloans.biz/">payday loan</a>. <a href="http://www.paydaycashadvanceloans.biz/payday_lenders.asp">Find a payday lender today</a> to get that little extra money you need.
</p>
<p style="margin:0px; ">
<img src="http://www.lifeaftercoffee.com/images/sl.gif" alt="Sponsored Links" style="border:0px; margin:0px; padding:0px; " /><br clear="both" />
</p>
</div>
<div class="post-footer">&nbsp;<br />&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeaftercoffee.com/2008/02/17/eneloop-rechargeable-batteries-perfect-for-remotes-wii-and-much-more/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
