<?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>Uber Geeky!</title>
	<atom:link href="http://ubergeeky.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://ubergeeky.com/blog</link>
	<description>Let the hackfest begin...</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:30:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Google Maps &#8220;Caching&#8221; for Android</title>
		<link>http://ubergeeky.com/blog/263-google-maps-caching-for-android</link>
		<comments>http://ubergeeky.com/blog/263-google-maps-caching-for-android#comments</comments>
		<pubDate>Wed, 18 Aug 2010 14:39:11 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google Maps]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=263</guid>
		<description><![CDATA[This may not be a problem for people who live in huge cities, but Australia is a big place, I&#8217;m sure most of it has no mobile phone tower coverage. So what do you do when travelling 100&#8242;s of kilometres from one town to another and you don&#8217;t know exactly where to turn? You could [...]]]></description>
			<content:encoded><![CDATA[<p>This may not be a problem for people who live in huge cities, but Australia is a big place, I&#8217;m sure most of it has no mobile phone tower coverage. So what do you do when travelling 100&#8242;s of kilometres from one town to another and you don&#8217;t know exactly where to turn?</p>
<p>You could try scrolling across the route using Google Maps and hope that the maps stay cached until you need them. This works some of the time. If you just want to know roughly when to turn, getting the blue directions line is usually good enough to keep you on track. I think I found sometimes even that gets lost if you use the phone for anything other than google maps or perhaps just leaving it idle for a long time.</p>
<p>I don&#8217;t know about you, but in such situations I want to leave little up to fate. On my old Nokia I used to have <a href="http://wap.mgmaps.com/" target="_blank">MGMaps</a> installed. At the time Google had pressured them into stopping support for Google Maps images, but it was still possible with a little hackery pokery to get their scripts to slurp them down. Despite the occasional bum steer I&#8217;ve had asking Google Maps for direction (driving for an hour down an increasingly poor quality dirt road in New Zealand which Google had marked as a highway, only to end up nearly bogged in the middle of a forest on a track that had foot long grass growing on it comes to mind), I still find Google has the best maps. So I wasn&#8217;t prepared to settle for <a href="http://androidandme.com/2010/04/applications/mapdroyd-true-offline-maps-for-your-android/" target="_blank">MapDroyd</a> too quickly. But that is the easy option.</p>
<p>Skip that and go for <a href="http://www.cyrket.com/p/android/com.robert.maps/" target="_blank">RMaps</a>. If you see the comments, lots of people have trouble figuring out the offline maps features. <a href="http://www.taranfx.com/android-offline-google-maps" target="_blank">Taranfx blog post</a> to the rescue!! Follow those simple steps to get your Google Maps goodness when you are out of range of the Google hive mind.</p>
<p>But wait! SQLite library for Ubuntu is not included with <a href="http://mobac.dnsalias.org/" target="_blank">Mobile Atlas Creator</a> <img src='http://ubergeeky.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . In the included README.HTM it says that you can download the <a href="https://sourceforge.net/projects/trekbuddyatlasc/files/SQLite%20library" target="_blank">required Java SQLite libraries from sourceforge</a>. But it seems to me all those links are currently broken.</p>
<p>To compile it, I installed a whole bunch of packages:</p>
<ul>
<li><code>openjdk-6-jdk</code></li>
<li><code>sqlite</code></li>
<li><code>libsqlite0-dev</code></li>
<li><code>libsqliteodbc</code></li>
<li><code>sqlite3</code></li>
<li><code>libsqlite3-dev</code></li>
</ul>
<p>I&#8217;m not certain that all of these are required. Of course you&#8217;ll also need the regular <code>build-essential</code> packages required to compile stuff. Now you can follow the steps in the README.HTM, although you should download the latest version of javasqlite package (changes highlighted).</p>
<pre><code>wget http://www.ch-werner.de/javasqlite/<span style="background-color: yellow;">javasqlite-20100727.tar.gz</span></code>
<code>tar xzvf <span style="background-color: yellow;">javasqlite-20100727.tar.gz</span></code>
<code>cd <span style="background-color: yellow;">javasqlite-20100727/</span></code>
<code>./configure <span style="background-color: orange;">--with-jdk=/usr/lib/jvm/java-6-openjdk</span></code>
<code>make</code>
<code>cp .lib<span style="background-color: yellow;">s</span>/lib* /[MOBAC installation path]</code></pre>
<p>If you can&#8217;t find your java home, you may need to add <code><span style="background-color: orange;">--with-jdk=/usr/lib/jvm/java-6-openjdk</span></code> to the end of the configure command (this is the path for Ubuntu 10.04 anyway).</p>
<p>Now return to <a href="http://www.taranfx.com/android-offline-google-maps" target="_blank">Taranfx blog post</a> and then enjoy RMaps with offline Google Maps.<br />
<img src="http://lh6.ggpht.com/_fPD0YWoytOI/TGvha7iXgCI/AAAAAAAAAsM/CnDycZP9nmw/s800/OfflineMaps.png" alt="Offline Maps" /></p>
<p>Update August 30, 2010:<br />
You can migrate your tracks and markers from Google Maps too! The current version only displays 1 track at a time, but it does route lines along roads. For some reason it wont show any markers until you are at least zoom level 14. I wish this was configurable as my markers are sometimes 50kms apart, so it would be good to see them when zoomed right out. I may have to go and flag all the turn offs for my upcoming holiday, as I&#8217;m worried I could miss a few from the looks of things now.</p>
<p>To import them firstly export KML file from google maps either by following this <a target="_blank" href="http://sites.google.com/site/gmapstips/export-my-map-as-kml">post from Gmaps Tips group</a> or using the <a target="_blank" href="http://www.elsewhere.org/journal/gmaptogpx/">GMapToGPX javascript</a>. Once you have the KML file downloaded, copy it to /sdcard/rmaps/import/ on the phone. Then go into the Track and POI menus and import it (import once in POI and once in track). You might notice that it has horrible div tags around all the text, you&#8217;ll have to clean that up from the KML file manually if it bothers you too much (how&#8217;s your regular expression skills?).</p>
<p>All in all this has been sufficiently geeky for my liking, and the end result is exactly what I wanted! Now I have an offline GPS totally compatible with my Google Maps &#8220;My Maps&#8221; (if that makes sense).</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/263-google-maps-caching-for-android/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetworkManager Can Ignore VPN DHCP</title>
		<link>http://ubergeeky.com/blog/259-networkmanager-can-ignore-vpn-dhcp</link>
		<comments>http://ubergeeky.com/blog/259-networkmanager-can-ignore-vpn-dhcp#comments</comments>
		<pubDate>Fri, 06 Aug 2010 09:03:23 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Cisco VPN]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NetworkManager]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=259</guid>
		<description><![CDATA[Connecting to a VPN that has DHCP settings configured can be rather frustrating if it breaks your regular network settings. The biggest problem I&#8217;ve had with this in Ubuntu is with resolv.conf losing my DNS settings in favour of the VPN DNS settings. For a long time I&#8217;ve tolerated the workaround of setting the immutable [...]]]></description>
			<content:encoded><![CDATA[<p>Connecting to a VPN that has DHCP settings configured can be rather frustrating if it breaks your regular network settings. The biggest problem I&#8217;ve had with this in Ubuntu is with resolv.conf losing my DNS settings in favour of the VPN DNS settings.</p>
<p>For a long time I&#8217;ve tolerated the workaround of setting the immutable attribute on resolv.conf (ie. chattr +i /etc/resolv.conf). This will prevent anything from updating the file and thus you will not lose your DNS settings when the VPN connection takes place. This is fine for a desktop machine on a local network where resolv.conf is likely to stay static, but no good for a laptop or other mobile device.</p>
<p>This week I searched around for a better solution. Something new I found was vpnc connect and post-connect scripts. This looked like a possible solution, something similar to what I did when using the vpnc client for KDE. The KDE client had a post-connect script option, and from that I would restore my old resolv.conf. I tried creating the vpnc scripts to back up resov.conf and restore it afterwards, but it seems that those scripts don&#8217;t even get run by NetworkManager because nothing happened for me.</p>
<p>Then by luck I noticed something in my search results about a setting called ignore-auto-dns. Seems that the interface doesn&#8217;t support the setting, but you can specify it for the connection using gconf-editor. The specs for the setting are here&#8230; <a href="http://projects.gnome.org/NetworkManager/developers/settings-spec-08.html" target="_blank" title="NetworkManager Setting Specs">http://projects.gnome.org/NetworkManager/developers/settings-spec-08.html</a></p>
<p>So to apply this setting, open gconf-editor and find your VPN connection under system/networking/connections (all connections are just numbered under there). There should be an ipv4 key in there. Now just create the boolean value ignore-auto-dns and set it to true. Shortly after discovering this solution, I found another technique which lists this same setting but in a network configuration file&#8230; <a href="https://help.ubuntu.com/community/NetworkManager0.7" target="_blank" title="NetworkManager Ubuntu Community Documentation">https://help.ubuntu.com/community/NetworkManager0.7</a>. I&#8217;ve not tried the method listed there because I&#8217;m not actually convinced that it&#8217;s a better option than modifying this gconf setting.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/259-networkmanager-can-ignore-vpn-dhcp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eee PC Clicking Sound</title>
		<link>http://ubergeeky.com/blog/239-eee-pc-clicking-sound</link>
		<comments>http://ubergeeky.com/blog/239-eee-pc-clicking-sound#comments</comments>
		<pubDate>Wed, 16 Jun 2010 12:17:49 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Eee PC]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=239</guid>
		<description><![CDATA[I&#8217;ve noticed that on battery power the hard disk makes a clicking sound every 20 seconds or so. This symptom has been reported particularly by laptop and netbook users, including those that use Windows (though I gather it&#8217;s much less of a problem with Windows users). A quick summary of the situation. If your Eee [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed that on battery power the hard disk makes a clicking sound every 20 seconds or so. This symptom has been reported particularly by laptop and netbook users, including those that use Windows (though I gather it&#8217;s much less of a problem with Windows users).</p>
<p>A quick summary of the situation. If your Eee PC has a SATA hard disk, chances are you&#8217;ve noticed this problem. The simple solution is just to disable Advanced Power Management on the hard disk all together and then get on with your life. There are plenty of other power saving features that work, but it seems that the APM is not well suited to Lucid Lynx (or vice versa).</p>
<p>Ubuntu is telling the hard disk to take it easy and not to chew too much power. But this is really just to lull it into a false sense of security as it doesn&#8217;t actually cut the drive any slack. In fact, Lucid has some services which appear to be very demanding on the hard disk. The hard disk keeps trying to take a break but Lucid keeps accessing it. The result is a drive that constantly sleeps and wakes up again (causing the click to be heard, as the disk heads park and then move back into working position again). Luckily this action was actually audible, otherwise I&#8217;d have been none the wiser, oblivious to the performance hits until my hard disk finally died from excess wear.</p>
<p>A quick search revealed the following command to instantly stop the clicking:</p>
<p><code>$ sudo hdparm -B 254 /dev/sda</code></p>
<p>Where &#8220;sda&#8221; is your SATA hard disk device of course. That command will buy you some time to figure out what&#8217;s really happening. Unless you are feeling adventurous, you&#8217;ll probably reach the same conclusion that I have. But lets work through this anyway for the sake of actually understanding a little more about what&#8217;s actually going on here.</p>
<p>The following command will tell you lots of stuff about your hard drive that you probably don&#8217;t want to have to care about:</p>
<p><code>$ sudo hdparm -I /dev/sda</code></p>
<p>You can find just the line we are interested in with this one:</p>
<p><code>$ sudo hdparm -I /dev/sda | grep "Advanced power management"</code></p>
<p>Which should yield this, since we ran hdparm with the -B 254 option&#8230;</p>
<p><code>	Advanced power management level: 254</code></p>
<p>This is what we want. But if you reboot and run that command you will see it reverts back to level 128. In fact, if you plug the power back in and then remove it, theoretically it should revert to APM level 128.</p>
<p>To find out what the hard drive has been up to, install the smartmontools package using synaptic or <code>sudo apt-get install smartmontools</code>. Then you can run this command (make sure your terminal window is nice and wide or maximised):</p>
<p><code>$ sudo smartctl -a /dev/sda</code></p>
<p>Cool huh? More stuff you don&#8217;t want to have to care about. But just have a look at the section titled &#8220;Vendor Specific SMART Attributes with Thresholds&#8221;. On my Eee PC I had very high &#8220;RAW_VALUE&#8221; for &#8220;Load_Cycle_Count&#8221; row.</p>
<p>&#8220;Load_Cycle_Count&#8221; was 3150 and &#8220;Power_On_Hours&#8221; was only 56. So I&#8217;m assuming this means the drive has averaged one &#8220;load cycle&#8221; per minute of it&#8217;s life. Which is about right, since the clicking only happens on battery power and then it happens about every 20 seconds during this time. So if the clicks coincide with these &#8220;load cycle&#8221; thingamajigs, this would suggest it&#8217;s lived on batteries less than 1/3rd of it&#8217;s life, which is about right.</p>
<p>If you don&#8217;t like my science, or you have a different interpretation of your own threshold table then you might want to have a look at the <a target="_blank" href="https://ata.wiki.kernel.org/index.php/Known_issues">SATA known issues wiki page</a>. Meanwhile, on with the show&#8230;</p>
<p>With a default Lucid Lynx installation, the APM level 128 setting is triggered by a htparm power management script that lives here&#8230; /usr/lib/pm-utils/power.d/95hdparm-apm. If you have another power management package installed such as laptop-mode-tools then your on your own.</p>
<p>The configuration for this and possibly other power management tools lives in /etc/hdparm.conf. To basically disable APM when running on battery power, add the following to the end of the config file&#8230;</p>
<pre><code>/dev/sda {
	apm = 254
	apm_battery = 254
}</code></pre>
<p>This tells hdparm to keep the drive at APM level 254 even when it&#8217;s running on battery power. Unfortunately, this seems to be the simplest option when running Lucid Lynx on an Eee PC. Apparently Lucid Lynx just doesn&#8217;t want to stop molesting the hard disk. Just disable APM for now. Hopefully future UNE releases will address this rather major issue.</p>
<p>I&#8217;m planning to test the battery life of the OEM Windows 7 and then compare it with Lucid Lynx without APM. I expect it to be a bit of a hit, but I get the impression it&#8217;s not worth the effort to make Lucid Lynx APM friendly. If you are feeling masochistic though, perhaps you can pick up from where this guy left off.. <a target="_blank" href="http://forum.eeeuser.com/viewtopic.php?id=85230">http://forum.eeeuser.com/viewtopic.php?id=85230</a></p>
<p>I see this as an unfortunate trade off between power consumption and performance. The performance improvement of Ubuntu still far out weighs this issue. To be fair, I first found out how to fix this problem from Windows users. Someone has ported a lot of the functionality of hdparm to a <a target="_blank" href="http://sites.google.com/site/quiethdd/Home">tool called quietHDD</a> to solve this for the Windows platform. At least our solution is supported and bundled with the operating system. I found it interesting anyway to know a bit more about how power management works in Ubuntu.</p>
<p>References:<br />
<a target="_blank" href="http://manpages.ubuntu.com/manpages/lucid/man5/hdparm.conf.5.html">man hdparm.conf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/239-eee-pc-clicking-sound/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASUS Eee PC Support Forums Disabled</title>
		<link>http://ubergeeky.com/blog/235-asus-eee-pc-support-forums-disabled</link>
		<comments>http://ubergeeky.com/blog/235-asus-eee-pc-support-forums-disabled#comments</comments>
		<pubDate>Tue, 15 Jun 2010 10:09:02 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Eee PC]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=235</guid>
		<description><![CDATA[Looks like ASUS finally realised the Eee PC forums were dead, so they have quietly removed them. Well sort of. You can still visit the forums if you know the URL. From there it seems you can reply to posts, but you can&#8217;t start new threads. Not such a big deal since you will get [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like ASUS finally realised the Eee PC forums were dead, so they have quietly removed them. Well sort of. You can still visit the forums if you know <a target="_blank" href="http://vip.asus.com/forum/topic.aspx?board_id=20">the URL</a>. From there it seems you can reply to posts, but you can&#8217;t start new threads.</p>
<p>Not such a big deal since you will get much better support from the <a target="_blank" href="http://forum.eeeuser.com/">EeeUser forums</a> anyway. As long as this isn&#8217;t a reflection of their long term support plans for the Eee Family in general.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/235-asus-eee-pc-support-forums-disabled/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual Boot Eee PC</title>
		<link>http://ubergeeky.com/blog/217-dual-boot-eee-pc</link>
		<comments>http://ubergeeky.com/blog/217-dual-boot-eee-pc#comments</comments>
		<pubDate>Tue, 08 Jun 2010 12:51:34 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Eee PC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=217</guid>
		<description><![CDATA[I&#8217;ve done a few of these dual boot installations with impressive results from the latest Ubuntu Netbook Edition. The OEM hard drive layout seems to be quite common across models. Here I&#8217;ll document a general approach to take to get your Eee PC set up with dual boot Windows and Ubuntu Netbook Edition. Make sure [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done a few of these dual boot installations with impressive results from the latest <a target="_blank" href="http://www.ubuntu.com/netbook">Ubuntu Netbook Edition</a>. The OEM hard drive layout seems to be quite common across models. Here I&#8217;ll document a general approach to take to get your Eee PC set up with dual boot Windows and Ubuntu Netbook Edition.</p>
<p>Make sure you have updated the firmware using the little ASUS updater tool that comes with the OEM Windows. You can find it in the start menu. Here&#8217;s the screen shot from the 1005P model&#8230;</p>
<p><img src="http://lh3.ggpht.com/_fPD0YWoytOI/TBnl7ETJNnI/AAAAAAAAArQ/qe6qsRmeuJA/s800/StartMenuASUSUpdate.png" alt="ASUSUpdate in start menu" /></p>
<p>Incidentally, this was the first time I&#8217;ve touched Windows 7. Nice to know it&#8217;s possible to get the classic theme happening, but that didn&#8217;t seem to speed it up much. I must admit it seemed to perform a little better than Windows XP. The browser didn&#8217;t just hang like it did on my Windows XP Eee Top when I visited some flash intensive sites. Still, it was far less responsive than Ubuntu.</p>
<p>The BIOS update tool is very straight forward. Just be patient while it finds your latest BIOS, downloads and installs it. Having the latest BIOS image generally results in better device support from Ubuntu out of the box.</p>
<p><img src="http://lh6.ggpht.com/_fPD0YWoytOI/TA4qUQoOZNI/AAAAAAAAAq8/LlTWCt2LPSY/s800/updater.png" alt="ASUSUpdate tool" /></p>
<p>The next thing to do, follow steps 1 &#038; 2 from here&#8230; <a target="_blank" href="http://www.Ubuntu.com/netbook/get-ubuntu/download">http://www.Ubuntu.com/netbook/get-ubuntu/download</a></p>
<p>Once you have a USB device with an Ubuntu image on it, insert the USB drive and reboot. During the boot process, usually while Eee PC logo is displayed, press and hold the ESC button. A blue boot menu will eventually be displayed. Select the USB device and press &#8220;Enter&#8221; to boot the Ubuntu installer image. Once it starts up, click &#8220;Try Ubuntu-Netbook 10.04&#8243; and wait for the desktop to load.</p>
<p>Now you need to run Gnome Partition Editor. You can either find it under the System menu, or press Alt+F2 and type &#8220;gparted&#8221; and hit &#8220;Enter&#8221;. The screenshot below may be of some assistance in confirming your actions are correct.</p>
<p><img src="http://lh5.ggpht.com/_fPD0YWoytOI/TA4qUIrSBwI/AAAAAAAAAq0/DEA_Gh54sCc/s800/gparted.png" alt="Lucid Lynx gparted" /></p>
<p>Now if you wait a moment you will see a graphical representation of the partitions on your hard disk. It will vaguely resemble something like this.</p>
<p><img src="http://lh6.ggpht.com/_fPD0YWoytOI/TA4qUFiXfFI/AAAAAAAAAqs/bmbaxEa0Mpw/s800/Asus.png" alt="Eee PC OEM partitions" /></p>
<p>There are two partitions you&#8217;ll want to hang on to. The first one contains OEM Windows (the &#8220;C:&#8221; drive), the second one is a handy recovery image. If you use Windows to browse the net, you&#8217;ll be needing that recovery image to clean out all the root kits and trojans from time to time. Otherwise you might want to keep it in case you ever want to sell the Eee PC to a Windows user who wants a clean image.</p>
<p>Ubuntu needs you to add two new partitions minimum, a swap partition and one for the root directory. Unfortunately, you can only have 4 partitions on the drive, so the last two just have to go.</p>
<p>Optionally, the Windows partition can be reduced in size, this is especially useful if you don&#8217;t plan to use it very often. I tend to shrink it to about twice the size of the currently used space. After resizing the Windows partition you&#8217;ll need to move the recovery partition so it&#8217;s flush against the Windows partition. You can use Gnome Partition Editor to do all these things, so have a play. If you do the wrong thing click the undo button in the tool bar. Once you have something that looks similar to below, press the Apply button (the big tick). It will take some time to perform the operations. Be patient and make sure the netbook it not running on battery power at the time as these operations could be destructive if they fail.</p>
<p><img src="http://lh4.ggpht.com/_fPD0YWoytOI/TA4qUA6tfXI/AAAAAAAAAqw/RerPjiF-r4o/s800/Ubuntu.png" alt="Eee PC dual-boot partitions" /></p>
<p>If you have resized the Windows partition, Windows will perform a disk check the next time you boot it. This is to be expected, just be patient and let it do it&#8217;s thing. It will eventually complete the check and reboot. Windows will start fine.</p>
<p>The next step is to install Ubuntu. From the menu, click &#8220;Install Ubuntu-Netbook 10.04&#8243; from the favourites menu. The Wizard will firstly prompt you for your language, timezone and keyboard layout. When you get to step 4, Partitions, select the last option as seen here.</p>
<p><img src="http://lh5.ggpht.com/_fPD0YWoytOI/TA45f5NbR5I/AAAAAAAAArE/I6wEJ7XQyNc/s800/partitions.png" alt="Eee PC dual-boot Lucid Lynx installer partitions" /></p>
<p>On the next screen all you need to do is set the EXT4 partition as the root as seen below.</p>
<p><img src="http://lh3.ggpht.com/_fPD0YWoytOI/TA45gNcsxAI/AAAAAAAAArI/TgkzvKzLt40/s800/setRoot.png" alt="Lucid Lynx installer setting root partition" /></p>
<p>Then just follow the bouncing ball to begin the installation process. Sit back and enjoy the progress bar and obligatory forced advertising as it completes.</p>
<p>Once it&#8217;s installed, reboot. You will notice a 10 second menu to select between Ubuntu and Windows. Firstly, some notes about the GRUB menu. The last Windows entry is usually the Windows recovery tool. Don&#8217;t use this tool unless you really need to recover your Windows installation. Recovering Windows will lock you out of this boot menu, and you will have to use the USB boot image to recover it in order to regain access to Ubuntu (see <a target="_blank" href="https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows">Recovering Ubuntu After Installing Windows</a>). I&#8217;ve also noticed on the Eee Top that the Windows partition becomes hidden and Windows will not boot after recovery. You can easily use gparted to remove the hidden flag from the partition if this is the case. But enough about Windows.</p>
<p>Boot into Ubuntu (just wait 10 seconds, or press &#8220;Enter&#8221;). Now visit the <a target="_blank" href="https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks">HardwareSupport/Machines/Netbooks</a> page and find the model of your Eee PC. Here you will find useful information about getting better device support for your particular model. Or if your model is not listed, add an entry with notes about how perfectly it works.</p>
<p>Enjoy the superior performance of an Ubuntu Eee PC.</p>
<p>Update June 17, 2010: Please ensure you do have a look at the hardware support page linked above. There are some important changes to make to the grub config you&#8217;ll need to perform to get hotkeys working correctly. On top of this, check out my recent post on <a href="239-eee-pc-clicking-sound">clicking noises and disabling APM</a>. You may need this too if you have a clicking SATA hard drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/217-dual-boot-eee-pc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu on Touchscreen Eee Top</title>
		<link>http://ubergeeky.com/blog/188-ubuntu-on-touchscreen-eeetop</link>
		<comments>http://ubergeeky.com/blog/188-ubuntu-on-touchscreen-eeetop#comments</comments>
		<pubDate>Wed, 02 Jun 2010 15:08:29 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Eee PC]]></category>
		<category><![CDATA[Eee Top]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Touchscreen]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=188</guid>
		<description><![CDATA[Well it&#8217;s been a while, but I once again have a useful nugget of information for the world. I bought a cheap Eee Top last year, and installed Ubuntu on it. It did have a few minor dramas. I wasted days trying to get the touchscreen working, with limited and unreliable results. I actually suspect [...]]]></description>
			<content:encoded><![CDATA[<p>Well it&#8217;s been a while, but I once again have a useful nugget of information for the world. I bought a cheap Eee Top last year, and installed Ubuntu on it. It did have a few minor dramas. I wasted days trying to get the touchscreen working, with limited and unreliable results. I actually suspect Ubuntu was having issues with the USB bus since I was getting spammed with dmsg log entries in the terminal window. Sometimes my USB keyboard or mouse would stop working.</p>
<p>Anyway it was depressing and I don&#8217;t want to go into it too much now I&#8217;ve got my mojo back on the latest version of Ubuntu, which is working awesomely. This time it took me only 30 minutes to find some working instructions to get the touchscreen up and running. No package compiling required this time, though there was xorg config file hacking involved.</p>
<p>Here&#8217;s the procedure on an out of the box Lucid Lynx install. Install the evtouch driver.</p>
<pre>$ sudo apt-get install xserver-xorg-input-evtouch
</pre>
<p>Tell udev to create us the symlink for the touchscreen device.</p>
<pre>$ echo 'echo KERNEL==\"event*\", SUBSYSTEM==\"input\", ATTRS{idVendor}==\"1bfd\", ATTRS{idProduct}==\"1688\", SYMLINK+=\"input/evtouch\" &gt; /etc/udev/rules.d/69-touchscreen.rules' | sudo sh</pre>
<p>Now I was surprised to discover I didn&#8217;t have an xorg.conf file. I found you can generate one with &#8220;﻿﻿<code>X -configure</code>&#8221; command. The catch is you need to kill GDM before you do so. So here&#8217;s the drill:</p>
<p><strong>Ctrl+Alt+F1</strong> and login to the terminal</p>
<pre>$ sudo killall gdm-binary</pre>
<pre>$ sudo X -configure</pre>
<p>Now copy the generated <code>xorg.conf.new</code> to <code>/etc/X11/xorg.conf</code>.</p>
<p>Edit xorg.conf so it looks similar to mine (changes highlighted):</p>
<pre><code>Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	<span style="background-color:yellow">InputDevice    "Touch0"</span>
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "dri2"
	Load  "glx"
	Load  "record"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

<span style="background-color:yellow">Section "InputDevice"
	Identifier	"Touch0"
	Driver		"evtouch"
	Option		"device"	"/dev/input/evtouch"
	Option		"MinX"	"1"
	Option		"MinY"	"1"
	Option		"MaxX"	"4096"
	Option		"MaxY"	"4096"
	Option		"ReportingMode" "Raw"
	Option	"Emulate3Buttons" "false"
	Option	"Emulate3Timeout" "50"
	Option	"SendCoreEvents" "on"
	Option	"MoveLimit" "0"
EndSection</span>

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, &lt;f&gt;: float, &lt;bool&gt;: "True"/"False",
        ### &lt;string&gt;: "String", &lt;freq&gt;: "&lt;f&gt; Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [&lt;bool&gt;]
        #Option     "SWcursor"           	# [&lt;bool&gt;]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [&lt;bool&gt;]
        #Option     "DRI"                	# [&lt;bool&gt;]
        #Option     "NoDDC"              	# [&lt;bool&gt;]
        #Option     "ShowCache"          	# [&lt;bool&gt;]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [&lt;bool&gt;]
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 945GME Express Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection</code></pre>
<p>And that&#8217;s that. Reboot.</p>
<p>References:</p>
<p><a href="http://wiki.linuxmce.org/index.php/ASUS_EeeTop_ET1602" target="_blank">http://wiki.linuxmce.org/index.php/ASUS_EeeTop_ET1602</a></p>
<p><a href="http://ubuntuforums.org/showthread.php?t=1428788" target="_blank">http://ubuntuforums.org/showthread.php?t=1428788</a></p>
<p>I&#8217;m going to have to post soon about my experiences with Lucid Lynx so far, now that the dust has well and truly settled. There is not much to criticise that I have come across, but I have a new found approach to distribution upgrades to share. I&#8217;ve also completely given up on KDE in favour of Gnome with Cairo Dock.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/188-ubuntu-on-touchscreen-eeetop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE or not KDE? That is the question&#8230;</title>
		<link>http://ubergeeky.com/blog/181-kde-or-not-kde-that-is-the-question</link>
		<comments>http://ubergeeky.com/blog/181-kde-or-not-kde-that-is-the-question#comments</comments>
		<pubDate>Tue, 01 Sep 2009 10:27:10 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=181</guid>
		<description><![CDATA[I&#8217;ve been gradually catching up with a lot of the rants on the net with respect to KDE3.5 vs. KDE4. Some less sane than others. I came to the debate quite late it seems, and it&#8217;s something I&#8217;m not pleased with even having to care about to tell the truth. Suddenly now I find my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been gradually catching up with a lot of the rants on the net with respect to KDE3.5 vs. KDE4. Some less sane than others. I came to the debate quite late it seems, and it&#8217;s something I&#8217;m not pleased with even having to care about to tell the truth. Suddenly now I find my self having to understand the developers philosophies and getting to know some of the more vocal egos on both sides of the fence. After grasping a better idea of what&#8217;s happened, I don&#8217;t think I&#8217;ll ever be completely sold on KDE4. But after reading some more <a href="http://linuxlock.blogspot.com/2009/08/next-for-sainthood-kde-developers.html" target="_blank">compassionate words on the topic</a> today, I think I&#8217;ve finally come to terms with the situation.</p>
<p>In the KDE developers defence, I don&#8217;t think it&#8217;s possible for complete overhauls of software to ever be embraced whole heartedly by the userbase. Particularly not right away. I will continue to resent the fact that Kubuntu took up KDE4 so soon. I liked KDE3.5 because it was a work of art, but also because it was fully functional and intuitive for anyone who is used to MS Windows. At that time I couldn&#8217;t understand why Ubuntu picked Gnome for the flagship considering KDE3.5 was so much more suited winning over the users afflicted by <a href="https://bugs.launchpad.net/ubuntu/+bug/1" target="_blank">Bug #1</a>. My first impression when KDE4.1 was thrust upon me was of some retarded mutant desktop environment from a future that I don&#8217;t care to participate in. KDE4 turned my entire desktop experience inside out!</p>
<p>I&#8217;m not going to pretend that I&#8217;m not a stubborn person. I like to work in a particular way which I&#8217;ve refined over years, dating back to MS DOS and Windows 3.1. I switched to Linux because some of the more restrictive and intrusive features in Windows Vista had well and truly crossed the line as far as I was concerned. I wanted to get back to a basic desktop without all the useless eye-candy. KDE3.5 was the best fit for me at the time.</p>
<p>I&#8217;m quite busy as well. I soon learnt with Linux distro&#8217;s, every time there is a distribution upgrade to postpone it for at least a month and ensure I dedicate a couple days after it to get myself settled back in. With KDE4 it was more like a couple of weeks of pointless frustration. Wrestling with KDE4 just proved to be too much hassle for me at work and I&#8217;ve now fully switched over to Gnome. I found it easier to customise to my liking than KDE4. At home I&#8217;m still on KDE4.2 because it doesn&#8217;t matter so much if I&#8217;m spending 6 hours trying to figure out how to customise the desktop theme in vein, and I still hold out for a glimmer of hope that the developers may resolve some of my issues with it.</p>
<p>KDE4 is not easy or intuitive to use. I don&#8217;t like this widget based desktop paradigm and I don&#8217;t understand how it&#8217;s useful in anyway. Most of the time my desktop is hidden by windows anyway. I have to wonder if KDE4 was ever designed for using or if it&#8217;s just for looking at. KDE4 is a contradiction in my eyes. To be a desktop environment which gets in the way of letting users do what they want, yet to do so in the name of flexibility is bizarre. It makes me anxious and I don&#8217;t like it.</p>
<p>I still see KDE4 as the lavalamp of the desktop environment world. It chews a lot of power and looks pretty, but it&#8217;s not all that useful. You also have to be careful about touching it because you might get burnt. I have a feeling it&#8217;s the new development philosophy that&#8217;s flawed, but I can&#8217;t quite put my finger on what that flaw is as yet. I think I&#8217;ve reached a turning point in my thinking about KDE4 now though, and I find my self walking peacefully in the opposite direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/181-kde-or-not-kde-that-is-the-question/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dirt Cheap Laptops</title>
		<link>http://ubergeeky.com/blog/176-dirt-cheap-laptops</link>
		<comments>http://ubergeeky.com/blog/176-dirt-cheap-laptops#comments</comments>
		<pubDate>Thu, 20 Aug 2009 15:32:13 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=176</guid>
		<description><![CDATA[So it seems that laptop prices have fallen dramatically at the low end of the market, though the industry doesn&#8217;t seem to have reported this, it&#8217;s certainly a fact that a quick search for new laptop prices will quickly confirm. There are two major factors at play other than the global economic situation. The first [...]]]></description>
			<content:encoded><![CDATA[<p>So it seems that laptop prices have fallen dramatically at the low end of the market, though the industry doesn&#8217;t seem to have reported this, it&#8217;s certainly a fact that a quick search for new laptop prices will quickly confirm. There are two major factors at play other than the global economic situation. The first is an attempt to compete with with netbooks. As many have pointed out already, you&#8217;re average Joe isn&#8217;t going to spend $3000 on a laptop when they can get a netbook for $500. People don&#8217;t know too much about features and specs, they are just numbers, much like the price.</p>
<p>Laptop purchasers know about convenience and certainly they know about budget, especially in these tight economic times. Laptops are more expensive for two reasons, they are smaller/more portable, and their components cost marginally more to manufacture (compared with a desktop of the same specs). Joe Consumer doesn&#8217;t understand/care about the second factor enough to convince them to pay 6 times the price. Ironically, once the prices became comparable, the main reason my folks wanted to go for the laptop over the netbook option I gave them was due to the larger size of the unit.</p>
<p>Since purchasing the cheapest new laptop I could find for AU$600, I&#8217;ve seen machines with better specs going for about the same price. I&#8217;ve also seen that exact laptop drop about $100 in 2 weeks (certainly due low demand). But why such low demand for low end laptops? Well the reason is that Vista sucks so bad it&#8217;s not funny. You can&#8217;t produce a really cheap laptop these days, because it <em>must</em> be able to run Vista! Customer dissatisfaction and return rates must be going through the roof for these guys.</p>
<p>Microsoft paniced when they realised that they had missed the netbook market completely, so they smashed out a netbook version of XP despite previous efforts to stick to their dead-horse-flogging &#8220;Vista is our one and only OS product now&#8221; guns. So in the process they have doomed the laptop market for all those hardware vendors trying to sell low end laptops and locked into volume licence agreements with Microsoft. I expect it&#8217;s having a ripple effect to the high end of the laptop market and even into the desktop market as well.</p>
<p>So yeah, I&#8217;m putting it out there. I&#8217;m going to state matter of factly that Microsoft has done a champion effort of destroying the laptop market by only allowing netbooks to bundle with XP.</p>
<p>On a side note, when I got the laptop for my mum I tried to install XP on there as a fall back plan. It took hours of installing updates and experimenting with different drivers. Eventually I reached the conclusion that the correct hard disk controller drivers did not exist, the hardware manufacturers did not support the laptop. So after spending hours and consuming about 500MB of my download quota I gave up and went back to Ubuntu. Ubuntu sure did use up a comparible amout of download quota performing the initial updates, but every device (and I mean everything) worked as intended. No user interation required other than clicking &#8216;ok&#8217; buttons in the GUI. I was especially impressed that the USB wireless broadband modem was detected instantly and connected to the internet. I was sure that was going to be a problem but Ubuntu pleasently surprised me with the hardware support this time. Those guys at Canonical have really got themselves a pollished product. Shame that Gnome vs. KDE competeing for who sucks worse, but that&#8217;s another topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/176-dirt-cheap-laptops/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paying the Microsoft Tax</title>
		<link>http://ubergeeky.com/blog/172-paying-the-microsoft-tax</link>
		<comments>http://ubergeeky.com/blog/172-paying-the-microsoft-tax#comments</comments>
		<pubDate>Wed, 29 Jul 2009 08:52:47 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Cheapskate]]></category>
		<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Conspiracy]]></category>
		<category><![CDATA[Laptop]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=172</guid>
		<description><![CDATA[Since I&#8217;m always keeping an eye out for good deals on Netbooks, I stumbled upon this great little budget Toshiba laptop. It&#8217;s a Toshiba Satellite Pro L300 (PSLB9A-02L001). Not exactly what I&#8217;m looking for, but I decided to order one for my folks. For just $600, you can&#8217;t really go wrong. Here&#8217;s the specs&#8230; Mobile [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m always keeping an eye out for good deals on Netbooks, I stumbled upon this great little budget Toshiba laptop. It&#8217;s a Toshiba Satellite Pro L300 (PSLB9A-02L001). Not exactly what I&#8217;m looking for, but I decided to order one for my folks. For just $600, you can&#8217;t really go wrong. Here&#8217;s the specs&#8230;</p>
<ul>
<li>Mobile Intel® Celeron® M 585 Processor (2.16GHz, 667MHz FSB, 1MB L2 cache)</li>
<li>Mobile Intel® GL40 Express Chipset</li>
<li>Genuine Windows Vista® Home Premium 32bit SP1(OEM)</li>
<li>Hard Drive: 160GB 5400rpm 2.5&#8243; SATA</li>
<li>RAM: 1GB DDR2 667 expandable to 2GB# (one slot used, one slot free)</li>
<li>Video 15.4&#8243; Widescreen XGA TFT Active Matrix 200NIT (1280&#215;800) resolution</li>
<li>Video Card Intel® Graphics Media Accelerator GL40</li>
<li>DVD SuperMulti Dual / Double Layer (DVD±R±RW,DVD±R(DL) DVD-RAM) Read: CD-ROM(24x), DVD-ROM(8x) Write: CD-R 24x, CD-RW 4x</li>
<li>10/100Mbps LAN</li>
<li>Integrated Atheros 802.11 b/g WLAN</li>
<li>Express card slot, RGB, 3 x USB 2.0, Headphone &amp; microphone port, Bridge media Reader/Writer slot (SD, MMC, Memory Stick/Memory Stick Pro), Integrated microphone</li>
<li>Integrated Web Camera</li>
<li>Intel® High Definition Audio Sound</li>
<li>6 cell Lithium-Ion battery (up to 3 hours)</li>
<li>Dimensions 362mm(W) x 267mm(D) x 33/37.7mm(H)</li>
<li>Weight 2.6kg</li>
</ul>
<p>The processor and video card are lame I know, but considering Mum is currently using an 8 year old PC with Windows 98 on it, I don&#8217;t think she&#8217;s going to notice. Still, this thing is badly under spec&#8217;d for running Vista. All the reviews I&#8217;ve read indicate this thing is going to be pretty hit and miss as far as getting a fully functional distro installed without too much bother, so it&#8217;s getting delivered here and I&#8217;m preparing to have some geeky fun with it. I&#8217;m also getting an additional 1GB of RAM delivered, so plan B is to just revert to Vista and surgically remove the guff to get some reasonable performance out of it before handing it over. Having successfully avoided ever touching Vista thus far, I&#8217;m actually curious to give plan B a go.</p>
<p>The main reason I still bought it despite the bad Linux reviews was some guys down in Melbourne who offer support services over the phone for this model and have <a href="http://www.vgcomputing.com.au/nstoshibaPSLB9A-02H002.html">listed &#8220;Linux Compatibility&#8221; as &#8220;Excellent&#8221;</a>. My plan is to install the latest Ubuntu and then what ever doesn&#8217;t work, I&#8217;ll contact them and ask them to book me some time for a phone support call to sort out the rest. I&#8217;m happy to pay $40 for 1/2 hour of support, that&#8217;s more than reasonable if it saves me half a day.</p>
<p>What really bugs me is that I&#8217;m still sponsoring Microsoft out of all of this. I&#8217;m still indirectly paying for the crappy OEM Vista which is no doubt the main reason these laptops are now so drastically reduced in price. There is no refund available to me if I don&#8217;t want to use it. Hell, apparently I can&#8217;t even downgrade to Windows XP. Microsoft was advertising that as an option, but apparently it only applies under very strict circumstances. So this poor laptop has to suffer Vista on the consumer electronics market and hence it&#8217;s doomed to perform horrendously. Ok, I&#8217;m making a few assumptions based on very little at this stage (considering it hasn&#8217;t even been delivered yet). I certainly smell a follow up post or two.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/172-paying-the-microsoft-tax/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPNC Android GUI Package</title>
		<link>http://ubergeeky.com/blog/167-vpnc-android-gui-package</link>
		<comments>http://ubergeeky.com/blog/167-vpnc-android-gui-package#comments</comments>
		<pubDate>Wed, 22 Jul 2009 13:46:03 +0000</pubDate>
		<dc:creator>Psylem</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Cisco VPN]]></category>

		<guid isPermaLink="false">http://ubergeeky.com/blog/?p=167</guid>
		<description><![CDATA[Forget my post about running VPNC from the G1 terminal. Wmealing has just released the Android package that does it all in GUI form. Grab the get-a-robot-vpnc package now. Not much to add, except &#8220;oh the awesome!&#8221;. Here&#8217;s a little screen shot of the add connection GUI&#8230; If you have trouble figuring out what to [...]]]></description>
			<content:encoded><![CDATA[<p>Forget my post about <a href="http://ubergeeky.com/blog/110-connect-to-cisco-vpn-from-android">running VPNC from the G1 terminal</a>. <a href="http://code.google.com/u/wmealing/">Wmealing</a> has just released the Android package that does it all in GUI form. Grab the <a href="http://get-a-robot-vpnc.googlecode.com/files/VPN_Connections-r89.apk">get-a-robot-vpnc package</a> now.</p>
<p>Not much to add, except &#8220;oh the awesome!&#8221;. Here&#8217;s a little screen shot of the add connection GUI&#8230;</p>
<p><img class="aligncenter" title="get-a-robot-vpnc add connection" src="http://lh3.ggpht.com/_fPD0YWoytOI/SmcXF0Bo3WI/AAAAAAAAAno/9-K_v6sX2JQ/s800/vpnc_add.png" alt="" width="320" height="480" />If you have trouble figuring out what to enter into those fields, check out my old <a href="http://ubergeeky.com/blog/110-connect-to-cisco-vpn-from-android">get-a-robot-vpnc post</a> for some hints.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubergeeky.com/blog/167-vpnc-android-gui-package/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
