<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Linuxmusings</title>
	<atom:link href="http://linuxmusings.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxmusings.wordpress.com</link>
	<description>My musings on LInux</description>
	<lastBuildDate>Wed, 30 Jul 2008 15:21:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='linuxmusings.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Linuxmusings</title>
		<link>http://linuxmusings.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linuxmusings.wordpress.com/osd.xml" title="Linuxmusings" />
	<atom:link rel='hub' href='http://linuxmusings.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Changing the GRUB start time.</title>
		<link>http://linuxmusings.wordpress.com/2008/07/30/changing-the-grub-start-time/</link>
		<comments>http://linuxmusings.wordpress.com/2008/07/30/changing-the-grub-start-time/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 15:21:19 +0000</pubDate>
		<dc:creator>linuxmusings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[/boot/grub/grub.conf]]></category>
		<category><![CDATA[Bootloader]]></category>
		<category><![CDATA[Canon]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[startup bootloader]]></category>
		<category><![CDATA[webcam in Fedora]]></category>

		<guid isPermaLink="false">http://linuxmusings.wordpress.com/?p=19</guid>
		<description><![CDATA[Well, a couple of days ago I was playing around with the configuration files while trying to get a Canon camera work as a web cam on Fedora 8 ( will be posting soon as soon as I get it working ). I don&#8217;t know what went wrong where but I guess I again messed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=19&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, a couple of days ago I was playing around with the configuration files while trying to get a Canon camera work as a web cam on Fedora 8 ( will be posting soon as soon as I get it working ). I don&#8217;t know what went wrong where but I guess I again messed up something somewhere. I booted my machine but the GRUB screen did not show up at all. I thought I screwed up my bootloader once again <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  but rebooting the machine the second time I observed that the bootloader appeared, but only for a fraction of a second. From there onwards, it wasn&#8217;t rocket science to figure out what was going wrong. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>The start up time in the bootloader config file had changed somehow ( how I dont know ). I just opened : /boot/grub/grub.conf<br />
<code><br />
# grub.conf generated by anaconda<br />
#<br />
# Note that you do not have to rerun grub after making changes to this file<br />
# NOTICE:  You have a /boot partition.  This means that<br />
#          all kernel and initrd paths are relative to /boot/, eg.<br />
#          root (hd0,5)<br />
#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00<br />
#          initrd /initrd-version.img<br />
#boot=/dev/sda<br />
default=0<br />
timeout=.1265375487234752873524368426354987123594872135041235182053-481253784<br />
splashimage=(hd0,5)/grub/splash.xpm.gz<br />
hiddenmenu<br />
title Fedora (2.6.23.1-42.fc8 )<br />
        root (hd0,5)<br />
        kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br />
        initrd /initrd-2.6.23.1-42.fc8.img<br />
title Other<br />
        rootnoverify (hd0,0)<br />
        chainloader +1<br />
~<br />
~<br />
</code></p>
<p>If you notice the timeout in the above file it is some decimal number. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' />   <img src='http://s1.wp.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /><br />
I have absolutely no idea how it changed <img src='http://s1.wp.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /><br />
I just cleared the decimal and entered the time which I wanted the GRUB screen to display at bootup.</p>
<p>P.S. About the canon camera. I mailed the tech support for Canon and they replied back that using your canon digital camera as a webcam is not advisable as it heats up pretty quickly within 5 to 6 minutes of continuous use. Anyways you get web cams a hell lot cheaper, so why compromise on something that cost you a fortune as compared to web cams.<br />
By the way I am trying out the above just to see if it is possible. Will post as soon as I get it working. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmusings.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmusings.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmusings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmusings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmusings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmusings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxmusings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxmusings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxmusings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxmusings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmusings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmusings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmusings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmusings.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmusings.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmusings.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=19&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxmusings.wordpress.com/2008/07/30/changing-the-grub-start-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">linuxmusings</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s the grey box on the top-left corner of the Gmail Window?</title>
		<link>http://linuxmusings.wordpress.com/2008/07/15/whats-the-grey-box-on-the-top-left-corner-of-the-gmail-window/</link>
		<comments>http://linuxmusings.wordpress.com/2008/07/15/whats-the-grey-box-on-the-top-left-corner-of-the-gmail-window/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 02:56:53 +0000</pubDate>
		<dc:creator>linuxmusings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[grey speck at top left corner]]></category>

		<guid isPermaLink="false">http://linuxmusings.wordpress.com/?p=16</guid>
		<description><![CDATA[Ok. I have been noticing this speck on the top left corner of the Gmail window from quite sometime now but I am at a loss of words to describe what exactly the &#8220;graphic&#8221; is supposed to be. It started appearing or rather I&#8217;d say I started noticing this graphic some 15 days back but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=16&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ok. I have been noticing this speck on the top left corner of the Gmail window from quite sometime now but I am at a loss of words to describe what exactly the &#8220;graphic&#8221; is supposed to be. It started appearing or rather I&#8217;d say I started noticing this graphic some 15 days back but never bothered to find out what exactly it was. It looks something like: ( image courtesy TechCrunchIT)</p>
<p><a href="http://linuxmusings.files.wordpress.com/2008/07/gmail.gif"><img src="http://linuxmusings.files.wordpress.com/2008/07/gmail.gif?w=500&#038;h=277" alt="" width="500" height="277" class="alignnone size-medium wp-image-17" /></a></p>
<p>That was reason enough for me to google it out and I found out I was not the only one who had noticed this.</p>
<p><a href="http://www.techcrunchit.com/2008/07/05/the-mysterious-grey-box-on-gmail/">www.techcrunchit.com/2008/07/05/the-mysterious-grey-box-on-gmail</a></p>
<p>This link here has an explanation and readers have also have some real &#8220;wacky&#8221; opinions on what the graphic is. Strange as it seems it appears only in Firefox and Safari browsers not in IE.<br />
And as mysteriously the &#8220;box&#8221; started showing up it disappeared just as mysteriously.   <img src='http://s1.wp.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmusings.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmusings.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmusings.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmusings.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmusings.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmusings.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxmusings.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxmusings.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxmusings.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxmusings.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmusings.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmusings.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmusings.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmusings.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmusings.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmusings.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=16&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxmusings.wordpress.com/2008/07/15/whats-the-grey-box-on-the-top-left-corner-of-the-gmail-window/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">linuxmusings</media:title>
		</media:content>

		<media:content url="http://linuxmusings.files.wordpress.com/2008/07/gmail.gif?w=300" medium="image" />
	</item>
		<item>
		<title>X Crash!</title>
		<link>http://linuxmusings.wordpress.com/2008/06/21/x-crash/</link>
		<comments>http://linuxmusings.wordpress.com/2008/06/21/x-crash/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 16:01:00 +0000</pubDate>
		<dc:creator>linuxmusings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[/etc/X11/xorg.conf]]></category>
		<category><![CDATA[X]]></category>

		<guid isPermaLink="false">http://linuxmusings.wordpress.com/?p=13</guid>
		<description><![CDATA[You might as well have guessed by now the reason for the long hiatus from my previous post. I really messed up my X trying to install compiz on my machine. Compiz has got some real cool desktop effects like 3D cube which I decided to try out. But after I installed it and was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=13&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You might as well have guessed by now the reason for the long hiatus from my previous post. I really messed up my X trying to install compiz on my machine. Compiz has got some real cool desktop effects like 3D cube which I decided to try out. But after I installed it and was all ready to check it out, the unthinkable happened. My X crashed! There I was staring at the blank screen and cursing myself. I should have remembered to</p>
<p>cp  /etc/X11/xorg.conf  /etc/X11/xorg.conf.bak</p>
<p>Since then I had been breaking my head trying to get my X working. Then I read somewhere ( courtesy kagesenshi ) that if you delete the /etc/X11/xorg.conf and restart,  Xorg gets configured automatically. Duh! It was as simple as that!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmusings.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmusings.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmusings.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmusings.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmusings.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmusings.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxmusings.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxmusings.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxmusings.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxmusings.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmusings.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmusings.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmusings.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmusings.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmusings.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmusings.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=13&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxmusings.wordpress.com/2008/06/21/x-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">linuxmusings</media:title>
		</media:content>
	</item>
		<item>
		<title>The &#8220;Three&#8221; Commandments!</title>
		<link>http://linuxmusings.wordpress.com/2008/05/15/the-three-commandments/</link>
		<comments>http://linuxmusings.wordpress.com/2008/05/15/the-three-commandments/#comments</comments>
		<pubDate>Thu, 15 May 2008 05:36:41 +0000</pubDate>
		<dc:creator>linuxmusings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxmusings.wordpress.com/?p=12</guid>
		<description><![CDATA[1) Do NOT log in as &#8216;root&#8217; if you don&#8217;t know what you are doing. 2) Do NOT log in as &#8216;root&#8217; even if you know what you are doing. 3) Never ever log in as &#8216;root&#8217;! &#8220;With great power comes great responsibility&#8221;. Sad! I&#8217;ve learnt it the hard way.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=12&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1) Do NOT log in as &#8216;root&#8217; if you don&#8217;t know what you are doing.<br />
2) Do NOT log in as &#8216;root&#8217; even if you know what you are doing.<br />
3) Never ever log in as &#8216;root&#8217;!</p>
<p>&#8220;With great power comes great responsibility&#8221;. Sad! I&#8217;ve learnt it the hard way. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmusings.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmusings.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmusings.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmusings.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmusings.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmusings.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxmusings.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxmusings.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxmusings.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxmusings.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmusings.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmusings.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmusings.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmusings.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmusings.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmusings.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=12&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxmusings.wordpress.com/2008/05/15/the-three-commandments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">linuxmusings</media:title>
		</media:content>
	</item>
		<item>
		<title>Qt? Heck!! I&#8217;m loving it!</title>
		<link>http://linuxmusings.wordpress.com/2008/05/14/qt-heck-im-loving-it/</link>
		<comments>http://linuxmusings.wordpress.com/2008/05/14/qt-heck-im-loving-it/#comments</comments>
		<pubDate>Wed, 14 May 2008 15:31:14 +0000</pubDate>
		<dc:creator>linuxmusings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://linuxmusings.wordpress.com/?p=9</guid>
		<description><![CDATA[Qt is a cross-platform toolkit from Trolltech used for developing GUI applications for Windows, UNIX/X11, Mac and Linux Embedded. There are many others like GTK, Motif, TCL/TK. But, a little research on the net will show you why it&#8217;s the most preferred. Well I&#8217;m not some authority to comment on its more technical nitty gritties [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=9&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Qt is a cross-platform toolkit from <a href="http://www.Trolltech.com">Trolltech</a> used for developing GUI applications for Windows, UNIX/X11, Mac and Linux Embedded. There are many others like GTK, Motif, TCL/TK. But, a little research  on the net will show you why it&#8217;s the most preferred. Well I&#8217;m not some authority to comment on its more technical nitty gritties but the experience of the few months I&#8217;ve had with Qt is encouraging to say the least. It&#8217;s got a wonderful IDE, with widgets( control elements in Windows like Buttons, Forms ) with the drag and drop features( like Visual Studio in Windows ). Some of the well known applications created using Qt are Opera, Google Earth and Skype.</p>
<p><img src="http://linuxmusings.files.wordpress.com/2008/05/800px-qt-designer-v421.png?w=700&#038;h=411" alt="" width="700" height="411" class="alignnone size-medium wp-image-10" /></a></p>
<p>The event and event handlers concept which we are so familiar with in Visual Studio is known as signals and slots here. eg If a user clicks on the close button, we want the close() function to be called. A signal is emitted when a particular event occurs( button click here ) and a slot( event handler ) is a function that is called in response to a particular signal. If you have some experience in C++, learning Qt is absolute fun. It also comes loaded with numerous examples and a wonderful documentation that makes sure you never will have to refer any book while learning Qt. It is available under a dual license : a free evaluation version( under GPL ) and a commercial edition if you intend to use it for developing proprietary software</p>
<p>Well as of now, I&#8217;m using it on Linux for my final year project but it can also be used in Windows where it is integrated with Visual Studio. That&#8217;s the beauty of it. You can use it on a Windows platform for creating an application targeted for Linux or you can use it on Linux for an application targeted for a Mac. Still haven&#8217;t discovered even half of its features and I can&#8217;t wait  to get going. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>P.S: Thanks Reddy!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmusings.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmusings.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmusings.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmusings.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmusings.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmusings.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxmusings.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxmusings.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxmusings.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxmusings.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmusings.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmusings.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmusings.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmusings.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmusings.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmusings.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=9&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxmusings.wordpress.com/2008/05/14/qt-heck-im-loving-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">linuxmusings</media:title>
		</media:content>

		<media:content url="http://linuxmusings.files.wordpress.com/2008/05/800px-qt-designer-v421.png?w=300" medium="image" />
	</item>
		<item>
		<title>Getting media files to play on Fedora 8</title>
		<link>http://linuxmusings.wordpress.com/2008/05/03/getting-media-files-to-play-on-fedora-8/</link>
		<comments>http://linuxmusings.wordpress.com/2008/05/03/getting-media-files-to-play-on-fedora-8/#comments</comments>
		<pubDate>Sat, 03 May 2008 07:38:51 +0000</pubDate>
		<dc:creator>linuxmusings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[formats]]></category>
		<category><![CDATA[livna]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[totem]]></category>

		<guid isPermaLink="false">http://linuxmusings.wordpress.com/?p=8</guid>
		<description><![CDATA[One of the serious put-offs of linux is you can&#8217;t get anything running the first time. My touchpad wasn&#8217;t working the first time around. And don&#8217;t expect media to play as well! I have Fedora 8 installed and it has totem installed as the default media player. As expected, it wasn&#8217;t playing anything. I could [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=8&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the serious put-offs of linux is you can&#8217;t get anything running the first time. My touchpad wasn&#8217;t working the first time around. And don&#8217;t expect media to play as well! I have Fedora 8 installed and it has totem installed as the default media player.   As expected, it wasn&#8217;t playing anything. I could have individually installed the codecs, but I didn&#8217;t want to take the trouble of scouting for codecs. By the way, some codecs are proprietary so there again you hit a roadblock. So, the only option left was to look for a third party repository. <em>nubs</em> on <strong>#fedora.freenode.net</strong>  virtually ran me through the installation. Here&#8217;s how I did it:</p>
<p>1) Installed and activated the livna repository( Had to do it, because fedora repos do not have free codecs for some formats).</p>
<p>      rpm -ivh http://rpm.livna.org/livna-release-8.rpm</p>
<p>2) Removed the existing player to make way for the version with additional support.</p>
<p>      yum remove totem totem-plparser</p>
<p>3) Cleaned the yum cache.</p>
<p>      yum clean all</p>
<p>4) Installed the player and all the other codecs required in one go!</p>
<p>       yum install totem-xine xine-lib-extras xine-lib-extras-nonfree</p>
<p>I was done with it in four simple steps. There I was from &#8220;will totem ever play anything&#8221; to &#8220;is there anything totem won&#8217;t play?&#8221; Well, <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  there are still some formats it doesn&#8217;t play like realmedia and a couple of others, but generally speaking it now plays almost everything under the sun!! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmusings.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmusings.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmusings.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmusings.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmusings.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmusings.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxmusings.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxmusings.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxmusings.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxmusings.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmusings.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmusings.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmusings.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmusings.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmusings.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmusings.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=8&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxmusings.wordpress.com/2008/05/03/getting-media-files-to-play-on-fedora-8/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">linuxmusings</media:title>
		</media:content>
	</item>
		<item>
		<title>Are you a registered Linux user?</title>
		<link>http://linuxmusings.wordpress.com/2008/05/01/are-you-a-registered-linux-user/</link>
		<comments>http://linuxmusings.wordpress.com/2008/05/01/are-you-a-registered-linux-user/#comments</comments>
		<pubDate>Thu, 01 May 2008 13:23:47 +0000</pubDate>
		<dc:creator>linuxmusings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxmusings.wordpress.com/?p=7</guid>
		<description><![CDATA[This is an endeavor started by The Linux Counter Organization to encourage, promote and support counting of linux users worldwide. For more information visit. http://counter.li.org<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=7&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://counter.li.org/cgi-bin/certificate.cgi/471146" alt="" /></p>
<p>This is an endeavor started by The Linux Counter Organization to encourage, promote  and support counting of linux users worldwide. For more information visit. http://counter.li.org</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmusings.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmusings.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmusings.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmusings.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmusings.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmusings.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxmusings.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxmusings.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxmusings.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxmusings.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmusings.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmusings.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmusings.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmusings.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmusings.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmusings.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=7&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxmusings.wordpress.com/2008/05/01/are-you-a-registered-linux-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">linuxmusings</media:title>
		</media:content>

		<media:content url="http://counter.li.org/cgi-bin/certificate.cgi/471146" medium="image" />
	</item>
		<item>
		<title>Finally got TATA indicom USB Modem running on Fedora!</title>
		<link>http://linuxmusings.wordpress.com/2008/05/01/finally-got-tata-indicom-usb-modem-running-on-fedora/</link>
		<comments>http://linuxmusings.wordpress.com/2008/05/01/finally-got-tata-indicom-usb-modem-running-on-fedora/#comments</comments>
		<pubDate>Thu, 01 May 2008 06:21:24 +0000</pubDate>
		<dc:creator>linuxmusings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Modem]]></category>
		<category><![CDATA[TATA]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[wvdial]]></category>

		<guid isPermaLink="false">http://linuxmusings.wordpress.com/?p=3</guid>
		<description><![CDATA[I have been trying to get my USB modem running on my Fedora machine since the last couple of days, but unsuccessfully. Finally after a little bit of probing on the internet, I finally got it running(Hurray!). Here&#8217;s how I went about doing it: 1)Connect the USB modem. Open the terminal and type wvdialconf wvdial.conf [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=3&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been trying to get my USB modem running on my Fedora machine since the last couple of days, but unsuccessfully. Finally after a little bit of probing on the internet, I finally got it running(Hurray!). Here&#8217;s how I went about doing it:     </p>
<p>1)Connect the USB modem. Open the terminal and type wvdialconf wvdial.conf . Wvdial is text based ppp dialer that helps you connect to the internet.     </p>
<p> <img src="http://linuxmusings.files.wordpress.com/2008/05/tata1.png?w=800&#038;h=620" alt="" width="800" height="620" /></p>
<p> 2)The dialer utility scans all ports and automatically detects the modem. Mine was found on /dev/ttyACM0. The configuration is stored in /etc/wvdial.conf . You need to open the config file. It looks something like:       </p>
<p><img src="http://linuxmusings.files.wordpress.com/2008/05/tata2.png?w=800&#038;h=620" alt="" width="800" height="620" /></p>
<p> 3)You need to change the username password to internet and the phone number to #777. Save and exit.  </p>
<p> 4)Now dial wvdial. I have created a seperate configuration for my modem and named it tata. You don&#8217;t need to do that except in the case you are using some other connection and you don&#8217;t want to bother with changing the .config file repeatedly. You see something like:    </p>
<p> <img src="http://linuxmusings.files.wordpress.com/2008/05/tata3.png?w=800&#038;h=620" alt="" width="800" height="620" /></p>
<p> 5)Voila!! You are now connected! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Open your browser and start surfing!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmusings.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmusings.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmusings.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmusings.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmusings.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmusings.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxmusings.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxmusings.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxmusings.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxmusings.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmusings.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmusings.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmusings.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmusings.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmusings.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmusings.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=3&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxmusings.wordpress.com/2008/05/01/finally-got-tata-indicom-usb-modem-running-on-fedora/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">linuxmusings</media:title>
		</media:content>

		<media:content url="http://linuxmusings.files.wordpress.com/2008/05/tata1.png" medium="image" />

		<media:content url="http://linuxmusings.files.wordpress.com/2008/05/tata2.png" medium="image" />

		<media:content url="http://linuxmusings.files.wordpress.com/2008/05/tata3.png" medium="image" />
	</item>
		<item>
		<title>My first post finally!!</title>
		<link>http://linuxmusings.wordpress.com/2008/05/01/hello-world/</link>
		<comments>http://linuxmusings.wordpress.com/2008/05/01/hello-world/#comments</comments>
		<pubDate>Thu, 01 May 2008 03:23:20 +0000</pubDate>
		<dc:creator>linuxmusings</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hurray! My first post. Watch this space out for my musings on Linux.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=1&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hurray! My first post. Watch this space out for my musings on Linux.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxmusings.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxmusings.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxmusings.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxmusings.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxmusings.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxmusings.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxmusings.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxmusings.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxmusings.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxmusings.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxmusings.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxmusings.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxmusings.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxmusings.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxmusings.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxmusings.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxmusings.wordpress.com&amp;blog=3619824&amp;post=1&amp;subd=linuxmusings&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxmusings.wordpress.com/2008/05/01/hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">linuxmusings</media:title>
		</media:content>
	</item>
	</channel>
</rss>
