<?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>Vinod Live! &#187; Ubuntu</title>
	<atom:link href="http://www.vinodlive.com/category/computing/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinodlive.com</link>
	<description>On Mobility, Computing and Life</description>
	<lastBuildDate>Fri, 23 Jul 2010 09:14:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Make your Ubuntu desktop more beautiful</title>
		<link>http://www.vinodlive.com/2007/08/20/make-your-ubuntu-desktop-more-beautiful/</link>
		<comments>http://www.vinodlive.com/2007/08/20/make-your-ubuntu-desktop-more-beautiful/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 20:09:42 +0000</pubDate>
		<dc:creator>Vinod Ponmanadiyil</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[beautiful]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nimbus]]></category>
		<category><![CDATA[nimbus theme]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.vinodlive.com/2007/08/20/make-your-ubuntu-desktop-more-beautiful/</guid>
		<description><![CDATA[The default Ubuntu Human Theme has turned more &#8216;lighter&#8217; after the Hoary days &#8211; much to my dislike. Nimbus is a Sun Microsystem&#8217;s Look &#38; Feel which looks very professional and complete. The theme has been available for many Linux distributions and is very fast and agile. I wanted Nimbus for my Ubuntu Feisty Fawn [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p></p><p>The default Ubuntu <em>Human Theme </em>has turned more &#8216;lighter&#8217; after the Hoary days &#8211; much to my dislike. <strong>Nimbus</strong> is a Sun Microsystem&#8217;s Look &amp; Feel which looks very professional and complete. The theme has been available for many Linux distributions and is very fast and agile.</p>
<p>I wanted Nimbus for my Ubuntu Feisty Fawn and out of luck as most of the mirrors were down. But <strong>Sandino Flores Moreno </strong>was kind enough to provide me with the following script to install Nimbus. Execute this script, and you will have your own packages in a few minutes.</p>
<p><span id="more-529"></span></p>
<p><img src="http://www.vinodlive.com/wp-content/uploads/2007/08/nimbus-theme.png" alt="Nimbus-Theme" /></p>
<p style="border: 1px solid gray; margin: 20px 0px 10px; padding: 4px; overflow: auto; font-size: 8pt; width: 97.5%; cursor: text; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4; max-height: 200px">
<p style="border-style: none; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4">
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white"><span style="color: #008000">#############################</span></pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4">sudo apt-get install fakeroot dpkg-dev devscripts debhelper libgtk2.0-dev icon-naming-utils intltool</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white">wget -c http://dlc.sun.com/osol/jds/downloads/extras/nimbus-0.0.8.tar.bz2</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4">wget -c http://zap.tartarus.org/~ds/debian/dists/sid/main/source/nimbus_0.0.6-1.diff.gz</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white">tar xf nimbus-0.0.8.tar.bz2</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4">cd nimbus-0.0.8</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white">zcat ../nimbus_0.0.6-1.diff.gz | patch -p1</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4">chmod +x debian/rules</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white">debchange -v 0.0.8-1</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4">sudo apt-get build-dep</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: white">fakeroot dpkg-buildpackage -us -uc</pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4"><span style="color: #008000">#####################</span></pre>
<p>Install &#8220;gtk2-engines-nimbus_0.0.6-1_i386.deb&#8221; and &#8220;nimbus-icon-theme_0.0.6-1_all.deb&#8221; further. Finally go to System-&gt;Preferences-&gt;Theme and select &#8216;Nimbus&#8217;.<br />
Enjoy your new Ubuntu Look!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vinodlive.com/2007/08/20/make-your-ubuntu-desktop-more-beautiful/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Amazon S3 Storage Tools and Clients</title>
		<link>http://www.vinodlive.com/2007/08/20/amazon-s3-storage-tools/</link>
		<comments>http://www.vinodlive.com/2007/08/20/amazon-s3-storage-tools/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 19:00:23 +0000</pubDate>
		<dc:creator>Vinod Ponmanadiyil</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.vinodlive.com/2007/08/20/amazon-s3-storage-tools/</guid>
		<description><![CDATA[I have had a quota overflow at my FlickR account recently. They would only allow me to see the recent 200 photos. That means very less as I have got used to taking frequent snaps on my mobile phone and Shozu -ing it over . Personal Media is one hell of a thing to manage. Call me a storage [...]


Related posts:<ol><li><a href='http://www.vinodlive.com/2008/04/23/hot-backup-your-outlook-data-securely-and-automatically-with-truecrypt/' rel='bookmark' title='Permanent Link: HOT backup your Outlook data securely and automatically with TrueCrypt'>HOT backup your Outlook data securely and automatically with TrueCrypt</a></li>
<li><a href='http://www.vinodlive.com/2008/05/30/build-your-own-dotmac-mac-service/' rel='bookmark' title='Permanent Link: Build your own dotMac (.mac) Service'>Build your own dotMac (.mac) Service</a></li>
<li><a href='http://www.vinodlive.com/2010/01/19/how-to-unlock-the-kindle-global-wireless-browsing/' rel='bookmark' title='Permanent Link: How to unlock the Kindle Global Wireless Browsing'>How to unlock the Kindle Global Wireless Browsing</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>I have had a quota overflow at my FlickR account recently. They would only allow me to see the recent 200 photos. That means very less as I have got used to taking frequent snaps on my mobile phone and <a href="http://www.shozu.com">Shozu</a> -ing it over . Personal Media is one hell of a thing to manage. Call me a <em>storage paranoid</em>, I have duplicates of personal media thrown all over USB storage, FlickR, PicasaWeb, you name it!. After researching for quite some time I have finally signed-up for an <a href="http://aws.amazon.com/s3">Amazon S3</a> based Grid Storage Service. It works out cheap and reliable. <a href="http://www.vinodlive.com/wp-content/uploads/2007/08/amazon-s3.gif"><img src="http://www.vinodlive.com/wp-content/uploads/2007/08/amazon-s3-thumb.gif" alt="Amazon s3" width="74" height="74" /></a></p>
<blockquote><p>New bandwidth price (effective June 1, 2007)<br />
$0.10 per GB &#8211; all data uploaded</p>
<p>$0.18 per GB &#8211; first 10 TB / month data downloaded<br />
$0.16 per GB &#8211; next 40 TB / month data downloaded<br />
$0.13 per GB &#8211; data downloaded / month over 50 TB<br />
Data transferred between Amazon S3 and Amazon EC2 will remain free of charge</p>
<p>New request-based price (effective June 1, 2007)<br />
$0.01 per 1,000 PUT or LIST requests<br />
$0.01 per 10,000 GET and all other requests*<br />
* No charge for delete requests</p></blockquote>
<p>But Amazon S3 is designed NOT to be consumer facing service. You need to talk in terms of APIs with Amazon S3. Many have found this to be a great business opportunity and created many Amazon S3 Storage Tools. <a href="http://jeremy.zawodny.com/blog/archives/007641.html">Jeremy Zawodny</a> have done a good job of listing them, but I found a few more tools during my research and here they are &#8211; categorized.</p>
<p><span id="more-528"></span></p>
<p><strong>Command Line Tools</strong></p>
<p><a href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=11975&amp;start=0&amp;tstart=0"><strong>S3Sync</strong></a> &#8211; S3 Sync is a cross platform Ruby Program that easily transfers directories between a local directory and an S3 bucket:prefix. It behaves somewhat, but not precisely, like the rsync program. <a href="http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/">John Eberly</a> has an efficient way of using S3Sync with Jets3t. [OpenSource]</p>
<p><strong><a href="http://quillen.sourceforge.net/">Quillen S3 Backup</a> &#8211; </strong>Provides a very efficient chunking system which minimizes the amount of data that has to be transferred between successive versions of a file. Great bandwidth-aware solution for your Amazon S3 account. [OpenSource]</p>
<p><a href="http://s3tools.logix.cz/s3cmd">S3cmd</a> &#8211;  is a command line tool to upload, retrieve and manage data in Amazon S3. [OpenSource]</p>
<p><strong>Drive Letter Integration / Virtual File System </strong></p>
<p><a href="http://dev.extensibleforge.net/wiki/s3/fuse">S3Fuse</a> &#8211; helps mount S3 buckets as local resource on most Unix/Linux systems. Looks complicated to setup. [OpenSource]</p>
<p><a href="http://www.jungledisk.com"><strong>JungleDisk</strong></a> &#8211; An excellent, rock-solid solution which works well on Linux and Windows platforms. The Virtual File System is realized atop a cache which makes life lot easier on slower bandwidth connections. Too bad that they don&#8217;t offer any other purchase option other than Amazon payments , which does not allow non US customers [Commercial]</p>
<p><a href="http://sourceforge.net/projects/s3dav">S3WebDAV</a> &#8211; This java based solution Provides a read+Write WebDAV interface on Unix/Linux systems for your S3 account. This WebDAV URL can be mapped to a drive letter for easier file operations. [OpenSource]</p>
<p><a href="http://www.s3drive.net/"><strong>S3Drive</strong></a><strong> -</strong> S3Drive is a Windows application that lets you access the Amazon web space as a local network drive. Apart from the ease of use, S3Drive is highly bandwidth aware and fault-tolerant. [OpenSource]</p>
<p><strong>Browser Based / Online</strong></p>
<p><a href="http://www.rjonna.com/ext/s3fox.php"><strong>S3Fox</strong></a> Firefox browser extension &#8211; Works very well just like an FTP client with 2 panes to operate with. Plus, You can setup automatic synchronization between local folder and S3. [Free]</p>
<p><a href="http://www.sync2s3.com/">Sync2S3</a> -  is an online service which helps you manage your S3 buckets and resources through the browser.  [Commercial]</p>
<p><a href="http://s3browse.com">S3Browse</a> &#8211; You can use this website to manage your Amazon S3 account. [Free]</p>
<p><a href="http://s3tools.logix.cz/s3browser">S3 Browser</a> &#8211; is a server-side PHP application that lets you manage your S3 storage and data in it using a web browser. [OpenSource]</p>
<p><strong>Cross Platform Tools</strong></p>
<p><a href="https://jets3t.dev.java.net/"><strong>Jets3t</strong></a> ( Pronounced &#8216;<em>jet-set</em>&#8216; )  - is a Java based Toolkit, which is very actively under development. The toolkit provides Java programmers with a powerful yet simple API for interacting with S3 and managing data stored there, while the applications like Jets3t CockPit and Uploader allow anyone to easily manage and interact with their S3 accounts. [OpenSource]</p>
<p><a href="http://www.maluke.com/blog/beta-11">S3Backup</a> &#8211; S3 Backup is a fail-safe, encrypted online backup solution. [Commercial]</p>
<p><a href="http://www.bucketexplorer.com/"><strong>BucketExplorer</strong></a> &#8211; A very well designed Java based Application with extensive auditing options for your S3 buckets. [Commercial]</p>
<p><strong>Service Related</strong></p>
<p><a href="http://tantannoodles.com/toolkit/wordpress-s3/">Amazon S3 plugin for WordPress</a> &#8211; Allows you to easily use Amazon S3 with your WordPress blog. S3 Bucket can be easily accessed from the WordPress admin screen. [OpenSource]</p>
<p><a href="http://www.postneo.com/2006/03/22/backing-up-flickr-photos-with-amazon-s3">FlickR to S3 backup Tool</a> &#8211; This is a minimal Python script to backup your FlickR photos to your Amazon S3 account. [OpenSource]</p>
<p><strong>Conclusion</strong></p>
<p>One thing to consider before you select your Amazon S3 Tool is the Integrity and Format of your data. S3 allows http-based access and encryption. Choose a tool or setup a mechanism yourself to encrypt your private data before you store them on S3. Your data should be retrievable even without any dependency on the tool. I chose <strong><a href="https://jets3t.dev.java.net/">Jets3t</a></strong> over everything else because I found it to be highly customizable and programmable, not to forget the excellent Cockpit.[</p>
<p><strong>[Update]</strong></p>
<p>A beautiful Amazon S3 Client for <strong>Mac OS X </strong>: <a href="http://s3hub.com/">S3Hub</a></p>
<p>Another useful freeware Amazon S3 Client for <strong>Windows</strong> :<a href="http://cloudberrylab.com/"> Cloudberry S3 Explorer</a></p>


<p>Related posts:<ol><li><a href='http://www.vinodlive.com/2008/04/23/hot-backup-your-outlook-data-securely-and-automatically-with-truecrypt/' rel='bookmark' title='Permanent Link: HOT backup your Outlook data securely and automatically with TrueCrypt'>HOT backup your Outlook data securely and automatically with TrueCrypt</a></li>
<li><a href='http://www.vinodlive.com/2008/05/30/build-your-own-dotmac-mac-service/' rel='bookmark' title='Permanent Link: Build your own dotMac (.mac) Service'>Build your own dotMac (.mac) Service</a></li>
<li><a href='http://www.vinodlive.com/2010/01/19/how-to-unlock-the-kindle-global-wireless-browsing/' rel='bookmark' title='Permanent Link: How to unlock the Kindle Global Wireless Browsing'>How to unlock the Kindle Global Wireless Browsing</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vinodlive.com/2007/08/20/amazon-s3-storage-tools/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Google Desktop Search for Linux available</title>
		<link>http://www.vinodlive.com/2007/06/28/google-desktop-search-for-linux-available/</link>
		<comments>http://www.vinodlive.com/2007/06/28/google-desktop-search-for-linux-available/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 05:09:46 +0000</pubDate>
		<dc:creator>Vinod Ponmanadiyil</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.vinodlive.com/2007/06/28/google-desktop-search-for-linux-available/</guid>
		<description><![CDATA[Google has released the long awaited desktop search option for Linux platform. It officially supports Red Hat,Fedora, Suse, Mandriva and more popular Debian/Ubuntu x86 versions.The configuration Guide for Ubuntu 7.04(Feisty) is very detailed yet simple.I will post later if this is better than the Beagle. Google Desktop Search for Linux supports the following features:- * [...]


Related posts:<ol><li><a href='http://www.vinodlive.com/2008/04/16/oracle-enterprise-linux-free-dvds/' rel='bookmark' title='Permanent Link: Oracle Enterprise Linux &#8211; Free DVDs'>Oracle Enterprise Linux &#8211; Free DVDs</a></li>
<li><a href='http://www.vinodlive.com/2008/01/23/lookout-microsoft-outlook-search-tool-still-works/' rel='bookmark' title='Permanent Link: LookOut &#8211; Microsoft Outlook Search tool, still works'>LookOut &#8211; Microsoft Outlook Search tool, still works</a></li>
<li><a href='http://www.vinodlive.com/2007/08/20/make-your-ubuntu-desktop-more-beautiful/' rel='bookmark' title='Permanent Link: Make your Ubuntu desktop more beautiful'>Make your Ubuntu desktop more beautiful</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Google has released the long awaited <a href="http://desktop.google.com/linux/download.html">desktop search option for Linux</a> platform. It officially supports Red Hat,Fedora, Suse, Mandriva and more popular Debian/Ubuntu x86 versions.<br />The <a href="http://www.google.com/linuxrepositories/ubuntu704.html">configuration Guide for Ubuntu 7.04</a>(Feisty) is very detailed yet simple.<br />I will post later if this is better than the Beagle.<br />
<span id="more-452"></span><br />
Google Desktop Search for Linux supports the following features:-<br />
    * Gmail<br />
    * Text files and source code<br />
    * PDF and PS files<br />
    * HTML files<br />
    * Email from Thunderbird<br />
    * OpenOffice.org documents<br />
    * Image and music files<br />
    * Man pages and Info pages<br />
    * File and folder names</p>


<p>Related posts:<ol><li><a href='http://www.vinodlive.com/2008/04/16/oracle-enterprise-linux-free-dvds/' rel='bookmark' title='Permanent Link: Oracle Enterprise Linux &#8211; Free DVDs'>Oracle Enterprise Linux &#8211; Free DVDs</a></li>
<li><a href='http://www.vinodlive.com/2008/01/23/lookout-microsoft-outlook-search-tool-still-works/' rel='bookmark' title='Permanent Link: LookOut &#8211; Microsoft Outlook Search tool, still works'>LookOut &#8211; Microsoft Outlook Search tool, still works</a></li>
<li><a href='http://www.vinodlive.com/2007/08/20/make-your-ubuntu-desktop-more-beautiful/' rel='bookmark' title='Permanent Link: Make your Ubuntu desktop more beautiful'>Make your Ubuntu desktop more beautiful</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vinodlive.com/2007/06/28/google-desktop-search-for-linux-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux don&#8217;t have a decent Blog Editor?</title>
		<link>http://www.vinodlive.com/2007/06/20/linux-dont-have-a-decent-blog-editor-2/</link>
		<comments>http://www.vinodlive.com/2007/06/20/linux-dont-have-a-decent-blog-editor-2/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 07:58:54 +0000</pubDate>
		<dc:creator>Vinod Ponmanadiyil</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.vinodlive.com/2007/06/20/linux-dont-have-a-decent-blog-editor-2/</guid>
		<description><![CDATA[Firefox is slow as a snail on my Windows XP laptop these days. I take the blame partly because of the number of plugins I might have fed it. The system is freezing every now and then. I&#8217;ve got around 500+ Feeds to track everyday through Netvibes. That excellent ajaxed&#8217; web application is crawling to [...]


Related posts:<ol><li><a href='http://www.vinodlive.com/2008/01/20/my-favorite-leopard-applications/' rel='bookmark' title='Permanent Link: My favorite Leopard Applications'>My favorite Leopard Applications</a></li>
<li><a href='http://www.vinodlive.com/2008/04/21/software-cost-comparison-between-mac-and-windows/' rel='bookmark' title='Permanent Link: Software Cost Comparison between Mac and Windows'>Software Cost Comparison between Mac and Windows</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Firefox is slow as a snail on my Windows XP laptop these days. I take the blame partly because of the number of plugins I might have fed it. The system is freezing every now and then. <br /><img src="http://www.vinodlive.com/wp-content/uploads/2007/06/prec-m90ubuntu.jpg" /></p>
<p>I&#8217;ve got around 500+ Feeds to track everyday through <a href="http://www.netvibes.com">Netvibes</a>. That excellent ajaxed&#8217; web application is crawling to death within Firefox. I was excited to see the <a href="http://www.vinodlive.com/2007/06/12/apple-safari-now-on-windows-too/">Safari for windows</a>, but it is not so stable and secure as of now.</p>
<p>I have been using <a href="http://www.ubuntu.org">Ubuntu</a> from the Hoary days to last years Dapper. Switched partly due to organizational policies of using Windows. But these system freezes are tempting me to go back to the Ubuntu times.</p>
<p>I got the Feisty Fawn CD from a colleague and booted off. The primary concern for me was to find a decent blogging client for WordPress on Ubuntu. Searched around and did not find any good ones. I am finally giving a try with the <a href="http://scribefire.com/">ScribeFire</a>. The Firefox plugin which helps you blog on many platforms. </p>
<p>So now, I have booted off the Feisty CD, Fired up the Firefox, installed the ScribeFire plugin and is writing this post inside ScribeFire. This is no comparison the cozy world of <a href="http://windowslivewriter.spaces.live.com/">Microsoft Windows Live Writer</a>. Still there is live previews and Technorati inline-tags support. Let me see how it goes. Wish someone found a way to get Windows Live Writer Working with <a href="http://www.winehq.com/">Wine</a>. I guess it is not easy, as WLW uses the latest .NET runtime features.</p>
<p>Does anyone have any <span style="font-weight: bold;">Ubuntu Blogging Stories</span> to share?!</p>
<p>
[tags] blogging tools, Ubuntu, Windows Live Writer, ScribeFire [/tags]</p>


<p>Related posts:<ol><li><a href='http://www.vinodlive.com/2008/01/20/my-favorite-leopard-applications/' rel='bookmark' title='Permanent Link: My favorite Leopard Applications'>My favorite Leopard Applications</a></li>
<li><a href='http://www.vinodlive.com/2008/04/21/software-cost-comparison-between-mac-and-windows/' rel='bookmark' title='Permanent Link: Software Cost Comparison between Mac and Windows'>Software Cost Comparison between Mac and Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vinodlive.com/2007/06/20/linux-dont-have-a-decent-blog-editor-2/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
