<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

  <channel>
    <title>vsbabu.org : linux</title>
    <link>http://vsbabu.org/mt/archives/categories/linux/</link>
    <description>Gluing passing thoughts to foregone conclusions</description>
    <dc:language>en-us</dc:language>
    <dc:creator>vsbabu@gmail.com</dc:creator>
    <dc:rights>Copyright 2011</dc:rights>
    <dc:date>2011-08-21T09:50:55+05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.661" />
    <admin:errorReportsTo rdf:resource="mailto:vsbabu@gmail.com"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

    <item>
      <title>Quick Ref: Linux Mint 11 #1</title>
      <link>http://vsbabu.org/mt/archives/2011/08/21/quick_ref_linux_mint_11_1.html</link>
      <description>Been using Mint Katya on my new Toshiba C640 laptop that shipped with no OS installed. Fixes for some annoyances that keep bothering me.</description>
      <guid isPermaLink="false">1076@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>To force a filesystem check on root filesystem on next reboot, do:</p>
<blockquote><tt><pre>
sudo touch /forcefsck
</pre></tt></blockquote>

<p>To restore the gnome panel to defaults:</p>
<blockquote><tt><pre>
gconftool-2 --shutdown
rm -rf ~/.gconf/apps/panel
pkill gnome-panel
</pre></tt></blockquote>

<p>If clicking on any file location from say google chrome download list or other links gives an error <em>the requested location is not a folder</em>:</p>

<blockquote><tt><pre>
sudo apt-get remove exo-utils
</pre></tt></blockquote>
]]></content:encoded>
      <dc:subject>linux</dc:subject>
      <dc:date>2011-08-21T09:50:55+05:00</dc:date>
    </item>
    <item>
      <title>Hat problems</title>
      <link>http://vsbabu.org/mt/archives/2005/01/29/hat_problems.html</link>
      <description>Fedora Core 3 installation creates trouble while I boot to Mandrake 10.1.</description>
      <guid isPermaLink="false">997@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
My laptop had a partition with <a href="www.mandrake-linux.com">Mandrake Linux</a> 10.1 installed on it.
I recently downloaded <a href="http://fedora.redhat.com/">Fedora</a> Core 3 and installed it. Fedora is quite
nice, but it made my Mandrake system unavailable.
</p>

<p>
First problem was an easy fix. For the second issue, I have a workaround I don't like.
</p>]]></content:encoded>
      <dc:subject>linux</dc:subject>
      <dc:date>2005-01-29T11:56:06+05:00</dc:date>
    </item>
    <item>
      <title>Linux on TV</title>
      <link>http://vsbabu.org/mt/archives/2003/09/08/linux_on_tv.html</link>
      <description>Yesterday, I saw an ad on TV about: Linux!</description>
      <guid isPermaLink="false">882@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
I thought the day will never come - there is actually something
intelligent on TV here. During US Open finals, there was an ad
featuring a curious kid. Slightly long ad, and till the end, I was
not able to figure out what it was about.
</p>

<p>
Then a white screen comes up with one word in the center: LINUX.
</p>]]></content:encoded>
      <dc:subject>linux</dc:subject>
      <dc:date>2003-09-08T10:48:29+05:00</dc:date>
    </item>
    <item>
      <title>Trying out XFce4 </title>
      <link>http://vsbabu.org/mt/archives/2003/08/09/trying_out_xfce4_.html</link>
      <description>Little less eyecandy than Gnome, but definitely very good.</description>
      <guid isPermaLink="false">861@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>I used <a href="http://www.xfce.org/">XFce</a> when it was in version 3. The current beta version is 4. It is pretty good. Doesn&#39;t use as much memory as <a href="http://www.gnome.org/">Gnome</a>, but still provides a pleasant environment.</p>

<p>You can download  <a href="http://clevername.homeip.net/xfce4/">Mandrake 9.1 RPMS</a>.</p>

<p>These <span class="caps">RP</span>Ms don&#39;t automatically integrate with Mandrake&#39;s menu structure. I wrote a quick Python script to  <a href="http://vsbabu.org/tools/viewcvs.cgi/menus_flux2xfce.py?rev=HEAD&amp;content-type=text/vnd.viewcvs-markup">Convert Fluxbox menus to XFce menu.xml</a>. I probably should&#39;ve figured out how menudrake stores the menu entries and written a converter for that. Anyway, I used to use Fluxbox most of the time&#8230;</p>]]></content:encoded>
      <dc:subject>linux</dc:subject>
      <dc:date>2003-08-09T16:42:09+05:00</dc:date>
    </item>
    <item>
      <title>Mozilla mailbox in dual-boot machine</title>
      <link>http://vsbabu.org/mt/archives/2003/07/06/mozilla_mailbox_in_dualboot_machine.html</link>
      <description>Notes on solving one little annoyance on a dual-boot system - how to share a mailbox from both OS?</description>
      <guid isPermaLink="false">825@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>I&#39;ve a dual-boot machine running Windows <span class="caps">XP</span> and Mandrake 9.1 at home. I frequently see people asking in Linux newsgroups how to share the mailboxes in such a situation between the two <span class="caps">OS. </span>Here&#39;s my setup - it may not the perfect setup, but it works for me :-) May be it is useful to you too.</p>

<p>Here&#39;s what it lets me do. Send and receive e-mail from either <span class="caps">OS. </span>Use mailboxes from either <span class="caps">OS. </span>Doesn&#39;t let me share addressbook.</p>]]></content:encoded>
      <dc:subject>linux</dc:subject>
      <dc:date>2003-07-06T11:35:41+05:00</dc:date>
    </item>
    <item>
      <title>Mandrake 9.1: Adding original CDs to software sources</title>
      <link>http://vsbabu.org/mt/archives/2003/04/30/mandrake_91_adding_original_cds_to_software_sources.html</link>
      <description>Newbie Guide: Add installation CDs to Mandrake&apos;s software sources repository.</description>
      <guid isPermaLink="false">777@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Sometimes, you might've RPM files packaged in a CD or other removable media. Installation CDs are perfect examples for this. If you have new CDs, or if your setup is messed up, it is pretty easy to add CDs to the list of available software repositories. In this post, I explain how it can be done using newbie-friendly graphical
interface. 
</p>
<p>
Please note that the instructions and screenshots are
specific to Mandrake 9.1. This post is of little use to users of other Linux distributions. For other versions of Mandrake, it might be helpful.
</p>]]></content:encoded>
      <dc:subject>linux</dc:subject>
      <dc:date>2003-04-30T20:23:23+05:00</dc:date>
    </item>
    <item>
      <title>Missing piece in Enterprise Linux</title>
      <link>http://vsbabu.org/mt/archives/2003/04/29/missing_piece_in_enterprise_linux.html</link>
      <description>Very good article about what is missing in Linux for Enterprise.</description>
      <guid isPermaLink="false">774@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
<a href="http://linux.oreillynet.com/pub/a/linux/2003/04/28/enterprise.html"><cite>O'Reilly Net</a>: <q>
With all of the incredible strides that Linux has made from the smallest embedded devices to the some of the largest supercomputers ever made, there is one piece of its complete adoption in the enterprise that's still missing--a not so little piece still to be done: integration and interoperability with <em>Active Directory (AD)</em>.
</q>
</p>]]></content:encoded>
      <dc:subject>linux</dc:subject>
      <dc:date>2003-04-29T06:40:53+05:00</dc:date>
    </item>
    <item>
      <title>MySQL on Mandrake 9.1 with Python</title>
      <link>http://vsbabu.org/mt/archives/2003/04/19/mysql_on_mandrake_91_with_python.html</link>
      <description>A fast database is an ideal partner for a fast-to-use programming language. Notes on setting up this combination on a fast-to-use Linux system.</description>
      <guid isPermaLink="false">766@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
After I got <a href="http://vsbabu.org/mt/archives/2003/04/17/mysql_in_mandrake_91.html">MySQL configured and loaded with data on
my Mandrake 9.1</a>, I wanted to see how to access it from Python. Turns out
to be pretty easy. In this article, I'll explain how to configure MySQL
driver for Python, and a small self-explanatory Python script explaining
data access.
</p>]]></content:encoded>
      <dc:subject>dbms</dc:subject>
      <dc:date>2003-04-19T11:34:59+05:00</dc:date>
    </item>
    <item>
      <title>PostgreSQL on Mandrake 9.1 with Python</title>
      <link>http://vsbabu.org/mt/archives/2003/04/17/postgresql_on_mandrake_91_with_python.html</link>
      <description>Screw Java. Worship Python. Quick notes on setting up Python to access PostgreSQL.</description>
      <guid isPermaLink="false">765@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
This is a followup article to <a href="http://vsbabu.org/mt/archives/2003/04/13/postgresql_on_mandrake_91_with_java.html">Sunday's experiment on accessing PostgreSQL from Java</a>. I quickly got
tired of typing in all the curly braces, save-compile cycle with Java. In this article, I will try to explain how to get started with accessing data in our PostgreSQL from Python. Installing Python, necessary drivers and writing a small Python program are covered.
</p>]]></content:encoded>
      <dc:subject>dbms</dc:subject>
      <dc:date>2003-04-17T18:54:23+05:00</dc:date>
    </item>
    <item>
      <title>MySQL in Mandrake 9.1</title>
      <link>http://vsbabu.org/mt/archives/2003/04/17/mysql_in_mandrake_91.html</link>
      <description>Get started with MySQL on Mandrake Linux to run queries fast. Really fast.</description>
      <guid isPermaLink="false">764@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
After <a href="http://vsbabu.org/mt/archives/2003/04/12/postgresql_in_mandrake_91.html">trying out PostgreSQL</a> for loading web server logs, I decided to see how MySQL would fare. PostgreSQL has lot more options, especially foreign keys, stored procedures, triggers, much more standard SQL and more functions. But the default installation turned out to be slightly slower in executing my queries. MySQL is known for its speed, atleast for few-writes-many-reads kind of usage. Here are my notes on getting started with MySQL on Mandrake 9.1. I've not covered issues like security, fine tuning or backup and restore.
</p>]]></content:encoded>
      <dc:subject>dbms</dc:subject>
      <dc:date>2003-04-17T18:31:28+05:00</dc:date>
    </item>
    <item>
      <title>PostgreSQL on Mandrake 9.1 with Java</title>
      <link>http://vsbabu.org/mt/archives/2003/04/13/postgresql_on_mandrake_91_with_java.html</link>
      <description>Minimal notes on accessing PostgreSQL from Java on my favourite Linux.</description>
      <guid isPermaLink="false">758@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
This is a followup article to yesterday's experiment on quickly <a href="http://vsbabu.org/mt/archives/2003/04/12/postgresql_in_mandrake_91.html">diving
into PostgreSQL on Mandrake 9.1</a> <em>(this is probably the only thing <a href="http://www.diveintomark.org/">Mark Pilgrim</a> hasn't dived into yet on his sites :-))</em>. I will try to explain how to get started with accessing data in our PostgreSQL from Java. Installing Java,
necessary drivers and writing a small Java program are covered.
</p>]]></content:encoded>
      <dc:subject>dbms</dc:subject>
      <dc:date>2003-04-13T11:51:08+05:00</dc:date>
    </item>
    <item>
      <title>PostgreSQL in Mandrake 9.1</title>
      <link>http://vsbabu.org/mt/archives/2003/04/12/postgresql_in_mandrake_91.html</link>
      <description>Quick notes on using this great database from a default installation of Mandrake 9.1.</description>
      <guid isPermaLink="false">757@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
<a href="http://www.postgresql.org/">PostgreSQL</a> is my choice
for a SQL database while using Linux. If you are in a big hurry to
get PostgreSQL going in your shiny new <a href="http://www.linux-mandrake.com/">Mandrake Linux 9.1</a> machine, here is how to do it quickly.
</p>

<p>
These notes don't address security or backup and restore. I explain how to start the database server, create a user and database, create a table in the database, add some data and query it back.
</p>]]></content:encoded>
      <dc:subject>dbms</dc:subject>
      <dc:date>2003-04-12T19:23:11+05:00</dc:date>
    </item>
    <item>
      <title>Upgrade Mandrake 9.0 to 9.1</title>
      <link>http://vsbabu.org/mt/archives/2003/03/30/upgrade_mandrake_90_to_91.html</link>
      <description>Notes on how I upgraded Mandrake, without burning ISOs on cd-roms.</description>
      <guid isPermaLink="false">749@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
This weekend, I downloaded iso images for Mandrake 9.1 and decided to
upgrade <a href="http://vsbabu.org/mt/archives/2002/11/17/mandrake_9_and_toshiba_satellite_1905s301.html">my Toshiba laptop</a>. I've a dual-boot system with XP as the "other" OS. I ran out
of CD-R's, so I had to install this from hard disk - a first time for me. Here are my installation notes.
</p>]]></content:encoded>
      <dc:subject>linux</dc:subject>
      <dc:date>2003-03-30T08:17:29+05:00</dc:date>
    </item>
    <item>
      <title>CD-R with Mandrake 9 and Toshiba 1905-S301</title>
      <link>http://vsbabu.org/mt/archives/2003/02/18/cdr_with_mandrake_9_and_toshiba_1905s301.html</link>
      <description>RTFM is a great way to save money!</description>
      <guid isPermaLink="false">732@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>I tried many <span class="caps">GUI</span> clients including xcdroast in Mandrake, but these couldn&#39;t detect and write <span class="caps">CD</span>&#39;s using <a href="http://vsbabu.org/mt/archives/2002/11/17/mandrake_9_and_toshiba_satellite_1905s301.html">DVD/CD-R combo in my laptop</a>.</p>

<p>Actually, it is pretty simple. Use <em>cdrecord</em> instead of any <span class="caps">GUI</span> client, with proper options. Read through <a href="http://www.tldp.org/HOWTO/CD-Writing-HOWTO.html">CD-Writing HOWTO</a> and I got 3 <span class="caps">CD</span>&#39;s written within half an hour.</p>]]></content:encoded>
      <dc:subject>linux</dc:subject>
      <dc:date>2003-02-18T14:52:21+05:00</dc:date>
    </item>
    <item>
      <title>Lost inittab!</title>
      <link>http://vsbabu.org/mt/archives/2003/02/18/lost_inittab.html</link>
      <description>Snowed in with a file system corruption.</description>
      <guid isPermaLink="false">731@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>Well, I went a little too adventurous with pushing X to the limits with my <a href="http://vsbabu.org/mt/archives/2002/11/17/mandrake_9_and_toshiba_satellite_1905s301.html">laptop running Mandrake 9</a>.  It resulted in a hard crash. Usually Linux is pretty good at coming back up and<br />
repairing the file systems.</p>

<p>This time, it choked. Apparently, the <em>/etc/inittab/</em> file got corrupted. After a gasp and re-collecting my thoughts, here is how I got the system back.</p>]]></content:encoded>
      <dc:subject>linux</dc:subject>
      <dc:date>2003-02-18T14:35:17+05:00</dc:date>
    </item>


  </channel>
</rss>


