<?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>Floating Sun &#187; ubuntu</title>
	<atom:link href="http://floatingsun.net/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://floatingsun.net</link>
	<description></description>
	<lastBuildDate>Sat, 14 Apr 2012 01:50:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Startup Infrastructure: Where Linux Fails</title>
		<link>http://floatingsun.net/2011/01/09/startup-infrastructure-where-linux-fails/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=startup-infrastructure-where-linux-fails</link>
		<comments>http://floatingsun.net/2011/01/09/startup-infrastructure-where-linux-fails/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 20:31:46 +0000</pubDate>
		<dc:creator>Diwaker Gupta</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[IPsec]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OpenLDAP]]></category>
		<category><![CDATA[Strongswan]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Virtual private network]]></category>

		<guid isPermaLink="false">http://floatingsun.net/?p=1699</guid>
		<description><![CDATA[It is no secret that I&#8217;m an open source evangelist and so when it was time to set up internal infrastructure at work, naturally the first order of business was to evaluate the various OSS projects out there &#8212; everything &#8230; <a href="http://floatingsun.net/2011/01/09/startup-infrastructure-where-linux-fails/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://floatingsun.net/2007/11/08/skype-adds-video-for-linux/' rel='bookmark' title='Skype adds video for Linux'>Skype adds video for Linux</a></li>
<li><a href='http://floatingsun.net/2006/08/03/linux-and-closed-source-software/' rel='bookmark' title='Linux and Closed Source Software'>Linux and Closed Source Software</a></li>
<li><a href='http://floatingsun.net/2005/01/16/year-of-the-linux-desktop/' rel='bookmark' title='Year of the Linux Desktop'>Year of the Linux Desktop</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 190px"><a href="http://commons.wikipedia.org/wiki/File:Crypto_key.svg"><img title="Category:WikiProject Cryptography participants" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/65/Crypto_key.svg/300px-Crypto_key.svg.png" alt="Category:WikiProject Cryptography participants" width="180" height="94" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>It is no secret that I&#8217;m an open source evangelist and so when it was time to set up internal infrastructure at <a href="http://www.maginatics.com">work</a>, naturally the first order of business was to evaluate the various OSS projects out there &#8212; everything from wikis, bug trackers, source control, code review and project management. Running <a class="zem_slink freebase/en/ubuntu" title="Ubuntu (operating system)" rel="homepage" href="http://www.ubuntu.com/">Ubuntu</a> LTS (10.04) on all of our servers was a no-brainer and there were plenty of excellent options for most everything else as well (a follow-up post on our final choices later). The <a class="zem_slink freebase/en/gnu_linux" title="Linux" rel="homepage" href="http://www.kernel.org/">Linux</a> ecosystem is fabulous for most of the infrastructure needs of a startup, but I learnt the hard way that there are still some areas where Linux needs a lot of work before it can become competitive with proprietary, non-Linux solutions.</p>
<h2></h2>
<h2>Authentication</h2>
<p>Centralized account management (users and groups) and authentication is critical component in any IT deployment, no matter the size. Even for a small startup, creating users/groups repeatedly for each new server, separate authentication mechanisms for each new service is simply not scalable. That is precisely why <a class="zem_slink freebase/en/active_directory" title="Active Directory" rel="wikipedia" href="http://en.wikipedia.org/wiki/Active_Directory">Active Directory</a> is so ubiquitous at enterprises.</p>
<p><a class="zem_slink freebase/en/lightweight_directory_access_protocol" title="LDAP" rel="wikipedia" href="http://en.wikipedia.org/wiki/LDAP">LDAP</a> was the obvious solution in Linux-land and I figured it would be trivial to setup an <a class="zem_slink freebase/en/openldap" title="OpenLDAP" rel="homepage" href="http://www.openldap.org/">OpenLDAP</a> server that can manage user/group information for us. It would also be the single authentication source for all servers and services. I was so wrong.</p>
<p>After struggling with OpenLDAP for several painful hours, I gave up &#8212; the documentation is fragmented, Google doesn&#8217;t help much and personally I think the LDAP creators had never heard of &#8220;usability&#8221; when designing it. The seemingly simple task of creating some new users and groups involved several black-magic incantations of the LDAP command line tools. Getting servers to authenticate against the resulting directory was even harder.</p>
<p>Just as I was about to throw in the towel and setup an AD instance in-house, I stumbled upon the <a href="http://directory.fedoraproject.org/">389 Directory Server</a> (now known as the <a class="zem_slink freebase/en/fedora_directory_server" title="389 Directory Server" rel="homepage" href="http://port389.org/">Fedora Directory Server</a>). With a new found hope, I set about installing it on Ubuntu and hit another roadblock &#8212; there are no up-to-date packages of FDS for Ubuntu. Reluctantly, I setup a Fedora instance (the only one so far) and installed FDS. Thankfully, Red Hat has put together <a href="http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/index.html">really comprehensive documentation and guides</a> for the Directory Server, which was invaluable.</p>
<p>From there on, it was mostly downhill (only a few minor hiccups). Finally we have a nice GUI to manage users and groups, and all servers/services authenticate against a single Directory Server. But the journey was unnecessarily painful. Here&#8217;s what I&#8217;d like to see:</p>
<ul>
<li>Up-to-date packages of FDS for Ubuntu. Sane defaults and functionality out-of-the-box</li>
<li>Ready to consume documentation on how to integrate LDAP with various web applications, Linux distros etc (I&#8217;ll put together some of this soon)</li>
<li>More awareness &#8212; I should have found FDS a lot sooner than I did, but it is certainly not very well marketed</li>
<li>Single sign on: This is a whole different beast</li>
</ul>
<h2>Remote Access</h2>
<p>At my previous company, we had a Cisco <a class="zem_slink freebase/en/virtual_private_network" title="Virtual private network" rel="wikipedia" href="http://en.wikipedia.org/wiki/Virtual_private_network">VPN</a> solution. There were plenty of Cisco compatible VPN clients on Windows and Mac. In fairness, it was relatively easy to get vpnc working on Ubuntu as well. In fact, with Network Manager, you can manage your VPN connections using a simple and intuitive UI. But the setup was not very reliable and my connections would get dropped relatively frequently. It was impossible to have a long-running VPN session without disruption. I&#8217;m not sure if the problem was with the Cisco hardware or the Ubuntu vpnc client; I did see similar issues with the built-in VPN client on Mac OS X.</p>
<p>But at least VPN on Linux works. I can&#8217;t say the same about other remote access mechanisms, in particular <a class="zem_slink freebase/en/ipsec" title="IPsec" rel="wikipedia" href="http://en.wikipedia.org/wiki/IPsec">IPSec</a> and L2TP over IPSec. It took me some time to figure out which package to use (<a class="zem_slink freebase/en/strongswan" title="StrongSwan" rel="homepage" href="http://www.strongswan.org/">Strongswan</a>, Openswan, iked etc etc); another couple of hours to get the Openswan configuration just right; several hours of struggling to automatically setup DNS lookups when using the IPSec connection (gave up and ended up using entries in /etc/hosts!). There is no UI in Network Manager to manage IPSec connections either. Strongswan does have a NM plugin, but that only works for IKEv2 (certificate based authentication), while I had to use IKEv1 (shared key based authentication).</p>
<p>At the end of the day, I do have a working IPSec tunnel and it is definitely more reliable than the Cisco VPN (been up for more than 2 days without disruption). But all this can and should become a lot more seamless.</p>
<p>These are a few areas where Linux failed me in setting up the infrastructure for a startup; it shines most everywhere else. Hopefully these last few kinks will get ironed out soon.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=27890070-2824-4f15-a95f-71c5feaa3f23" alt="" /><span class="zem-script more-info"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p>Related posts:<ol>
<li><a href='http://floatingsun.net/2007/11/08/skype-adds-video-for-linux/' rel='bookmark' title='Skype adds video for Linux'>Skype adds video for Linux</a></li>
<li><a href='http://floatingsun.net/2006/08/03/linux-and-closed-source-software/' rel='bookmark' title='Linux and Closed Source Software'>Linux and Closed Source Software</a></li>
<li><a href='http://floatingsun.net/2005/01/16/year-of-the-linux-desktop/' rel='bookmark' title='Year of the Linux Desktop'>Year of the Linux Desktop</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://floatingsun.net/2011/01/09/startup-infrastructure-where-linux-fails/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>And just like that, I&#8217;m a GNOME user</title>
		<link>http://floatingsun.net/2010/09/09/and-just-like-that-im-a-gnome-user/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=and-just-like-that-im-a-gnome-user</link>
		<comments>http://floatingsun.net/2010/09/09/and-just-like-that-im-a-gnome-user/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 06:21:59 +0000</pubDate>
		<dc:creator>Diwaker Gupta</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://floatingsun.net/?p=1614</guid>
		<description><![CDATA[When I first started using Linux (more than a decade ago), I did my share of playing around with various desktop environments: the classic FVWM, GNOME, KDE, Enlightenment etc. I settled down with KDE. Over the years, I kept coming &#8230; <a href="http://floatingsun.net/2010/09/09/and-just-like-that-im-a-gnome-user/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://floatingsun.net/2007/11/01/inconsistent-font-rendering-in-gnome-and-kde/' rel='bookmark' title='Inconsistent font rendering in GNOME and KDE'>Inconsistent font rendering in GNOME and KDE</a></li>
<li><a href='http://floatingsun.net/2005/12/30/priceless-quote-from-linus/' rel='bookmark' title='Priceless quote from Linus'>Priceless quote from Linus</a></li>
<li><a href='http://floatingsun.net/2004/08/11/why-kde/' rel='bookmark' title='Why KDE?'>Why KDE?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When I first started using Linux (more than a decade ago), I did my share of playing around with various <a class="zem_slink freebase/en/desktop_environment" title="Desktop environment" rel="wikipedia" href="http://en.wikipedia.org/wiki/Desktop_environment">desktop environments</a>: the classic FVWM, <a class="zem_slink freebase/en/gnome" title="GNOME" rel="homepage" href="http://www.gnome.org/">GNOME</a>, <a class="zem_slink freebase/en/kde" title="KDE" rel="homepage" href="http://www.kde.org/">KDE</a>, Enlightenment etc. I settled down with KDE. Over the years, I kept coming back to GNOME to check it out but somehow KDE always felt home to me.</p>
<p>Well guess what, not any more. As of a few days ago, I&#8217;m (mostly) a GNOME user.</p>
<p>I still love KDE (the desktop) and KDE based applications (<a class="zem_slink freebase/en/kontact" title="Kontact" rel="homepage" href="http://userbase.kde.org/KMail">KMail</a>, <a class="zem_slink freebase/en/amarok" title="Amarok (software)" rel="homepage" href="http://amarok.kde.org/en">Amarok</a> etc). It is still infinitely more configurable than anything comparable in GNOME (Evolution and Thunderbird are still fairly limited in comparison) and over the years I&#8217;ve tweaked it to just the way I like it. But GNOME has something the KDE project does not: <strong>Canonical.</strong></p>
<p>Thats right, I switched to GNOME because of <a href="http://canonical.com">Canonical</a>, the company that drives <a class="zem_slink freebase/en/ubuntu" title="Ubuntu (operating system)" rel="homepage" href="http://www.ubuntu.com/">Ubuntu</a> development. Sure, there is a lot of effort behind the various Ubuntu variants such as <a class="zem_slink freebase/en/kubuntu" title="Kubuntu" rel="homepage" href="http://www.kubuntu.org">Kubuntu</a>, <a class="zem_slink freebase/en/xubuntu" title="Xubuntu" rel="homepage" href="http://www.xubuntu.org/">Xubuntu</a> etc. But make no mistake, none of these variants are first-class citizens in the Ubuntu ecosystem.</p>
<p>The switch was a result of my recent experience setting up Ubuntu on my <a href="http://floatingsun.net/articles/howto-ubuntu-based-media-center/">home theater PC</a>. The effort Canonical has put into making the Ubuntu experience more seamless and pleasant is clearly visible. Pretty much everything works out of the box: folders that I share show up on other computers in my home network, bluetooth/webcam etc all work just fine, setting up remote desktop is a breeze and so on, Avahi/bonjour works like a charm; I can setup a DAAP server to share my music and it shows up on iTunes just like that.</p>
<p>Note that all of these things are obviously not limited to Ubuntu in any way. But the user experience in Ubuntu is unparalleled in comparison with Kubuntu etc. Subtle niceties like the notifications (the <a href="https://launchpad.net/ayatana">Ayatana</a> project), the <a href="https://launchpad.net/indicator-me">Me menu</a>,  the messaging menu, the &#8220;light&#8221; themes etc. come together in a very cohesive way to deliver an experience that rivals that of <a class="zem_slink freebase/en/mac_os" title="Mac OS" rel="homepage" href="http://www.apple.com/macosx/">Mac OS</a>. But beyond the subtleties, Canonical is shaping the future of Linux on the desktop, laptop and mobile devices: the <a href="http://www.markshuttleworth.com/archives/383">Unity interface</a>, <a href="http://blog.canonical.com/?p=414">multi-touch support </a>for mobile devices and more. Bottomline: having a company put its weight behind a desktop has ramifications.</p>
<p>So as much as I love thy, KDE, for now we shall part ways. I&#8217;m still using some KDE apps (like digiKam), but until Canonical decides to officially adopt Kubuntu, GNOME it is.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=c85fd3a4-4819-46a2-849a-f0bcdb558733" alt="" /><span class="zem-script more-info"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p>Related posts:<ol>
<li><a href='http://floatingsun.net/2007/11/01/inconsistent-font-rendering-in-gnome-and-kde/' rel='bookmark' title='Inconsistent font rendering in GNOME and KDE'>Inconsistent font rendering in GNOME and KDE</a></li>
<li><a href='http://floatingsun.net/2005/12/30/priceless-quote-from-linus/' rel='bookmark' title='Priceless quote from Linus'>Priceless quote from Linus</a></li>
<li><a href='http://floatingsun.net/2004/08/11/why-kde/' rel='bookmark' title='Why KDE?'>Why KDE?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://floatingsun.net/2010/09/09/and-just-like-that-im-a-gnome-user/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HP Pavilion a1640n USB support in Ubuntu</title>
		<link>http://floatingsun.net/2007/08/28/hp-pavilion-a1640n-usb-support-in-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hp-pavilion-a1640n-usb-support-in-ubuntu</link>
		<comments>http://floatingsun.net/2007/08/28/hp-pavilion-a1640n-usb-support-in-ubuntu/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 18:07:06 +0000</pubDate>
		<dc:creator>Diwaker Gupta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://floatingsun.net/2007/08/28/hp-pavilion-a1640n-usb-support-in-ubuntu/</guid>
		<description><![CDATA[At work I have a fairly new box, the HP Pavilion a1640n. I&#8217;m running Ubuntu Feisty Fawn on it with all the latest updates. Unfortunately, none of the USB ports work, so I can&#8217;t use my USB mouse, or any &#8230; <a href="http://floatingsun.net/2007/08/28/hp-pavilion-a1640n-usb-support-in-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://floatingsun.net/2005/07/31/howto-t42-ubuntu/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
<li><a href='http://floatingsun.net/2007/07/28/dealaajtak-stealing-ubuntu-logo/' rel='bookmark' title='Dealaajtak stealing Ubuntu logo?'>Dealaajtak stealing Ubuntu logo?</a></li>
<li><a href='http://floatingsun.net/articles/ubuntu-t42/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><wiki><br />
At work I have a fairly new box, the HP Pavilion a1640n. I&#8217;m running Ubuntu Feisty Fawn on it with all the latest updates. Unfortunately, none of the USB ports work, so I can&#8217;t use my USB mouse, or any external drives or any of the other countless USB devices. Clearly not a great situation to be in.</p>
<p>I&#8217;ve filed a [[https://bugs.launchpad.net/ubuntu/+bug/135342|bug report]] on [[http://launchpad.net|Launchpad]]. If you&#8217;re facing this same problem, please go vote on the bug and/or give additional information. If you know a fix, that would be even better.<br />
</wiki></p>
<p>Related posts:<ol>
<li><a href='http://floatingsun.net/2005/07/31/howto-t42-ubuntu/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
<li><a href='http://floatingsun.net/2007/07/28/dealaajtak-stealing-ubuntu-logo/' rel='bookmark' title='Dealaajtak stealing Ubuntu logo?'>Dealaajtak stealing Ubuntu logo?</a></li>
<li><a href='http://floatingsun.net/articles/ubuntu-t42/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://floatingsun.net/2007/08/28/hp-pavilion-a1640n-usb-support-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finally ATI learns!</title>
		<link>http://floatingsun.net/2005/11/14/finally-ati-learns/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=finally-ati-learns</link>
		<comments>http://floatingsun.net/2005/11/14/finally-ati-learns/#comments</comments>
		<pubDate>Tue, 15 Nov 2005 04:41:04 +0000</pubDate>
		<dc:creator>Diwaker Gupta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://floatingsun.net/blog/2005/11/14/413/</guid>
		<description><![CDATA[It has finally happened. ATI [[https://support.ati.com/ics/support/KBAnswer.asp?questionID=1176&#124;has released]] (still proprietary though) drivers for Linux with initial suspend/resume support. There&#8217;s a [[http://ubuntuforums.org/showpost.php?p=423584&#124;howto for Ubuntu]] available. It works perfectly on my machine &#8212; now I have suspend-to-ram working with 3D acceleration! Yippeee! But &#8230; <a href="http://floatingsun.net/2005/11/14/finally-ati-learns/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://floatingsun.net/articles/ubuntu-t42/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
<li><a href='http://floatingsun.net/2005/09/15/finally-a-real-web-im/' rel='bookmark' title='Finally, a real web IM'>Finally, a real web IM</a></li>
<li><a href='http://floatingsun.net/2005/01/19/finally-stable-groupware/' rel='bookmark' title='Finally, stable groupware!'>Finally, stable groupware!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><wiki><br />
It has finally happened. ATI [[https://support.ati.com/ics/support/KBAnswer.asp?questionID=1176|has released]] (still proprietary though) drivers for Linux with initial suspend/resume support. There&#8217;s a [[http://ubuntuforums.org/showpost.php?p=423584|howto for Ubuntu]] available. It works perfectly on my machine &#8212; now I have suspend-to-ram working with 3D acceleration! Yippeee!</p>
<p>But it still needs some more testing. I haven&#8217;t tested suspend-to-disk yet, but its usually less problematic than suspend to ram so should work. Now that ATI has found the right road, hopefully they will quickly make good progress.<br />
</wiki></p>
<p>Related posts:<ol>
<li><a href='http://floatingsun.net/articles/ubuntu-t42/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
<li><a href='http://floatingsun.net/2005/09/15/finally-a-real-web-im/' rel='bookmark' title='Finally, a real web IM'>Finally, a real web IM</a></li>
<li><a href='http://floatingsun.net/2005/01/19/finally-stable-groupware/' rel='bookmark' title='Finally, stable groupware!'>Finally, stable groupware!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://floatingsun.net/2005/11/14/finally-ati-learns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Ubuntu on IBM Thinkpad T42</title>
		<link>http://floatingsun.net/2005/07/31/howto-t42-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-t42-ubuntu</link>
		<comments>http://floatingsun.net/2005/07/31/howto-t42-ubuntu/#comments</comments>
		<pubDate>Sun, 31 Jul 2005 23:32:46 +0000</pubDate>
		<dc:creator>Diwaker Gupta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://floatingsun.net/blog/2005/07/31/howto-t42-ubuntu/</guid>
		<description><![CDATA[I&#8217;ve updated my [[http://floatingsun.net/articles/ubuntu-t42&#124;HowTo: Ubuntu on Thinkpad T42]]. If you have some suggestions/feedback, please leave them as comments to this entry. **Update** This HowTo is now listed on [[http://tuxmobil.org/ibm.html&#124;TuxMobil.org]] Related posts: HOWTO: Ubuntu on IBM Thinkpad T42 HOWTO: Ubuntu based &#8230; <a href="http://floatingsun.net/2005/07/31/howto-t42-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://floatingsun.net/articles/ubuntu-t42/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
<li><a href='http://floatingsun.net/articles/howto-ubuntu-based-media-center/' rel='bookmark' title='HOWTO: Ubuntu based Media Center'>HOWTO: Ubuntu based Media Center</a></li>
<li><a href='http://floatingsun.net/2007/08/28/hp-pavilion-a1640n-usb-support-in-ubuntu/' rel='bookmark' title='HP Pavilion a1640n USB support in Ubuntu'>HP Pavilion a1640n USB support in Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><wiki><br />
I&#8217;ve updated my [[http://floatingsun.net/articles/ubuntu-t42|HowTo: Ubuntu on Thinkpad T42]]. If you have some suggestions/feedback, please leave them as comments to this entry.</p>
<p>**Update**</p>
<p>This HowTo is now listed on [[http://tuxmobil.org/ibm.html|TuxMobil.org]]<br />
</wiki></p>
<p>Related posts:<ol>
<li><a href='http://floatingsun.net/articles/ubuntu-t42/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
<li><a href='http://floatingsun.net/articles/howto-ubuntu-based-media-center/' rel='bookmark' title='HOWTO: Ubuntu based Media Center'>HOWTO: Ubuntu based Media Center</a></li>
<li><a href='http://floatingsun.net/2007/08/28/hp-pavilion-a1640n-usb-support-in-ubuntu/' rel='bookmark' title='HP Pavilion a1640n USB support in Ubuntu'>HP Pavilion a1640n USB support in Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://floatingsun.net/2005/07/31/howto-t42-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Useful (k)ubuntu repositories</title>
		<link>http://floatingsun.net/2005/07/27/useful-kubuntu-repositories/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=useful-kubuntu-repositories</link>
		<comments>http://floatingsun.net/2005/07/27/useful-kubuntu-repositories/#comments</comments>
		<pubDate>Wed, 27 Jul 2005 21:12:49 +0000</pubDate>
		<dc:creator>Diwaker Gupta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://floatingsun.net/blog/2005/07/27/useful-kubuntu-repositories/</guid>
		<description><![CDATA[# KDE 3.4.1 deb http://kubuntu.org/hoary-kde341 hoary-updates main # KDE 3.4.2 deb http://kubuntu.org/hoary-kde342 hoary-updates main # KOffice 1.4.1 deb http://kubuntu.org/hoary-koffice141 hoary-updates main # Misc packages (qcomicbook, kftpgrabber, klibido, krename etc) deb http://dinton.no-ip.org/ kubuntu main Related posts: HOWTO: Ubuntu on IBM Thinkpad &#8230; <a href="http://floatingsun.net/2005/07/27/useful-kubuntu-repositories/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://floatingsun.net/articles/ubuntu-t42/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
<li><a href='http://floatingsun.net/2007/08/28/hp-pavilion-a1640n-usb-support-in-ubuntu/' rel='bookmark' title='HP Pavilion a1640n USB support in Ubuntu'>HP Pavilion a1640n USB support in Ubuntu</a></li>
<li><a href='http://floatingsun.net/2005/07/31/howto-t42-ubuntu/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><wiki><br />
<del><br />
# KDE 3.4.1<br />
deb http://kubuntu.org/hoary-kde341 hoary-updates main<br />
</del><br />
<code><br />
# KDE 3.4.2<br />
deb http://kubuntu.org/hoary-kde342 hoary-updates main<br />
# KOffice 1.4.1<br />
deb http://kubuntu.org/hoary-koffice141 hoary-updates main<br />
# Misc packages (qcomicbook, kftpgrabber, klibido, krename etc)<br />
deb http://dinton.no-ip.org/ kubuntu main<br />
</code><br />
</wiki></p>
<p>Related posts:<ol>
<li><a href='http://floatingsun.net/articles/ubuntu-t42/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
<li><a href='http://floatingsun.net/2007/08/28/hp-pavilion-a1640n-usb-support-in-ubuntu/' rel='bookmark' title='HP Pavilion a1640n USB support in Ubuntu'>HP Pavilion a1640n USB support in Ubuntu</a></li>
<li><a href='http://floatingsun.net/2005/07/31/howto-t42-ubuntu/' rel='bookmark' title='HOWTO: Ubuntu on IBM Thinkpad T42'>HOWTO: Ubuntu on IBM Thinkpad T42</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://floatingsun.net/2005/07/27/useful-kubuntu-repositories/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

