RSS



Using Hamachi to remotely control your Windows and Linux boxes

Mon, Oct 16, 2006

ArsGeek, Linux, Ubuntu, Windows

Talk about it in our Forums

<meta name="GENERATOR" content="OpenOffice.org 2.0 (Linux)" /><meta name="AUTHOR" content="ben" /><meta name="CREATED" content="20061016;16315000" /><meta name="CHANGEDBY" content="ben" /><meta name="CHANGED" content="20061016;21200800" /><a target="_blank" href="http://www.hamachi.cc/"><img align="middle" alt="hamachi!" title="hamachi!" src="http://www.hamachi.cc/img/logo-2.png" /></a><br /> <style type="text/css"> <!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } --> </style> <p style="margin-bottom: 0in">Hamachi is a great, open source Virtual Private Network tool that requires very little configuration, and is easy to use. Here I’ll show you how I install it under Ubuntu (the Windows install is all point and click) and then go about using it!</p> <p style="margin-bottom: 0in"><!--digg--></p> <p style="margin-bottom: 0in"><span id="more-633"></span></p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">This is a draft how-to, based on my limited and personal experience with Hamachi. If you’d like some expert advice, or have a problem or question that isn’t covered here, I suggest you <a target="_blank" href="http://forums.hamachi.cc/">check out their forums</a>. I know I’ll be spending some time there!</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">First, you’ll need to <a target="_blank" href="http://www.hamachi.cc/download/">download Hamachi</a>. Get the latest build for Linux, Windows and OSX here!</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">I’m going to assume that you’ve downloaded it to your desktop. I like to move new tools and things that I don’t have a ton of experience with to the /opt (optional) directory. Let’s go ahead and do that.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">In a terminal, type the following:</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">cd /opt</p> </blockquote> <blockquote> <p style="margin-bottom: 0in">cp ~/Desktop/ham*.tar.gz</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now it’s in /opt, let’s first make sure we have all the tools we’ll need to install it. You’ll have to have make and bin-utils on your machine. If you’re not sure if you have them or not, you can use apt-get to install them.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">sudo apt-get install make binutils</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Let’s untar Hamachi.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">tar -xvzf hamachi*tar.gz</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">That will create a <em>hamachi(someversion#)</em> folder. Let’s go in there and install this thing.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">cd ham*</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">sudo make install</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">That shouldn’t take too long and now you’ve got Hamachi on your system. Let’s go through the basics of using Hamachi.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Back in your terminal session, let’s start up tun and initialize hamachi:</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">sudo tuncfg</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">hamachi-init</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">This will get Hamachi ready to run on your system. Now let’s go back to your home directory and start this up.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">cd</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">hamachi start</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Hamachi should now be running. Now we’ll have to tell it to do a few things. The first thing is to put Hamachi online and create an account. In this example the account we’ll create will be called <em>foobar</em>, so change that to something you want.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">hamachi login foobar</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Hamachi will then need a virtual network to join. This is where you’ll park all of your machines so that they can reach each other as needed. In this example we’ll use the <em>boofar</em> network, again replace it with what you want.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">hamachi join barfoo</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">You’ll be asked to input a password.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now, let’s join the <em>barfoo</em> network</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">hamachi go-online barfoo</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now you’re online with Hamachi! Congratulations! However, there’s not much more you can do with this nifty tool until you get at least one other computer online with Hamachi. If you want to do that either install the Windows client on a windows machine or do this again for another Linux machine. Now however, you won’t have to create the barfoo network, but when you tell it to join the <em>barfoo</em> network, it will ask you for the password you created above.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">So, now you’ve got two machines on Hamachi? Great! Let’s start with another windows machine. Once it’s online and running, you should see your linux machine on it. Let’s come back to our Linux box and take a look too.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">hamachi list</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">This will show you the virtual IP (listed first) which will be something like <em>5.82.61.209</em> and then the actual IP address and port of your other machine.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Let’s test connectivity by pinging the virtual IP. Replace the IP you want to ping with the one I’m using in this example.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">ping 5.82.61.209</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">You should be getting a response! Congratulations! Your first contact on the Hamachi network.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now, we’re going to have to look at some options here. I’m going to assume that you want to connect to your Windows machine from your Linux box via Hamachi and also the other way around. I’m also going to assume that you’d like to connect from one Linux machine to another this same way. So first let’s configure your Linux machines to allow remote connections.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">To do this, we’re going to install tightvncserver and xtightvncviewer. Here’s how to install them:</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">sudo apt-get install tightvncserver xtightvncviewer</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Once that’s installed, you’re going to want to start it up.</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">tightvncserver</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">It should ask you for a password, so give it one. A good strong one. If you’re interested in VNC, you can read a lot more about it here.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now, we’ve got a way for others to connect to a Linux machine. If you have other Linux machines, you’re going to want to do this for them as well.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Over to your Windows machine. We’re going to install something called RealVNC server. It’s the same technology but for a Windows machine. So go here, grab it and install it.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Once it’s installed and running, you should see a VNC icon in your system tray. Right click on it and choose options. Then go to the configuration tab for remote desktop and enable it. Set the options to what you’d like.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Still with me? Good! Now you should be able to go back to your Linux machine, and type</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">hamachi list</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Is your Windows machine still there? Great, let’s connect to it! Note the virtual IP address given to it by Hamachi – say it’s <em>5.80.21.10</em></p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">xtightvncviewr 5.80.21.10</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">You should be prompted for a password. This is one that you set up when you installed RealVNC on your windows machine. Once you type it in, you should have control of your Windows machine!</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">You can also use your terminal server client in Ubuntu by going to<em> Applications-> Internet -> Terminal Server Client</em>. If for some reason you don’t have this, you can install it by doing this:</p> <p style="margin-bottom: 0in"> <blockquote> <p style="margin-bottom: 0in">sudo apt-get install tsclient</p> </blockquote> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Just make sure to set your connection type as VNC.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Now, to do it the other way. On your Windows machine, open up your Hamachi client, and note the virtual IP of your Linux machine.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Right click on your RealVNC icon in your systray and select “<em>Add Client</em>”. Type that IP address into it and you should be prompted for a password. Once you enter your password, you can connect!</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">For those interested, there’s also a GUI control panel in the works for Linux, which is shaping up quite nicely. It’s called gHamachi and you can <a target="_blank" href="http://www.penguinbyte.com/software/ghamachi/">find it here</a>. It seems to work fine under Ubuntu 6.06 but not so hot yet on 6.10 (Edgy).</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Once you download this, simply right click on it, choose “<em>Extract here</em>”, double click on the resulting folder, and double click on the ‘ghamachi’ icon. This has some neat features already, like the ability to right click on a node and choose VNC, then connect to it.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Once you have systems on Hamachi, you can connect to them in <em>any</em> way you normally would (i.e. <a target="_blank" href="http://www.arsgeek.com/?p=595">ssh</a>, scp, <a target="_blank" href="http://www.arsgeek.com/?p=510">samba</a> or windows shares). Hamachi is interesting because it offers a central location where you can see all of your machines, as well as encryption to help protect your privacy.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">Keep an eye on this application and gHamachi as well, as I expect they’re going to be pretty hot in the near future.</p> <p style="margin-bottom: 0in"><p>Technorati Tags: <a href="http://technorati.com/tag/hamachi" rel="tag">hamachi</a>, <a href="http://technorati.com/tag/ubuntu" rel="tag"> ubuntu</a>, <a href="http://technorati.com/tag/windows" rel="tag"> windows</a>, <a href="http://technorati.com/tag/remote+desktop" rel="tag"> remote desktop</a>, <a href="http://technorati.com/tag/arsgeek" rel="tag"> arsgeek </a></p> <p style="margin-bottom: 0in"> <div class="sociable"> <div class="sociable_tagline"> <strong>Click the icon, share the link:</strong> </div> <ul> <li><a rel="nofollow" href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F&title=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes" title="Digg"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F&title=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes" title="del.icio.us"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F&bm_description=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes&plugin=soc" title="MisterWong"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F&t=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes" title="Furl"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/furl.png" title="Furl" alt="Furl" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F&title=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes" title="Reddit"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F" title="Technorati"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F&Title=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes" title="BlinkList"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/blinklist.png" title="BlinkList" alt="BlinkList" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://feedmelinks.com/categorize?from=toolbar&op=submit&url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F&name=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes" title="feedmelinks"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/feedmelinks.png" title="feedmelinks" alt="feedmelinks" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="" title="PopCurrent"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/" title="PopCurrent" alt="PopCurrent" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F&title=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes" title="Blogosphere News"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F&t=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes" title="Facebook"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://cgi.fark.com/cgi/fark/farkit.pl?h=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes&u=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F" title="Fark"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/fark.png" title="Fark" alt="Fark" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F&title=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes" title="Mixx"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li> <li><a rel="nofollow" href="http://slashdot.org/bookmark.pl?title=Using%20Hamachi%20to%20remotely%20control%20your%20Windows%20and%20Linux%20boxes&url=http%3A%2F%2Fwww.arsgeek.com%2F2006%2F10%2F16%2Fusing-hamachi-to-remotely-control-your-windows-and-linux-boxes%2F" title="Slashdot"><img src="http://www.arsgeek.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li> </ul> </div> </div> <div class="author_info"> <h3>This post was written by:</h3> <span class="author_photo"><img src="http://www.gravatar.com/avatar.php?gravatar_id=5c60ebfea32a4887de52a370c4ce2437&default=http%3A%2F%2Fwww.arsgeek.com%2Fwp-content%2Fthemes%2Ffreshnews%2Fimages%2Fgravatar.jpg&size=48" width="48" height="48" alt="" /></span> <p><a href="http://www.arsgeek.com/author/admin/" title="Posts by arsgeek">arsgeek</a> - who has written 1980 posts on <a href="http://www.arsgeek.com/">ArsGeek</a>.</p> <p> <br style="clear:both;" /></p> <p class="author_email"><a href="mailto:support@arsgeek.com">Contact the author</a></p> </div> </div><!--/post--> <div id="comments" class="box2"> <!-- You can start editing here. --> <h2 class="commh2">0 Comments For This Post</h2> <ol class="commentlist"> </ol> <h2 class="commh2">1 Trackbacks For This Post</h2> <ol class="commentlist"> <li class="alt " id="comment-576"> <cite><a href='http://namhuy.org/2006/10/18/using-hamachi-to-remotely-control-your-windows-and-linux-boxes/' rel='external' class='url'>Using Hamachi to remotely control your Windows and Linux boxes -- NamHuy.Org blog, tips, tricks, gadgets, hardware, software, news</a></cite> Says: <br /> <small class="commentmetadata"><a href="#comment-576" title="">October 17th, 2006 at 11:38 pm</a> </small> <p>[...] Using Hamachi to remotely control your Windows and Linux boxes [...]</p> </li> </ol> <h2 class="commh2">Leave a Reply</h2> <form action="http://www.arsgeek.com/wp-comments-post.php" method="post" id="commentform"> <p style="padding:5px 0px 10px 0px;"><input type="text" name="author" id="author" value="" size="22" tabindex="1" /> <label for="author"><small>Name (required)</small></label></p> <p style="padding:5px 0px 10px 0px;"><input type="text" name="email" id="email" value="" size="22" tabindex="2" /> <label for="email"><small>Mail (will not be published) (required)</small></label></p> <p style="padding:5px 0px 10px 0px;"><input type="text" name="url" id="url" value="" size="22" tabindex="3" /> <label for="url"><small>Website</small></label></p> <!--<p><small><strong>XHTML:</strong> You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </small></p>--> <p style="padding:5px 0px 10px 0px;"><textarea name="comment" id="comment" style="width:97%;" rows="10" tabindex="4"></textarea></p> <p style="padding:10px 0px 10px 0px;"><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /> <input type="hidden" name="comment_post_ID" value="633" /> </p> <p style="clear: both;" class="subscribe-to-comments"> <input type="checkbox" name="subscribe" id="subscribe" value="subscribe" style="width: auto;" /> <label for="subscribe">Check this box to get an email notification whenever a new comment is posted.</label> </p> </form> </div> <center><script language=JavaScript src="http://aj.600z.com/aj/63333/0/vj?z=1&dim=63329"></script></center> <div class="navigation"> <div class="alignleft"></div> <div class="alignright"></div> </div> </div><!--/centercol--> <div id="sidebar" class="grid_6"> <center><script src="http://www.ientry.com/ustream_player.php" type="text/javascript"></script><br><br><script language=JavaScript src="http://aj.600z.com/aj/70419/0/vj?z=1&dim=122"></script><br><br><a href="http://www.ientry.com/10th-anniversary.html" title="iEntry 10 Year Anniversary!"><img src="http://images.ientrymail.com/ientry/10-anniversary9.jpg" border="0" alt="iEntry 10 Year Anniversary!"></center><br/> <div class="box2"> <ul class="idTabs"> <li><a href="#pop">Popular</a></li> <li><a href="#comm">Comments</a></li> <li><a href="#feat">Featured</a></li> <li><a href="#tagcloud">Tags</a></li> </ul> <div class="spacer white"> <ul class="list1" id="pop"> <li><a href="http://www.arsgeek.com/2008/01/15/how-to-fix-your-windows-mbr-with-an-ubuntu-livecd/">How to fix your Windows MBR with an Ubuntu liveCD</a></li><li><a href="http://www.arsgeek.com/2008/07/10/every-single-led-zeppelin-song-in-drm-free-mp3-format-for-999/">Every single Led Zeppelin song in DRM free MP3 format for $9.99</a></li><li><a href="http://www.arsgeek.com/2008/01/30/psp-firmware-hits-390-if-youve-got-the-slim-or-2000-you-can-now-skype-with-it/">PSP Firmware hits 3.90 - If you've got the slim (or 2000) you can now Skype with it</a></li><li><a href="http://www.arsgeek.com/2006/09/25/ubuntu-tricks-how-to-mount-your-windows-partition-and-make-it-readwritable/">Ubuntu tricks - how to mount your Windows partition and make it read/writable</a></li><li><a href="http://www.arsgeek.com/2007/08/02/and-so-gull-baiting-has-become-a-hot-game-among-dolphins/">"and so gull baiting has become a hot game among dolphins"</a></li><li><a href="http://www.arsgeek.com/2008/03/26/rip-dvd-movie-on-mac-os-x/">Rip DVD Movie on Mac OS X</a></li><li><a href="http://www.arsgeek.com/2007/10/24/get-usb-devices-mounted-on-your-virtualbox-xp-machine-in-gutsy-ubuntu-710/">Get USB devices mounted on your Virtualbox XP machine in Gutsy (Ubuntu 7.10)</a></li><li><a href="http://www.arsgeek.com/2008/07/17/10-things-ive-overheard-about-my-linux-laptop-while-on-public-transportation/">10 things I've overheard about my Linux laptop while on public transportation</a></li><li><a href="http://www.arsgeek.com/2006/08/23/how-to-turn-off-the-annoying-system-beep-in-linux-debianubuntu/">How to turn off the annoying system beep in linux (Debian/Ubuntu)</a></li><li><a href="http://www.arsgeek.com/2007/03/20/enable-telnet-in-windows-vista/">Enable telnet in Windows Vista</a></li> </ul> <ul class="list1" id="comm"> <li><a href="http://www.arsgeek.com/2008/01/15/how-to-fix-your-windows-mbr-with-an-ubuntu-livecd/" title="How to fix your Windows MBR with an Ubuntu liveCD">How to fix your Windows MBR with an Ubuntu liveCD</a> (166)</li><li><a href="http://www.arsgeek.com/2007/06/20/your-chance-to-win-one-of-two-creative-zen-stone-mp3-players-or-a-phillips-mp3-player/" title="Your chance to win one of two Creative Zen Stone MP3 players or a Phillips MP3 player">Your chance to win one of two Creative Zen Stone MP3 players or a Phillips MP3 player</a> (140)</li><li><a href="http://www.arsgeek.com/2008/03/06/boriska-boy-genius-says-hes-from-mars-knows-of-a-switch-behind-the-sphinxs-ear/" title="Boriska, boy genius says he's from Mars, knows of a switch behind the Sphinx's ear.">Boriska, boy genius says he's from Mars, knows of a switch behind the Sphinx's ear.</a> (123)</li><li><a href="http://www.arsgeek.com/2009/10/15/female-characters-in-gaming-past-present-and-future/" title="Female Characters In Gaming: Past, Present, and Future">Female Characters In Gaming: Past, Present, and Future</a> (122)</li><li><a href="http://www.arsgeek.com/2007/12/03/win-a-95mw-green-laser-plus-laserproof-googles-400-retail/" title="Win a 95mW Green Laser plus laserproof googles ($400 retail)!">Win a 95mW Green Laser plus laserproof googles ($400 retail)!</a> (121)</li><li><a href="http://www.arsgeek.com/2006/09/25/ubuntu-tricks-how-to-mount-your-windows-partition-and-make-it-readwritable/" title="Ubuntu tricks - how to mount your Windows partition and make it read/writable">Ubuntu tricks - how to mount your Windows partition and make it read/writable</a> (111)</li><li><a href="http://www.arsgeek.com/2008/07/17/10-things-ive-overheard-about-my-linux-laptop-while-on-public-transportation/" title="10 things I've overheard about my Linux laptop while on public transportation">10 things I've overheard about my Linux laptop while on public transportation</a> (110)</li><li><a href="http://www.arsgeek.com/2007/09/11/your-chance-to-win-one-of-four-manhattan-games-from-thought-hammer-and-arsgeek/" title="Your chance to win one of four Manhattan games from Thought Hammer and ArsGeek">Your chance to win one of four Manhattan games from Thought Hammer and ArsGeek</a> (90)</li><li><a href="http://www.arsgeek.com/2006/08/23/how-to-turn-off-the-annoying-system-beep-in-linux-debianubuntu/" title="How to turn off the annoying system beep in linux (Debian/Ubuntu)">How to turn off the annoying system beep in linux (Debian/Ubuntu)</a> (89)</li><li><a href="http://www.arsgeek.com/2007/07/29/whats-your-real-age/" title="What's your real age?">What's your real age?</a> (85)</li> </ul> <ul class="list1" id="feat"> <li><a title="Permanent Link to Guild Wars 2 Forum Website Launches" href="http://www.arsgeek.com/2010/06/10/guild-wars-2-forum-website-launches/" rel="bookmark">Guild Wars 2 Forum Website Launches</a></li> <li><a title="Permanent Link to Female Characters In Gaming: Past, Present, and Future" href="http://www.arsgeek.com/2009/10/15/female-characters-in-gaming-past-present-and-future/" rel="bookmark">Female Characters In Gaming: Past, Present, and Future</a></li> <li><a title="Permanent Link to Zombieland: Instant Classic" href="http://www.arsgeek.com/2009/09/30/4944/" rel="bookmark">Zombieland: Instant Classic</a></li> <li><a title="Permanent Link to It’s Good To Be a Super Hero Now" href="http://www.arsgeek.com/2009/09/24/its-good-to-be-a-super-hero-now/" rel="bookmark">It’s Good To Be a Super Hero Now</a></li> <li><a title="Permanent Link to Get Ready to Die - How Social Networking Will Kill You" href="http://www.arsgeek.com/2009/09/15/get-ready-to-die-how-social-networking-will-kill-you/" rel="bookmark">Get Ready to Die - How Social Networking Will Kill You</a></li> <li><a title="Permanent Link to We’re All a Bunch of Nerds" href="http://www.arsgeek.com/2009/09/03/we%e2%80%99re-all-a-bunch-of-nerds/" rel="bookmark">We’re All a Bunch of Nerds</a></li> <li><a title="Permanent Link to Hide Your Children - Entertainment Rating Laws Have No Legal Bearing In Britain" href="http://www.arsgeek.com/2009/08/25/hide-your-children-entertainment-rating-laws-have-no-legal-bearing-in-britain/" rel="bookmark">Hide Your Children - Entertainment Rating Laws Have No Legal Bearing In Britain</a></li> <li><a title="Permanent Link to Destro and the Baroness Play the Clarinet" href="http://www.arsgeek.com/2009/08/12/destro-and-the-baroness-play-the-clarinet/" rel="bookmark">Destro and the Baroness Play the Clarinet</a></li> <li><a title="Permanent Link to Comic Con 09 Cosplay Award Winners" href="http://www.arsgeek.com/2009/07/30/comic-con-09-cosplay-award-winners/" rel="bookmark">Comic Con 09 Cosplay Award Winners</a></li> <li><a title="Permanent Link to Iron Man and Wolverine Anime: Sea Captains and Mullets" href="http://www.arsgeek.com/2009/07/30/iron-man-and-wolverine-anime-sea-capns-and-mullets/" rel="bookmark">Iron Man and Wolverine Anime: Sea Captains and Mullets</a></li> </ul> </div> <!--/spacer --> </div> <div class="widget"> <div class="textwidget"><br /> <center><script language=JavaScript src="http://aj.600z.com/aj/62825/0/vj?z=1&dim=145"></script></center> <br /></div> </div><!--/widget--><div class="widget"><h3 class="hl">Archives</h3> <ul> <li><a href='http://www.arsgeek.com/2010/06/' title='June 2010'>June 2010</a></li> <li><a href='http://www.arsgeek.com/2009/10/' title='October 2009'>October 2009</a></li> <li><a href='http://www.arsgeek.com/2009/09/' title='September 2009'>September 2009</a></li> <li><a href='http://www.arsgeek.com/2009/08/' title='August 2009'>August 2009</a></li> <li><a href='http://www.arsgeek.com/2009/07/' title='July 2009'>July 2009</a></li> <li><a href='http://www.arsgeek.com/2009/06/' title='June 2009'>June 2009</a></li> <li><a href='http://www.arsgeek.com/2009/05/' title='May 2009'>May 2009</a></li> <li><a href='http://www.arsgeek.com/2009/04/' title='April 2009'>April 2009</a></li> <li><a href='http://www.arsgeek.com/2009/03/' title='March 2009'>March 2009</a></li> <li><a href='http://www.arsgeek.com/2009/02/' title='February 2009'>February 2009</a></li> <li><a href='http://www.arsgeek.com/2009/01/' title='January 2009'>January 2009</a></li> <li><a href='http://www.arsgeek.com/2008/12/' title='December 2008'>December 2008</a></li> <li><a href='http://www.arsgeek.com/2008/11/' title='November 2008'>November 2008</a></li> <li><a href='http://www.arsgeek.com/2008/10/' title='October 2008'>October 2008</a></li> <li><a href='http://www.arsgeek.com/2008/09/' title='September 2008'>September 2008</a></li> <li><a href='http://www.arsgeek.com/2008/08/' title='August 2008'>August 2008</a></li> <li><a href='http://www.arsgeek.com/2008/07/' title='July 2008'>July 2008</a></li> <li><a href='http://www.arsgeek.com/2008/06/' title='June 2008'>June 2008</a></li> <li><a href='http://www.arsgeek.com/2008/05/' title='May 2008'>May 2008</a></li> <li><a href='http://www.arsgeek.com/2008/04/' title='April 2008'>April 2008</a></li> <li><a href='http://www.arsgeek.com/2008/03/' title='March 2008'>March 2008</a></li> <li><a href='http://www.arsgeek.com/2008/02/' title='February 2008'>February 2008</a></li> <li><a href='http://www.arsgeek.com/2008/01/' title='January 2008'>January 2008</a></li> <li><a href='http://www.arsgeek.com/2007/12/' title='December 2007'>December 2007</a></li> <li><a href='http://www.arsgeek.com/2007/11/' title='November 2007'>November 2007</a></li> <li><a href='http://www.arsgeek.com/2007/10/' title='October 2007'>October 2007</a></li> <li><a href='http://www.arsgeek.com/2007/09/' title='September 2007'>September 2007</a></li> <li><a href='http://www.arsgeek.com/2007/08/' title='August 2007'>August 2007</a></li> <li><a href='http://www.arsgeek.com/2007/07/' title='July 2007'>July 2007</a></li> <li><a href='http://www.arsgeek.com/2007/06/' title='June 2007'>June 2007</a></li> <li><a href='http://www.arsgeek.com/2007/05/' title='May 2007'>May 2007</a></li> <li><a href='http://www.arsgeek.com/2007/04/' title='April 2007'>April 2007</a></li> <li><a href='http://www.arsgeek.com/2007/03/' title='March 2007'>March 2007</a></li> <li><a href='http://www.arsgeek.com/2007/02/' title='February 2007'>February 2007</a></li> <li><a href='http://www.arsgeek.com/2007/01/' title='January 2007'>January 2007</a></li> <li><a href='http://www.arsgeek.com/2006/12/' title='December 2006'>December 2006</a></li> <li><a href='http://www.arsgeek.com/2006/11/' title='November 2006'>November 2006</a></li> <li><a href='http://www.arsgeek.com/2006/10/' title='October 2006'>October 2006</a></li> <li><a href='http://www.arsgeek.com/2006/09/' title='September 2006'>September 2006</a></li> <li><a href='http://www.arsgeek.com/2006/08/' title='August 2006'>August 2006</a></li> <li><a href='http://www.arsgeek.com/2006/07/' title='July 2006'>July 2006</a></li> <li><a href='http://www.arsgeek.com/2006/06/' title='June 2006'>June 2006</a></li> <li><a href='http://www.arsgeek.com/2006/05/' title='May 2006'>May 2006</a></li> <li><a href='http://www.arsgeek.com/2006/04/' title='April 2006'>April 2006</a></li> <li><a href='http://www.arsgeek.com/2006/03/' title='March 2006'>March 2006</a></li> <li><a href='http://www.arsgeek.com/2006/02/' title='February 2006'>February 2006</a></li> </ul> </div><!--/widget--> <div class="clear"></div> <div class="grid_3 alpha"> </div><!--/grid_3 alpha--> <div class="grid_3 omega"> </div><!--/grid_3 omega--> <div class="clear"></div> <br /><script language=JavaScript src="http://aj.600z.com/aj/62824/0/vj?z=1&dim=122"></script> <br /> </div><!--/sidebar--> <div class="fix"></div> <div class="fix"></div> </div> <!--/#page .container_16--> <div id="footer"> <div class="container_16"> <div class="grid_16"> <p class="fl"><a href="http://www.ArsGeek.com/">ArsGeek</a> is an <script type="text/javascript" src="http://www.ientry.com/copyrightjs.php"></script> <a href="http://www.ientry.com/page/corp/privacy.html">Privacy Policy</a> and <a href="http://www.ientry.com/page/corp/legal.html">Legal</a></p> </div> </div> <!-- end .container_16--> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-5639021-15"); pageTracker._trackPageview(); </script> </body> </html>