<?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>Bits By The Pound &#187; igough</title>
	<atom:link href="http://www.bitsbythepound.com/author/igough/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bitsbythepound.com</link>
	<description>Spewing Forth Tech Stuff</description>
	<lastBuildDate>Wed, 06 Jul 2011 23:36:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Login package updates messages are incorrect</title>
		<link>http://www.bitsbythepound.com/login-package-updates-messages-are-incorrect-393.html</link>
		<comments>http://www.bitsbythepound.com/login-package-updates-messages-are-incorrect-393.html#comments</comments>
		<pubDate>Thu, 02 Jun 2011 10:39:20 +0000</pubDate>
		<dc:creator>igough</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=393</guid>
		<description><![CDATA[We have a couple of machines running 10.04 LTS and they have been showing messages similar to the following when you ssh to them. 11 packages can be updated. 7 updates are security updates. And yet, when you do an update, there is nothing to update. There was a bug that caused the package update [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/login-package-updates-messages-are-incorrect-393.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT apps using Maven and Eclipse</title>
		<link>http://www.bitsbythepound.com/gwt-apps-using-maven-and-eclipse-309.html</link>
		<comments>http://www.bitsbythepound.com/gwt-apps-using-maven-and-eclipse-309.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 01:08:30 +0000</pubDate>
		<dc:creator>igough</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=309</guid>
		<description><![CDATA[Used to be that getting a GWT project together using Maven and Eclipse was a tedious and frustrating task. Times have changed so that the process is quite a bit easier. Uses: openjdk-6-jdk Eclipse 3.5 Google plugin for Eclipse 1.32 http://code.google.com/intl/en/eclipse/ gwt-maven-plugin 1.2 http://mojo.codehaus.org/gwt-maven-plugin/ Maven plugin for Eclipse 0.10.0 http://m2eclipse.sonatype.org/ Install the Google plugin for [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/gwt-apps-using-maven-and-eclipse-309.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>SysRq and Inspiron 1720</title>
		<link>http://www.bitsbythepound.com/sysrq-and-inspiron-1720-307.html</link>
		<comments>http://www.bitsbythepound.com/sysrq-and-inspiron-1720-307.html#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:17:30 +0000</pubDate>
		<dc:creator>igough</dc:creator>
				<category><![CDATA[Inspiron 1720]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=307</guid>
		<description><![CDATA[While trying to figure out while my laptop, a Dell Inspiron 1720, has been freezing occasionally, I found out that you can use SysRq codes to communicate directly with the Linux kernel to get system operations done even while the machine is locked up. This is handy as it allows you to specify a sequence [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/sysrq-and-inspiron-1720-307.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wifi Killswitch does not enable Wifi</title>
		<link>http://www.bitsbythepound.com/wifi-killswitch-does-not-enable-wifi-282.html</link>
		<comments>http://www.bitsbythepound.com/wifi-killswitch-does-not-enable-wifi-282.html#comments</comments>
		<pubDate>Tue, 08 Dec 2009 16:37:46 +0000</pubDate>
		<dc:creator>igough</dc:creator>
				<category><![CDATA[Inspiron 1720]]></category>
		<category><![CDATA[Karmic (9.10)]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=282</guid>
		<description><![CDATA[Over the past couple of days, I have seen a situation where I boot my laptop (Ubuntu Karmic) and the Network Manager applet insists that the wireless is disabled. Rebooting does not help. Examining the syslog showed that the OS found 2 kill switches and one of them was disabling the wireless. Examining the state [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/wifi-killswitch-does-not-enable-wifi-282.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wave Extension Installer</title>
		<link>http://www.bitsbythepound.com/wave-extension-installer-190.html</link>
		<comments>http://www.bitsbythepound.com/wave-extension-installer-190.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 19:44:32 +0000</pubDate>
		<dc:creator>igough</dc:creator>
				<category><![CDATA[Google Wave]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=190</guid>
		<description><![CDATA[Once you have built your wave extension, you will need a way to install it into the user interface of the Google Wave client. A Wave Extension Installer is just that beast. You will need to create an Extension Manifest, which is an XML file describing where to find your extension, where you want it [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/wave-extension-installer-190.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VGA and S-Video output on an Inspiron 1720 in Ubuntu</title>
		<link>http://www.bitsbythepound.com/getting-vga-and-s-video-working-inspiron-1720-in-ubuntu-236.html</link>
		<comments>http://www.bitsbythepound.com/getting-vga-and-s-video-working-inspiron-1720-in-ubuntu-236.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 18:45:18 +0000</pubDate>
		<dc:creator>igough</dc:creator>
				<category><![CDATA[Inspiron 1720]]></category>
		<category><![CDATA[Karmic (9.10)]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=236</guid>
		<description><![CDATA[Note these instructions are for Ubuntu 9.10 (Karmic). In prior versions of Ubuntu, I have had some problems getting the VGA and S-Video outputs on my Inspiron 1720 working, so today I tackled this problem. In Karmic, this process is quite straightforward. Once you connect your video cable to the laptop, whether it is S-Video [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/getting-vga-and-s-video-working-inspiron-1720-in-ubuntu-236.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Remote PC Control software</title>
		<link>http://www.bitsbythepound.com/free-remote-pc-control-software-232.html</link>
		<comments>http://www.bitsbythepound.com/free-remote-pc-control-software-232.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 13:48:17 +0000</pubDate>
		<dc:creator>igough</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=232</guid>
		<description><![CDATA[Extracted from a Slashdot article. http://www.teamviewer.com/ [teamviewer.com] https://secure.logmein.com/products/free/ [logmein.com] http://www.copilot.com/ [copilot.com] http://skype.com/ [skype.com] http://www.uvnc.com/addons/singleclick.html [uvnc.com] (reverse VNC) http://www.crossloop.com/ [crossloop.com] http://www.mikogo.com/en/ [mikogo.com] http://showmypc.com/ [showmypc.com] https://www.ntrconnect.com/ [ntrconnect.com] http://www.zolved.com/remote_control [zolved.com] http://www.wippien.com/ [wippien.com] (VPN) http://code.google.com/p/gitso/ [google.com] (reverse VNC)]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/free-remote-pc-control-software-232.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foxit, a better PDF reader for Linux</title>
		<link>http://www.bitsbythepound.com/foxit-a-better-pdf-reader-for-linux-221.html</link>
		<comments>http://www.bitsbythepound.com/foxit-a-better-pdf-reader-for-linux-221.html#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:41:14 +0000</pubDate>
		<dc:creator>igough</dc:creator>
				<category><![CDATA[Karmic (9.10)]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=221</guid>
		<description><![CDATA[Today I got fed up with the overall poor search performance and poor rendering of Evince on 64 bit Ubuntu and looked around for an alternative. I use Foxit on my Windows machine and am generally very happy with it, having only had problems with it with government security clearance documents. A quick search shows [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/foxit-a-better-pdf-reader-for-linux-221.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Wink on 64 bit Ubuntu</title>
		<link>http://www.bitsbythepound.com/installing-wink-on-64-bit-ubuntu-210.html</link>
		<comments>http://www.bitsbythepound.com/installing-wink-on-64-bit-ubuntu-210.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:17:17 +0000</pubDate>
		<dc:creator>igough</dc:creator>
				<category><![CDATA[Karmic (9.10)]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=210</guid>
		<description><![CDATA[Wink is great tutorial building software for Linux and Windows. It used to be available in the Ubuntu repositories but is no longer included. Currently, the Linux variant of Wink is version 1.5 and the Windows variant is version 2.0. Even though they share the same build number, they are not the same. Unfortunately, running [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/installing-wink-on-64-bit-ubuntu-210.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wave Robot API shortcomings</title>
		<link>http://www.bitsbythepound.com/wave-robot-api-shortcomings-164.html</link>
		<comments>http://www.bitsbythepound.com/wave-robot-api-shortcomings-164.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 22:11:42 +0000</pubDate>
		<dc:creator>igough</dc:creator>
				<category><![CDATA[Google Wave]]></category>

		<guid isPermaLink="false">http://www.bitsbythepound.com/?p=164</guid>
		<description><![CDATA[While building a Robot that inserts a Gadget into the wave I discovered something that made me shake my head. A lot of the Wave Robot API classes have methods that violate their documented contracts. The worst offender I think has to be the Event interface. Whenever an event is delivered to your Robot, you [...]]]></description>
		<wfw:commentRss>http://www.bitsbythepound.com/wave-robot-api-shortcomings-164.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

