<?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>&#60;Code Zen /&#62; &#187; Hardware</title>
	<atom:link href="http://www.code-zen.net/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.code-zen.net</link>
	<description>Peter Anselmo&#039;s Home on the Web</description>
	<lastBuildDate>Thu, 17 Jun 2010 15:16:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Re-Map Default Mouse Buttons in Ubuntu Karmic</title>
		<link>http://www.code-zen.net/2009/ubuntu-map-mouse-buttons/</link>
		<comments>http://www.code-zen.net/2009/ubuntu-map-mouse-buttons/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 05:30:50 +0000</pubDate>
		<dc:creator>Peter Anselmo</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.code-zen.net/?p=307</guid>
		<description><![CDATA[While setting up a new installation of Ubuntu 9.10 for a friend, I ran into a small issue: she was using a 4 button Kensington trackball mouse, and the default key mappings made little sense.  Naturally, there were no drivers or software available, but after some research I was able to figure out how to [...]]]></description>
			<content:encoded><![CDATA[<p>While setting up a new installation of Ubuntu 9.10 for a friend, I ran into a small issue: she was using a 4 button Kensington trackball mouse, and the default key mappings made little sense.  Naturally, there were no drivers or software available, but after some research I was able to figure out how to manually remap the mouse buttons.</p>
<p><strong>Step 1. Find the name of your device.</strong><br />
This step is pretty simple.  Open up a terminal and type in the command:</p>
<pre>xinput list</pre>
<p>This will list all of the input devices recognized by the X window system.  The names are in quotes, and should be pretty self-explanatory; any external mice should be near the bottom.</p>
<p><a href="http://c0876682.cdn.cloudfiles.rackspacecloud.com/Screenshot.jpg" target="_blank"><img class="aligncenter size-medium wp-image-314" title="xinput list" src="http://c0876682.cdn.cloudfiles.rackspacecloud.com/Screenshot-300x209.jpg" alt="xinput list" width="300" height="209" /></a></p>
<p><strong>Step 2. Find your button numbers</strong><br />
Each mouse button has a unique number to the system, and your next job is to find out what they are.  In your termal window type:</p>
<pre>xev</pre>
<p>This will open a new smaller window.  Whenever your mouse is over the new window, the terminal will print any input it receives.  This includes both movement and button presses.  For each button on the mouse, press it, and write down what button number it displays.  Don&#8217;t forget that scroll up, down, left, and right and wheel click are all treated as different &#8220;buttons&#8221;.</p>
<p><a href="http://c0876682.cdn.cloudfiles.rackspacecloud.com/Screenshot-2.jpg" target="_blank"><img class="aligncenter size-medium wp-image-316" title="xev" src="http://c0876682.cdn.cloudfiles.rackspacecloud.com/Screenshot-2-300x187.jpg" alt="xev" width="300" height="187" /></a></p>
<p><strong>Step 3. Re-Map the buttons</strong><br />
You can modify your your mappings with the following command (substituting your device name from step 1)</p>
<pre>xinput set-button-map "Device Name" 1 2 3 4 5</pre>
<p>Running the above command will most likely change nothing, it will map all the buttons to their default functions.  Let&#8217;s say your left and right click map to 1 &amp; 3 respectively.  If you wanted to switch them (perhaps for a left-handed user) the command would be:</p>
<pre>xinput set-button-map "Device Name" 3 2 1 4 5</pre>
<p>In the case of my friend (with a Kensington pro mouse) we needed to swap the 1 &amp; 3 with the 8 &amp; 9 buttons.  That looked like this:</p>
<pre>xinput set-button-map "Kensington Pro PS/2" 8 2 9 4 5 6 7 1 3</pre>
<p>Note that you can enter as many numbers as you like, up to the number of mouse buttons.  Any numbers you don&#8217;t enter will be assumed to be the sequential default.  Thus the following command is equivalent to the one above:</p>
<pre>xinput set-button-map "Kensington Pro PS/2" 8 2 9 4 5 6 7 1 3 10 11 12 13</pre>
<p><strong>Step 4. Saving your mappings</strong><br />
Once you&#8217;ve found the correct sequence of numbers, you can have it load automatically by creating a startup item.  Navigate to the following menu:</p>
<p>System &gt; Preferences &gt; Startup Applications &gt; Add</p>
<p>and enter the following:</p>
<p>Name: Mouse Button Remap<br />
Command: xinput &#8220;Device Name&#8221; 1 2 3 4 5<br />
Comment: &#8220;Swapped the left and right click&#8221;</p>
<p><a href="http://c0876682.cdn.cloudfiles.rackspacecloud.com/screenshot-4.jpg" target="_blank"><img class="aligncenter size-medium wp-image-318" title="Add Startup" src="http://c0876682.cdn.cloudfiles.rackspacecloud.com/screenshot-4-300x186.jpg" alt="Add Startup" width="300" height="186" /></a></p>
<p>Ta Da! You&#8217;re Done!</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F&amp;title=Re-Map+Default+Mouse+Buttons+in+Ubuntu+Karmic"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F&amp;title=Re-Map+Default+Mouse+Buttons+in+Ubuntu+Karmic"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F&amp;title=Re-Map+Default+Mouse+Buttons+in+Ubuntu+Karmic"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F&amp;headline=Re-Map+Default+Mouse+Buttons+in+Ubuntu+Karmic"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Re-Map+Default+Mouse+Buttons+in+Ubuntu+Karmic&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Re-Map+Default+Mouse+Buttons+in+Ubuntu+Karmic&amp;u=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Re-Map+Default+Mouse+Buttons+in+Ubuntu+Karmic&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Re-Map+Default+Mouse+Buttons+in+Ubuntu+Karmic&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Re-Map+Default+Mouse+Buttons+in+Ubuntu+Karmic&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F&amp;title=Re-Map+Default+Mouse+Buttons+in+Ubuntu+Karmic&amp;summary=&amp;source="><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2Fubuntu-map-mouse-buttons%2F&amp;title=Re-Map+Default+Mouse+Buttons+in+Ubuntu+Karmic"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.code-zen.net/2009/ubuntu-map-mouse-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3.6 Ghz Dual Core Uber-Computer: $600</title>
		<link>http://www.code-zen.net/2009/36-ghz-dual-core-computer-600/</link>
		<comments>http://www.code-zen.net/2009/36-ghz-dual-core-computer-600/#comments</comments>
		<pubDate>Wed, 27 May 2009 16:45:51 +0000</pubDate>
		<dc:creator>Peter Anselmo</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[ram]]></category>

		<guid isPermaLink="false">http://code-zen.net/?p=251</guid>
		<description><![CDATA[I recently put together a new server, and as preparation, spent a few hours on Newegg.  I&#8217;m quite suprised at some of the deals that can be found right now, and thought I would pass the summation of my research on.  Behold: The Best Computer for your Money (as of May 2009).
Case: Antec 300
Power Supply: [...]]]></description>
			<content:encoded><![CDATA[<p>I recently put together a new server, and as preparation, spent a few hours on Newegg.  I&#8217;m quite suprised at some of the deals that can be found right now, and thought I would pass the summation of my research on.  Behold: <span style="text-decoration: underline;">The Best</span> Computer for your Money (as of May 2009).</p>
<p>Case: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811129042" target="_blank">Antec 300</a><br />
Power Supply: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16817371004" target="_blank">Antec Basiq 500</a><br />
(Buy these together on Newegg &amp; Save $20)</p>
<p>Motherboard:Gigabyte <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813128364" target="_blank">GA-EP45C-UD3R</a><br />
CPU: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16819115037" target="_blank">Intel E8400 3.0 Ghz Core2Duo (Wolfdale)</a><br />
(Buy these together on Newegg &amp; Save $15)</p>
<p>CPU Cooler: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16835118003" target="_blank">Zalman 9500</a></p>
<p>Memory: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820145184" target="_blank">4GB Corsair XMS</a></p>
<p>Video Card: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814143185" target="_blank">BFG 9800 GT OC 1GB</a></p>
<p>Hard Drive: <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822148395" target="_blank">Seagate 500GB SATA</a></p>
<p>There you have it folks.  All told, the total in my newegg cart for all of the above is $651.88.  There&#8217;s also another $35 off in Mail-in Rebates, bringing the total to $626.88.  Now here&#8217;s the beautiful thing.  The combination of the 45nm CPU and the beefy cooler allow even a newb to overclock the CPU to 3.6 Ghz without trouble.</p>
<p>Here&#8217;s are some of the highlights:<br />
3.6Ghz Dual Core Processor<br />
6MB L2 CPU Cache<br />
1333 Mhz Front Side Bus<br />
4 GB Ram with super-fast 5-5-5 timings<br />
1GB Video card</p>
<p>Try to find those specs with any pre-built machine; you won&#8217;t.  And if you do, it won&#8217;t be with the quality, name-brand guts you see here.  That&#8217;s all for now, I&#8217;m off to play UT3.</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F&amp;title=3.6+Ghz+Dual+Core+Uber-Computer%3A+%24600"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F&amp;title=3.6+Ghz+Dual+Core+Uber-Computer%3A+%24600"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F&amp;title=3.6+Ghz+Dual+Core+Uber-Computer%3A+%24600"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F&amp;headline=3.6+Ghz+Dual+Core+Uber-Computer%3A+%24600"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=3.6+Ghz+Dual+Core+Uber-Computer%3A+%24600&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=3.6+Ghz+Dual+Core+Uber-Computer%3A+%24600&amp;u=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=3.6+Ghz+Dual+Core+Uber-Computer%3A+%24600&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=3.6+Ghz+Dual+Core+Uber-Computer%3A+%24600&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=3.6+Ghz+Dual+Core+Uber-Computer%3A+%24600&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F&amp;title=3.6+Ghz+Dual+Core+Uber-Computer%3A+%24600&amp;summary=&amp;source="><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.code-zen.net%2F2009%2F36-ghz-dual-core-computer-600%2F&amp;title=3.6+Ghz+Dual+Core+Uber-Computer%3A+%24600"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.code-zen.net/2009/36-ghz-dual-core-computer-600/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turning off the Terminal Beep</title>
		<link>http://www.code-zen.net/2008/turning-off-the-terminal-beep/</link>
		<comments>http://www.code-zen.net/2008/turning-off-the-terminal-beep/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 17:20:20 +0000</pubDate>
		<dc:creator>Peter Anselmo</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[overclocking]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://code-zen.net/?p=114</guid>
		<description><![CDATA[I use the VIM editor.  Alot.  That means that I get beeped at.  Alot.  As a note to those who haven&#8217;t used VIM, it beeps through the system speaker, not your normal speakers.  The system beeper is an especially annoying relic, leftover from two decades ago when a system beep was actually useful. I&#8217;d finally [...]]]></description>
			<content:encoded><![CDATA[<p>I use the VIM editor.  Alot.  That means that I get beeped at.  Alot.  As a note to those who haven&#8217;t used VIM, it beeps through the system speaker, not your normal speakers.  The system beeper is an especially annoying relic, leftover from two decades ago when a system beep was actually useful. I&#8217;d finally had enough, so I figured out how to turn it off.  It turns out that (like everything else) it&#8217;s extremely easy in Ubuntu.</p>
<p>System -&gt; Preferences -&gt; Sound -&gt; System Beep -&gt; Enable System Beep</p>
<p>I unchecked that puppy, and now my computer my computer doesn&#8217;t make a sound (except of course, the hum of 8 fans pushing 1,000cfm of air across my OC&#8217;d mobo).</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F&amp;title=Turning+off+the+Terminal+Beep"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F&amp;title=Turning+off+the+Terminal+Beep"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F&amp;title=Turning+off+the+Terminal+Beep"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F&amp;headline=Turning+off+the+Terminal+Beep"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Turning+off+the+Terminal+Beep&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Turning+off+the+Terminal+Beep&amp;u=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Turning+off+the+Terminal+Beep&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Turning+off+the+Terminal+Beep&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Turning+off+the+Terminal+Beep&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F&amp;title=Turning+off+the+Terminal+Beep&amp;summary=&amp;source="><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fturning-off-the-terminal-beep%2F&amp;title=Turning+off+the+Terminal+Beep"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.code-zen.net/2008/turning-off-the-terminal-beep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing Up is the Cool Thing to Do</title>
		<link>http://www.code-zen.net/2008/backing-up-is-the-cool-thing-to-do/</link>
		<comments>http://www.code-zen.net/2008/backing-up-is-the-cool-thing-to-do/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 22:26:13 +0000</pubDate>
		<dc:creator>Peter Anselmo</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://code-zen.net/?p=29</guid>
		<description><![CDATA[
Backups saved my life yesterday. No, seriously. I upgraded an installation of Drupal, and forgot to copy the files for my Email client before I wrote over the root directory. After trying to check my mail (and getting an empty folder), I had about 30 seconds of complete terror, before I realized I had implemented [...]]]></description>
			<content:encoded><![CDATA[<div class="content">
<div id="attachment_61" class="wp-caption alignleft" style="width: 135px"><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822148332"><img class="size-thumbnail wp-image-61" title="freeagent" src="http://code-zen.net/wp-content/uploads/2008/12/freeagent.jpg" alt="External Backup Drive" width="125" height="94" /></a><p class="wp-caption-text">External Backup Drive</p></div>
<p>Backups saved my life yesterday. No, seriously. I upgraded an installation of Drupal, and forgot to copy the files for my Email client before I wrote over the root directory. After trying to check my mail (and getting an empty folder), I had about 30 seconds of complete terror, before I realized I had implemented an automated daily backup system about two months ago. Whew! I found a recent version in my backup files, and bingo, there were my mail client files. So, I&#8217;d like to talk a bit about backing up.</p>
<p>Every single person who uses a computer should create an automated backup system. Period. And let me give you a few guidelines: Burning CDs doesn&#8217;t cut it. Burning DVDs doesn&#8217;t cut it. Both take way too much time and energy, and you will quickly forget to keep up. You need to buy a spare hard drive, and dedicate it to backups. Hard drives are cheap. You can find some excellent options <a href="http://www.newegg.com/Store/SubCategory.aspx?SubCategory=414&amp;name=External-Hard-Drives" target="_blank">here</a>.</p>
<p>Next, create a system to AUTOMATE the process. You don’t want to have to remember. If you have OSX 10.5, that means setting up Time Machine. I commend Apple on their push for automatic user backups. If you’re using XP, look <a href="http://www.microsoft.com/windowsxp/using/setup/learnmore/bott_03july14.mspx" target="_blank">here</a>.  If you’re using Vista, look <a href="http://windowshelp.microsoft.com/Windows/en-US/help/d56fb2f5-48d3-43ec-8900-535d3a850da31033.mspx" target="_blank">here</a>.  If you’re using Linux.  Look <a href="https://help.ubuntu.com/8.04/serverguide/C/backup-shellscripts.html" target="_blank">here</a> and <a href="https://help.ubuntu.com/8.04/serverguide/C/backups-shellscripts-rotation.html" target="_blank">here.</a></p>
<p>The last link above is what I use to backup my server, although I use a slightly modified version. I have it set up to backup all my files every night. I keep 6 days of nightly backups at all times. Then, once a week, I do a weekly backup, of which I keep 4 at all times. Finally, on the first of every month, I do a monthly backup, of which I keep the last 12 at all times. The advantages of keeping many versions of your files are two-fold. First, your hard drive may crash slowly. In this case, it will start corrupting files before it outright dies. If you’re only keeping one copy of files on you backup drive, you could end up writing over your good files with corrupted ones. Keeping multiple, redundant versions of your data ensures there will always be healthy versions available. Second, your backup solution now serves as an archive, where you can recover files you may have lost or accidentally deleted (see first paragraph).</p>
<p>After reading this, you have no reason not to have an automated, dedicated backup solution. Please, I urge you, go set one up. The $100-$200 you will spend on an external hard drive is NOTHING compared to the value of your non-replaceable pictures, music, and files.</p></div>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F&amp;title=Backing+Up+is+the+Cool+Thing+to+Do"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F&amp;title=Backing+Up+is+the+Cool+Thing+to+Do"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F&amp;title=Backing+Up+is+the+Cool+Thing+to+Do"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F&amp;headline=Backing+Up+is+the+Cool+Thing+to+Do"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Backing+Up+is+the+Cool+Thing+to+Do&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Backing+Up+is+the+Cool+Thing+to+Do&amp;u=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Backing+Up+is+the+Cool+Thing+to+Do&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Backing+Up+is+the+Cool+Thing+to+Do&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Backing+Up+is+the+Cool+Thing+to+Do&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F&amp;title=Backing+Up+is+the+Cool+Thing+to+Do&amp;summary=&amp;source="><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.code-zen.net%2F2008%2Fbacking-up-is-the-cool-thing-to-do%2F&amp;title=Backing+Up+is+the+Cool+Thing+to+Do"><img class="lightsocial_img" src="http://www.code-zen.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.code-zen.net/2008/backing-up-is-the-cool-thing-to-do/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
