<?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>Rob Garth &#187; karmic</title>
	<atom:link href="http://blog.sumostyle.net/robg/tag/karmic/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sumostyle.net/robg</link>
	<description>Mildly Useful Stuff</description>
	<lastBuildDate>Fri, 12 Aug 2011 00:36:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>GMail Notifier</title>
		<link>http://blog.sumostyle.net/robg/2010/01/28/gmail-notifier/</link>
		<comments>http://blog.sumostyle.net/robg/2010/01/28/gmail-notifier/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:53:13 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=431</guid>
		<description><![CDATA[Gmail Notifier is the best gmail checker I have found. It makes use of libnotify and the Indicator Applet in GNOME, so it plugs in brilliantly with Karmic]]></description>
			<content:encoded><![CDATA[<p><a href="http://ahadiel.org/projects/gmail-notifier">Gmail Notifier</a> is the best gmail checker I have found. It makes use of libnotify and the Indicator Applet in GNOME, so it plugs in brilliantly with Karmic</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2010/01/28/gmail-notifier/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 has a broken tsclient included</title>
		<link>http://blog.sumostyle.net/robg/2009/11/18/ubuntu-9-10-has-a-broken-tsclient-included/</link>
		<comments>http://blog.sumostyle.net/robg/2009/11/18/ubuntu-9-10-has-a-broken-tsclient-included/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 23:29:46 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=384</guid>
		<description><![CDATA[The tsclient included with Karmic has a broken tsclient applet. It is a known bug, as simple as a typo. It was discovered over 4 months ago, and a fix has been made upstream. For whatever reason, nothing has been done other than having the big confirmed. If you depend on the tsclient applet, as [...]]]></description>
			<content:encoded><![CDATA[<p>The tsclient included with Karmic has a broken tsclient applet. It is a known bug, as simple as a typo. It was discovered over <a href="https://bugs.launchpad.net/ubuntu/+source/tsclient/+bug/399436">4 months ago</a>, and a fix has been made upstream.</p>
<p>For whatever reason, nothing has been done other than having the big confirmed.</p>
<p>If you depend on the tsclient applet, as I do, grab the package from debian and install it.</p>
<p>Grab the package for you architecture from <a href="http://packages.debian.org/sid/tsclient">here</a>.</p>
<p>And simply install it with dpkg:</p>
<p><code>$ sudo dpkg -i tsclient_0.150-3_i386.deb</code></p>
<p>The only difference between this release and the one previous is the removal of this bug, which is a fairly serious bug. Including this in the karmic repo would be trivial, and it should have been done before the 9.10 went final.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/11/18/ubuntu-9-10-has-a-broken-tsclient-included/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu tethering via Bluetooth PAN</title>
		<link>http://blog.sumostyle.net/robg/2009/11/16/ubuntu-tethering-via-bluetooth-pan/</link>
		<comments>http://blog.sumostyle.net/robg/2009/11/16/ubuntu-tethering-via-bluetooth-pan/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 00:30:21 +0000</pubDate>
		<dc:creator>robg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sumostyle.net/robg/?p=381</guid>
		<description><![CDATA[I have been attmepting to tether my iPhone to my computer using bluetooth in Karmic. Supposedy blueman can do this very easily (www.blueman-project.org). To install blueman just run: $ sudo aptitude install blueman. My experience with blueman has been very hit and miss however, the connection appears to be made via bluetooth but I can [...]]]></description>
			<content:encoded><![CDATA[<p>I have been attmepting to tether my iPhone to my computer using bluetooth in Karmic.</p>
<p>Supposedy blueman can do this very easily (<a href="http://www.blueman-project.org">www.blueman-project.org</a>). To install blueman just run:<br />
<code>$ sudo aptitude install blueman.</code></p>
<p>My experience with blueman has been very hit and miss however, the connection appears to be made via bluetooth but I can rarely seem to get NetworkManager to make a network connection. Sometimes I have success pairing the devices again.</p>
<p>Using the older pand binary I have had a lot more success. If you are not scared of the terminal, it isn&#8217;t difficult and appears far more reliable <span id="more-381"></span></p>
<p>Install the older bluez tools:</p>
<p><code>$ sudo aptitude install bluez-compat</code></p>
<p><code>$ hcitool scan</code></p>
<p>Find the address of your phone from the list</p>
<p><code>$ sudo pand --connect 00:25:00:96:13:BB -n</code></p>
<p>This command will pair you phone to your computer and create a pan device. Of course replacing the MAC address with the address of your phone. This command will re-pair you devices each time it is run. If, like me you have an iPhone, you need to have you iPhone in the Bluetooth System Preference app to accept the pairing.</p>
<p><code>$ sudo dhclient bnep0</code></p>
<p>You are now tethered.</p>
<p>To kill the tether:</p>
<p><code>$ sudo pand -K</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sumostyle.net/robg/2009/11/16/ubuntu-tethering-via-bluetooth-pan/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

