<?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>LinuxHub &#187; Featured</title>
	<atom:link href="http://linuxhub.net/category/featured/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxhub.net</link>
	<description>Making Linux Simple!</description>
	<lastBuildDate>Thu, 15 Jul 2010 15:34:48 +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>Linux gets Spotify love: Install Spotify in Ubuntu</title>
		<link>http://linuxhub.net/2010/07/linux-gets-spotify-love-install-spotify-in-ubuntu/</link>
		<comments>http://linuxhub.net/2010/07/linux-gets-spotify-love-install-spotify-in-ubuntu/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 13:52:47 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[running spotify ubuntu]]></category>
		<category><![CDATA[spotify client ubuntu]]></category>
		<category><![CDATA[spotify preview linux]]></category>
		<category><![CDATA[spotify ubuntu]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=1013</guid>
		<description><![CDATA[Share The wait is over and Spotify is now available for Linux. Following is how you can install spotify in Ubuntu 10.04. Note: Because they are not able to run ads on this client, this service is only available for spotify premium users. But we can safely assume that it&#8217;s coming soon to free users as well.]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://linuxhub.net/2010/07/linux-gets-spotify-love-install-spotify-in-ubuntu/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://linuxhub.net/2010/07/linux-gets-spotify-love-install-spotify-in-ubuntu/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><div class="socialize-in-button-right"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://linuxhub.net/2010/07/linux-gets-spotify-love-install-spotify-in-ubuntu/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div><p>The wait is over and Spotify is now available for Linux. Following is how you can install spotify in Ubuntu 10.04.</p>
<p><strong><span style="color: #ff0000;">Note</span></strong>: Because they are not able to run ads on this client, this service is only available for spotify premium users. But we can safely assume that it&#8217;s coming soon to free users as well.</p>
<p>1. Add repository to your software sources</p>
<pre class="brush: bash">

sudo gedit /etc/apt/sources.list
</pre>
<p>Add the following line at the end of the file</p>
<pre class="brush: bash">

deb http://repository.spotify.com stable non-free
</pre>
<p><img class="alignnone size-full wp-image-1016" title="ROOT: *sources.list (-etc-apt) - gedit_007" src="http://linuxhub.net/wp-content/uploads/2010/07/ROOT-sources.list-etc-apt-gedit_007.png" alt="" width="600" height="493" /></p>
<p>2. Open the terminal window and paste the following command to add the spotify public keys</p>
<p style="margin-top: 0.6em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px; line-height: 19px; padding: 0px;">
<pre class="brush: bash">gpg --keyserver wwwkeys.de.pgp.net --recv-keys 4E9CFF4E
gpg --export 4E9CFF4E |sudo apt-key add -
</pre>
</p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/07/vivek@trinity-_002.png" rel="lightbox[1013]"><img class="alignnone size-full wp-image-1018" title="vivek@trinity: ~_002" src="http://linuxhub.net/wp-content/uploads/2010/07/vivek@trinity-_002.png" alt="" width="600" height="433" /></a></p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/07/vivek@trinity-_003.png" rel="lightbox[1013]"><img class="alignnone size-full wp-image-1019" title="vivek@trinity: ~_003" src="http://linuxhub.net/wp-content/uploads/2010/07/vivek@trinity-_003.png" alt="" width="600" height="433" /></a><img class="alignnone size-full wp-image-1020" title="vivek@trinity: ~_004" src="http://linuxhub.net/wp-content/uploads/2010/07/vivek@trinity-_004.png" alt="" width="600" height="433" /></p>
<p>3. In the terminal paste the following command</p>
<div>
<pre class="brush: bash">sudo apt-get update</pre>
</div>
<div><a href="http://linuxhub.net/wp-content/uploads/2010/07/vivek@trinity-_005.png" rel="lightbox[1013]"><img class="alignnone size-full wp-image-1021" title="vivek@trinity: ~_005" src="http://linuxhub.net/wp-content/uploads/2010/07/vivek@trinity-_005.png" alt="" width="600" height="433" /></a></div>
<p>4. Type the following command to install spotify</p>
<pre class="brush: bash">sudo apt-get install spotify-client-qt</pre>
<p>5. Once installed you can run it using the run prompt (ALT+F2) and typing spotify.</p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/07/Run-Application_008.png" rel="lightbox[1013]"><img class="alignnone size-full wp-image-1022" title="Run Application_008" src="http://linuxhub.net/wp-content/uploads/2010/07/Run-Application_008.png" alt="" width="441" height="215" /></a></p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/07/Spotify_0101.png" rel="lightbox[1013]"><img class="alignnone size-full wp-image-1024" title="Spotify_010" src="http://linuxhub.net/wp-content/uploads/2010/07/Spotify_0101.png" alt="" width="288" height="327" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2010/07/linux-gets-spotify-love-install-spotify-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>15 Most Amazing Gnome themes GTK 2.x</title>
		<link>http://linuxhub.net/2010/06/15-most-amazing-gnome-themes-gtk-2-x/</link>
		<comments>http://linuxhub.net/2010/06/15-most-amazing-gnome-themes-gtk-2-x/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 17:57:05 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gtk 2.x themes]]></category>
		<category><![CDATA[gtk themes ubuntu]]></category>
		<category><![CDATA[top gtk themes]]></category>
		<category><![CDATA[ubuntu gtk themes]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=989</guid>
		<description><![CDATA[Share Ubuntu has come a long way in terms of the user interface and design. With a little bit of tweaking, Ubuntu can be turned into a real eye candy. Following is a collection of some beautiful GTK 2.x themes which could be ideal for someone looking for a new look and change. In order]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://linuxhub.net/2010/06/15-most-amazing-gnome-themes-gtk-2-x/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://linuxhub.net/2010/06/15-most-amazing-gnome-themes-gtk-2-x/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><div class="socialize-in-button-right"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://linuxhub.net/2010/06/15-most-amazing-gnome-themes-gtk-2-x/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div><p style="text-align: justify;">Ubuntu has come a long way in terms of the user interface and design. With a little bit of tweaking, Ubuntu can be turned into a real eye candy. Following is a collection of some beautiful GTK 2.x themes which could be ideal for someone looking for a new look and change. In order to download, click the title of each GTK theme.</p>
<h3><a href="http://gnome-look.org/content/show.php/Zuki?content=126043" target="_blank">Zuki</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/Zuki.jpg" rel="lightbox[989]"><img class="alignnone size-full wp-image-990" style="border: 0px initial initial;" title="Zuki" src="http://linuxhub.net/wp-content/uploads/2010/06/Zuki.jpg" alt="" width="600" height="350" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/Simply+Basic?content=126587" target="_blank">Simply Basic</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/SimplyBasic.png" rel="lightbox[989]"><img class="alignnone size-full wp-image-991" style="border: 0px initial initial;" title="SimplyBasic" src="http://linuxhub.net/wp-content/uploads/2010/06/SimplyBasic.png" alt="" width="600" height="325" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/Radiance+Drakfire+Mod?content=123474" target="_blank">Radiance Drakfire Mod</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/Radiance-Drakfire-Mod.jpg" rel="lightbox[989]"><img class="alignnone size-full wp-image-994" style="border: 0px initial initial;" title="Radiance Drakfire Mod" src="http://linuxhub.net/wp-content/uploads/2010/06/Radiance-Drakfire-Mod.jpg" alt="" width="600" height="300" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/absolute?content=126326" target="_blank">absolute</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/absolute.jpg" rel="lightbox[989]"><img class="alignnone size-full wp-image-995" style="border: 0px initial initial;" title="absolute" src="http://linuxhub.net/wp-content/uploads/2010/06/absolute.jpg" alt="" width="600" height="325" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/Azenis?content=106608" target="_blank">Azenis</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/Azenis.jpg" rel="lightbox[989]"><img class="alignnone size-full wp-image-996" style="border: 0px initial initial;" title="Azenis" src="http://linuxhub.net/wp-content/uploads/2010/06/Azenis.jpg" alt="" width="600" height="325" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/Equinox+Variance+(previously+Radiance)?content=121883" target="_blank">Equinox Variance (previously Radiance)</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/Equinox-Variance.jpg" rel="lightbox[989]"><img class="alignnone size-full wp-image-997" style="border: 0px initial initial;" title="Equinox Variance" src="http://linuxhub.net/wp-content/uploads/2010/06/Equinox-Variance.jpg" alt="" width="600" height="325" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/GTK+Equinox+Engine+1.2?content=123488" target="_blank">GTK Equinox Engine 1.2</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/GTK-Equinox-Engine.png" rel="lightbox[989]"><img class="alignnone size-full wp-image-998" style="border: 0px initial initial;" title="GTK Equinox Engine" src="http://linuxhub.net/wp-content/uploads/2010/06/GTK-Equinox-Engine.png" alt="" width="600" height="275" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/Victory+(Strikes+Again)?content=123936" target="_blank">Victory (Strikes Again)</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/victory.png" rel="lightbox[989]"><img class="alignnone size-full wp-image-999" style="border: 0px initial initial;" title="victory" src="http://linuxhub.net/wp-content/uploads/2010/06/victory.png" alt="" width="600" height="325" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/Ambiance+Refined+II?content=126580" target="_blank">Ambiance Refined II</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/Ambiance-Refined-II.png" rel="lightbox[989]"><img class="alignnone size-full wp-image-1000" style="border: 0px initial initial;" title="Ambiance Refined II" src="http://linuxhub.net/wp-content/uploads/2010/06/Ambiance-Refined-II.png" alt="" width="600" height="325" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/imetalV5?content=83660" target="_blank">imetalV5</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/imetalV5.jpg" rel="lightbox[989]"><img class="alignnone size-full wp-image-1001" style="border: 0px initial initial;" title="imetalV5" src="http://linuxhub.net/wp-content/uploads/2010/06/imetalV5.jpg" alt="" width="600" height="450" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/FineryThemes?content=124694" target="_blank">FineryThemes</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/FineryThemes.jpg" rel="lightbox[989]"><img class="alignnone size-full wp-image-1002" style="border: 0px initial initial;" title="FineryThemes" src="http://linuxhub.net/wp-content/uploads/2010/06/FineryThemes.jpg" alt="" width="600" height="450" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/FineryBlues?content=126234" target="_blank">FineryBlues</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/FineryBlues.jpeg" rel="lightbox[989]"><img class="alignnone size-full wp-image-1003" style="border: 0px initial initial;" title="FineryBlues" src="http://linuxhub.net/wp-content/uploads/2010/06/FineryBlues.jpeg" alt="" width="600" height="392" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/LaGaDesk-102-Suite?content=125920" target="_blank">LaGaDesk-102-Suite</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/LaGaDesk-102-Suite.jpg" rel="lightbox[989]"><img class="alignnone size-full wp-image-1004" title="LaGaDesk-102-Suite" src="http://linuxhub.net/wp-content/uploads/2010/06/LaGaDesk-102-Suite.jpg" alt="" width="600" height="675" /></a></p>
<h3><a href="http://gnome-look.org/content/show.php/Khali-Blue?content=49179" target="_blank">Khali-Blue</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/Khali-Blue.jpg" rel="lightbox[989]"><img class="alignnone size-full wp-image-1005" style="border: 0px initial initial;" title="Khali-Blue" src="http://linuxhub.net/wp-content/uploads/2010/06/Khali-Blue.jpg" alt="" width="600" height="357" /></a></p>
<h3><a href="http://mhnassif.deviantart.com/favourites/#/d2ju1l7">Turquoise_Nights_II_by_nale12</a></h3>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/Turquoise_Nights_II_by_nale12.png" rel="lightbox[989]"><img class="alignnone size-full wp-image-1006" title="Turquoise_Nights_II_by_nale12" src="http://linuxhub.net/wp-content/uploads/2010/06/Turquoise_Nights_II_by_nale12.png" alt="" width="600" height="400" /></a></p>
<p>Enjoy the new looks!</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2010/06/15-most-amazing-gnome-themes-gtk-2-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install NetBeans on Ubuntu 10.04</title>
		<link>http://linuxhub.net/2010/06/install-netbeans-on-ubuntu-10-04/</link>
		<comments>http://linuxhub.net/2010/06/install-netbeans-on-ubuntu-10-04/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 09:06:39 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[netbeans 6.9 linux]]></category>
		<category><![CDATA[netbeans 6.9 ubuntu]]></category>
		<category><![CDATA[netbeans linux]]></category>
		<category><![CDATA[netbeans ubuntu]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=977</guid>
		<description><![CDATA[Share Let&#8217;s see a step by step guide to install NetBeans 6.9 on Ubuntu 10.04. But before we start with the installation process let&#8217;s see what NetBeans is: The NetBeans IDE is an award-winning integrated development environment available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of anopen-source IDE and an application platform that]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://linuxhub.net/2010/06/install-netbeans-on-ubuntu-10-04/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://linuxhub.net/2010/06/install-netbeans-on-ubuntu-10-04/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><div class="socialize-in-button-right"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://linuxhub.net/2010/06/install-netbeans-on-ubuntu-10-04/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div><p>Let&#8217;s see a step by step guide to install NetBeans 6.9 on Ubuntu 10.04. But before we start with the installation process let&#8217;s see what NetBeans is:</p>
<blockquote><p>The NetBeans IDE is an award-winning integrated development environment available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of an<a href="../../../../features/index.html">open-source IDE</a> and an <a href="../../../../features/platform/index.html">application platform</a> that enable developers to rapidly create web, enterprise, desktop, and mobile applications using the Java platform, as well as JavaFX, PHP, JavaScript and Ajax, Ruby and Ruby on Rails, Groovy and Grails, and C/C++.</p></blockquote>
<p>Release overview of NetBeans 6.9</p>
<blockquote><p>NetBeans IDE 6.9 introduces the JavaFX Composer, a visual layout tool for visually building JavaFX GUI applications, similar to the Swing GUI builder for Java SE applications. Additional highlights include OSGi interoperability for NetBeans Platform applications and support for developing OSGi bundles with Maven; support for JavaFX SDK 1.3, PHP Zend framework, and Ruby on Rails 3.0; as well as improvements to the Java Editor, Java Debugger, issue tracking, and more.</p></blockquote>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/netbeans6.9.jpg" rel="lightbox[977]"><img class="alignnone size-full wp-image-978" title="netbeans6.9" src="http://linuxhub.net/wp-content/uploads/2010/06/netbeans6.9.jpg" alt="" width="600" height="380" /></a></p>
<p>Following is an Overview video of NetBeans 6.9 release.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="flashObj" /><param name="bgcolor" value="#FFFFFF" /><param name="flashvars" value="videoId=95732633001&amp;playerID=1640183659&amp;domain=embed&amp;dynamicStreaming=true" /><param name="src" value="http://c.brightcove.com/services/viewer/federated_f9/1640183659?isVid=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="600" height="400" src="http://c.brightcove.com/services/viewer/federated_f9/1640183659?isVid=1" allowfullscreen="true" flashvars="videoId=95732633001&amp;playerID=1640183659&amp;domain=embed&amp;dynamicStreaming=true" bgcolor="#FFFFFF" name="flashObj"></embed></object></p>
<h2>Installation</h2>
<p>In order to install NetBeans, you will need Sun Java installed on your machine. Make sure you have JDK installed before you begin the installation process.</p>
<p>1. Download NetBeans 6.9 from <a href="http://dlc.sun.com.edgesuite.net/netbeans/6.9/rc/">NetBeans download page</a></p>
<p>You can select the version you want. I selected the complete version.</p>
<p>2. Once you have downloaded Open a terminal window and navigate to your Download directory (where you downloaded NetBeans installer script). Once you are at your download directory, type the following command to begin the installation.</p>
<pre class="brush: bash">sh netbeans-6.9rc2-ml-linux.sh</pre>
<p>3. This should initiate the installation process.</p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_002.png" rel="lightbox[977]"><img class="alignnone size-full wp-image-979" title="NetBeans IDE Installer_002" src="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_002.png" alt="" width="600" height="455" /></a></p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_003.png" rel="lightbox[977]"><img class="alignnone size-full wp-image-980" title="NetBeans IDE Installer_003" src="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_003.png" alt="" width="600" height="455" /></a></p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_004.png" rel="lightbox[977]"><img class="alignnone size-full wp-image-981" title="NetBeans IDE Installer_004" src="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_004.png" alt="" width="600" height="455" /></a></p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_005.png" rel="lightbox[977]"><img class="alignnone size-full wp-image-982" title="NetBeans IDE Installer_005" src="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_005.png" alt="" width="600" height="455" /></a></p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_006.png" rel="lightbox[977]"><img class="alignnone size-full wp-image-983" title="NetBeans IDE Installer_006" src="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_006.png" alt="" width="600" height="455" /></a></p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_008.png" rel="lightbox[977]"><img class="alignnone size-full wp-image-984" title="NetBeans IDE Installer_008" src="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_008.png" alt="" width="600" height="455" /></a></p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_009.png" rel="lightbox[977]"><img class="alignnone size-full wp-image-985" title="NetBeans IDE Installer_009" src="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-Installer_009.png" alt="" width="600" height="455" /></a></p>
<p>Once installed you can find it under<span style="color: #888888;"><em> Applications &gt; Programming &gt; NetBeans IDE 6.9</em></span></p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-6.9-RC2_010.png" rel="lightbox[977]"><img class="alignnone size-full wp-image-986" title="NetBeans IDE 6.9 RC2_010" src="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-6.9-RC2_010.png" alt="" width="600" height="374" /></a></p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-6.9-RC2_011.png" rel="lightbox[977]"><img class="alignnone size-full wp-image-987" title="NetBeans IDE 6.9 RC2_011" src="http://linuxhub.net/wp-content/uploads/2010/06/NetBeans-IDE-6.9-RC2_011.png" alt="" width="600" height="374" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2010/06/install-netbeans-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install Chromium on OpenSuse 11.3</title>
		<link>http://linuxhub.net/2010/06/install-chromium-on-opensuse-11-3/</link>
		<comments>http://linuxhub.net/2010/06/install-chromium-on-opensuse-11-3/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 16:29:48 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSuse]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=973</guid>
		<description><![CDATA[Share Following is a short guide to installing Google&#8217;s infamous open source Chromium browser which is said to be the fastest browser on planet. Chromium is the open-source project behind Google Chrome. We invite you to join us in our effort to help build a safer, faster, and more stable way for all Internet users]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://linuxhub.net/2010/06/install-chromium-on-opensuse-11-3/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://linuxhub.net/2010/06/install-chromium-on-opensuse-11-3/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><div class="socialize-in-button-right"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://linuxhub.net/2010/06/install-chromium-on-opensuse-11-3/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div><p>Following is a short guide to installing Google&#8217;s infamous open source Chromium browser which is said to be the fastest browser on planet.</p>
<blockquote><p>Chromium is the open-source project behind Google Chrome. We invite you  to join us in our effort to help build a safer, faster, and more stable  way for all Internet users to experience the web, and to create a  powerful platform for developing a new generation of web applications.</p></blockquote>
<p>Following is how you can install Chromium on OpenSuse 11.3</p>
<p>1. Go to <a href="http://software.opensuse.org" target="_blank">http://software.opensuse.org</a></p>
<p>2. Search for Chromium</p>
<p>3. Look for &#8220;Chromium is the open-source project behind Google Chrome.&#8221; and click 1-Click Install.</p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/chromium1.png" rel="lightbox[973]"><img class="alignnone size-full wp-image-974" title="chromium1" src="http://linuxhub.net/wp-content/uploads/2010/06/chromium1.png" alt="" width="458" height="339" /></a></p>
<p>This should install chromium on OpenSuse. Enjoy speed browsing.</p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/chromium2.png" rel="lightbox[973]"><img class="alignnone size-full wp-image-975" title="chromium2" src="http://linuxhub.net/wp-content/uploads/2010/06/chromium2.png" alt="" width="1050" height="755" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2010/06/install-chromium-on-opensuse-11-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Desktop Effect in Fedora 13</title>
		<link>http://linuxhub.net/2010/06/enable-desktop-effect-in-fedora-13/</link>
		<comments>http://linuxhub.net/2010/06/enable-desktop-effect-in-fedora-13/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 10:49:23 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[3d cube fedora]]></category>
		<category><![CDATA[3d cube fedora 13]]></category>
		<category><![CDATA[3d effect fedora]]></category>
		<category><![CDATA[3d effect fedora 13]]></category>
		<category><![CDATA[compiz fedora]]></category>
		<category><![CDATA[desktop effect fedora]]></category>
		<category><![CDATA[nvidia fedora 13]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=969</guid>
		<description><![CDATA[Share This post is specific to enabling 3d (desktop effects) in fedora 13 running on Nvidia graphics. I struggled to enable the desktop effect in Fedora 13. But eventually I managed to enable the desktop effects using the following steps. Note: This is a 3 steps process. Please follow all the steps to enable desktop]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://linuxhub.net/2010/06/enable-desktop-effect-in-fedora-13/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://linuxhub.net/2010/06/enable-desktop-effect-in-fedora-13/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><div class="socialize-in-button-right"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://linuxhub.net/2010/06/enable-desktop-effect-in-fedora-13/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div><p style="text-align: justify;">This post is specific to enabling 3d (desktop effects) in fedora 13 running on Nvidia graphics. I struggled to enable the desktop effect in Fedora 13. But eventually I managed to enable the desktop effects using the following steps.</p>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/06/Screenshot.png" rel="lightbox[969]"><img class="alignnone size-full wp-image-970" title="Screenshot" src="http://linuxhub.net/wp-content/uploads/2010/06/Screenshot.png" alt="" width="600" height="375" /></a></p>
<p style="text-align: justify;"><strong><span style="color: #ff0000;">Note</span></strong>: This is a 3 steps process. Please follow all the steps to enable desktop effects in Fedora 13</p>
<p><strong>1.</strong> <strong>Install Nvidia drivers</strong> ( if you have 4Gb of RAM or more you will probably have a PAE kernel [32bit only] so follow the PAE part )</p>
<pre class="brush: bash">su
rpm -Uvh  http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm   http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686</pre>
<p><strong><em>If you use a PAE kernel</em></strong></p>
<pre class="brush: bash">
su
rpm -Uvh  http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm   http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum  install kmod-nvidia-PAE</pre>
<p style="text-align: justify;"><strong>2.</strong> <strong>Edit the Grub File</strong></p>
<pre class="brush: bash">
su -
sed -i &#039;/root=/s|$| rdblacklist=nouveau|&#039; /boot/grub/grub.conf
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname  -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)</pre>
</p>
<p style="text-align: justify;"><strong>3. Reboot</strong></p>
<p style="text-align: justify;">Once you have rebooted go to <em><span style="color: #888888;">System &gt; Preferences &gt; Desktop Effects</span></em></p>
<p style="text-align: justify;"><span style="color: #888888;"><a href="http://linuxhub.net/wp-content/uploads/2010/06/Desktop-Effects_002.png" rel="lightbox[969]"><img class="alignnone size-full wp-image-971" title="Desktop Effects_002" src="http://linuxhub.net/wp-content/uploads/2010/06/Desktop-Effects_002.png" alt="" width="427" height="293" /></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2010/06/enable-desktop-effect-in-fedora-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Flock will be based on Google’s Chromium: Dumps Mozilla!</title>
		<link>http://linuxhub.net/2010/06/new-flock-will-be-based-on-google%e2%80%99s-chromium-dumps-mozilla/</link>
		<comments>http://linuxhub.net/2010/06/new-flock-will-be-based-on-google%e2%80%99s-chromium-dumps-mozilla/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:14:07 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[chrome based flock]]></category>
		<category><![CDATA[chromium based flock]]></category>
		<category><![CDATA[download flock]]></category>
		<category><![CDATA[flock beta]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=941</guid>
		<description><![CDATA[Share Flock is a social browser which till recently was based on Mozilla. No more. The new version of Flock will be based on Google Chromium. Note: It&#8217;s currently not available for Linux. The move is to make it a little lighter and faster. We managed to have some sneak peak into the beta version of upcoming]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://linuxhub.net/2010/06/new-flock-will-be-based-on-google%e2%80%99s-chromium-dumps-mozilla/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://linuxhub.net/2010/06/new-flock-will-be-based-on-google%e2%80%99s-chromium-dumps-mozilla/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><div class="socialize-in-button-right"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://linuxhub.net/2010/06/new-flock-will-be-based-on-google%e2%80%99s-chromium-dumps-mozilla/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div><p>Flock is a social browser which till recently was based on Mozilla. No more. The new version of Flock will be based on Google Chromium.</p>
<p><strong>Note</strong>: It&#8217;s currently not available for Linux.</p>
<p>The move is to make it a little lighter and faster. We managed to have some sneak peak into the beta version of upcoming Flock (based on Google Chromium). It’s almost as good as Google Chromium though has still tried to stay social by integrating the popular social services like Facebook, Twitter and Youtube.</p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/flock.png" rel="lightbox[941]"><img class="alignnone size-full wp-image-942" title="flock" src="http://linuxhub.net/wp-content/uploads/2010/06/flock.png" alt="" width="600" height="359" /></a></p>
<p>Read the rest of the post on our technology blog <a href="http://techreviews.in/new-flock-will-be-based-on-googles-chromium-dumps-mozilla/" target="_blank">TechReviews</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2010/06/new-flock-will-be-based-on-google%e2%80%99s-chromium-dumps-mozilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conky: Bringing life to Linux desktop</title>
		<link>http://linuxhub.net/2010/06/conky-bringing-life-to-linux-desktop/</link>
		<comments>http://linuxhub.net/2010/06/conky-bringing-life-to-linux-desktop/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 21:45:55 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[conky debian]]></category>
		<category><![CDATA[conky linux mint]]></category>
		<category><![CDATA[conky lucid]]></category>
		<category><![CDATA[conky setup]]></category>
		<category><![CDATA[conky ubuntu]]></category>
		<category><![CDATA[setup conky lucid]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=932</guid>
		<description><![CDATA[Share Conky is a system monitoring tool for Linux. However, it&#8217;s a great tool to bring immense amount of information right on your desktop. You can flaunt off some really geeky looking desktop to all your friends stuck with Windows (though there are ways to achieve the same in Windows as well). Conky is a]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://linuxhub.net/2010/06/conky-bringing-life-to-linux-desktop/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://linuxhub.net/2010/06/conky-bringing-life-to-linux-desktop/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><div class="socialize-in-button-right"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://linuxhub.net/2010/06/conky-bringing-life-to-linux-desktop/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div><p>Conky is a system monitoring tool for Linux. However, it&#8217;s a great tool to bring immense amount of information right on your desktop. You can flaunt off some really geeky looking desktop to all your friends stuck with Windows (though there are ways to achieve the same in Windows as well).</p>
<blockquote><p>Conky is a free, light-weight system monitor for X, that displays any information on your desktop. Conky is licensed under the GPL and runs on Linux and BSD.</p></blockquote>
<p>This is how my conky setup looks like (Click on the image to see the complete screenshot). This is how my conky flaunted desktop looks like:</p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/Desk-1_001.png" rel="lightbox[932]"><img class="alignnone size-full wp-image-933" title="Desk 1_001" src="http://linuxhub.net/wp-content/uploads/2010/06/Desk-1_001.png" alt="" width="1280" height="800" /></a></p>
<p>Following is how you can install conky:</p>
<pre class="brush: bash">sudo apt-get install conky</pre>
<p>Once installed all you have to do is to bring up run prompt (Alt+F2) and type conky to bring up conky. Though it might look ugly.</p>
<p>Let&#8217;s see how to customize conky to look something like the one on my screen. Create a new document in your home drive and name it .conkyrc (this will be a hidden file in your home drive). Paste the following code in the file and save and close the file. Your new conky should look like the one above.</p>
<pre class="brush: bash">background yes
use_xft yes
xftfont Zecton:size=8
xftalpha 0.5
update_interval 1.0
total_run_times 0
double_buffer yes
no_buffers no
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
minimum_size 500 5
maximum_width 200
draw_shades yes
draw_outline no
draw_borders no
default_color lightgrey
alignment top_right
gap_x 15
gap_y 50
uppercase no
override_utf8_locale yes

TEXT
${color white} ${font PizzaDude Bullets:size=16}V${font :size=10}   Date&amp;Time $hr $font $color
${goto 1000}${time %l:%M}${font}${time %p}
${time %A, %e %B %Y}

${color white}${font OpenLogos:size=18} I${font :size=10}   SYSTEM $hr $font
$color $font$sysname: ${alignr} $kernel ($machine)
$color Battery: ${alignr}$battery_time

${color white} ${font StyleBats:size=16}V${font :size=10}   CPU $hr $font $color
$color ${font}CPU@${freq}MHz: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
$color ${top name 1} $alignr ${top cpu 1}%
$color ${top name 2} $alignr ${top cpu 2}%

${color white}${font StyleBats:size=16}E${font :size=10}   MEMORY $hr $font $color
${color}${font}RAM: $mem/$memmax $alignr $memperc%
$color ${membar}
${color}${font}Swap: $swap/$swapmax $alignr $swapperc%
$color ${swapbar}
$color ${top_mem name 1} $alignr ${top_mem mem 1}%
$color ${top_mem name 2} $alignr ${top_mem mem 2}%

${color white} ${font PizzaDude Bullets:size=16}K${font :size=10}   HDD $hr $font $color
$color root: ${fs_used /}/${fs_size /} $alignr ${fs_free_perc /}%
$color ${fs_bar /}
$color home: ${fs_used /home}/${fs_size /home} $alignr ${fs_free_perc /home}%
$color ${fs_bar /home}
$color windows: ${fs_used /media/sda1}/${fs_size /media/sda1} $alignr ${fs_free_perc /media/sda1}%
$color ${fs_bar /home}
$color stuff: ${fs_used /media/sda5}/${fs_size /media/sda5} $alignr ${fs_free_perc /media/sda5}%
$color ${fs_bar /home}

${color white} ${font PizzaDude Bullets:size=16}@${font :size=10}   NETWORK $hr $font $color
$color Local IP: $alignr${addr wlan0}
$color Public IP: $alignr${execi 1 ~/.conky/ip.sh}
$color Download: ${downspeedf wlan0} KB/s $alignr ${totaldown wlan0}
$color Upload: ${upspeedf wlan0} KB/s $alignr ${totalup wlan0}

${color white} ${font Arial Black:size=16}@${font :size=10}   GMAIL $font $color${alignc}${execi 60 ~/.conky/gmail.sh}

${color white} ${font PizzaDude Bullets:size=16}@${font :size=10}   Weather $hr $font $color
$color Skies are: ${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EFTP cloud_cover}
$color Winds from the: ${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EFTP wind_dir}
$color Winds speed: ${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EFTP wind_speed} km/h
$color Humidity: ${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EFTP humidity}% relative humidity
$color Temperature: ${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EFTP temperature}C
</pre>
<p>Feel free to modify the file. The original setup is inspired by <a href="http://didi79.deviantart.com/art/conky-config-127651851?q=boost:popular+conky&amp;qo=2" target="_blank">didi79</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2010/06/conky-bringing-life-to-linux-desktop/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Fix Big and Ugly Plymouth in Ubuntu 10.04 {Lucid Lynx}</title>
		<link>http://linuxhub.net/2010/06/fix-big-and-ugly-plymouth-in-ubuntu-10-04-lucid-lynx/</link>
		<comments>http://linuxhub.net/2010/06/fix-big-and-ugly-plymouth-in-ubuntu-10-04-lucid-lynx/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 10:51:44 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ugly boot screen Ubuntu 10.04X Ugly ubuntu boot screenX ugly plymouth screen ubuntuX lucid plymouth]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=908</guid>
		<description><![CDATA[Share Once you install proprietary Nvidia and ATI drivers in your Ubuntu 10.04 and boot your machine next time all you see is an big and ugly Ubuntu Plymouth logo. Though it really doesn&#8217;t too much to have that ugly Plymouth, but if you are a stickler for perfection like me then you would want]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://linuxhub.net/2010/06/fix-big-and-ugly-plymouth-in-ubuntu-10-04-lucid-lynx/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://linuxhub.net/2010/06/fix-big-and-ugly-plymouth-in-ubuntu-10-04-lucid-lynx/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><div class="socialize-in-button-right"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://linuxhub.net/2010/06/fix-big-and-ugly-plymouth-in-ubuntu-10-04-lucid-lynx/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div><p style="text-align: justify;">Once you install proprietary Nvidia and ATI drivers in your Ubuntu 10.04 and boot your machine next time all you see is an big and ugly Ubuntu Plymouth logo. Though it really doesn&#8217;t too much to have that ugly Plymouth, but if you are a stickler for perfection like me then you would want to fix it to get the following nice looking Plymouth.</p>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/06/Selection_021.png" rel="lightbox[908]"><img class="alignnone size-full wp-image-910" title="Selection_021" src="http://linuxhub.net/wp-content/uploads/2010/06/Selection_021.png" alt="" width="408" height="324" /></a></p>
<p style="text-align: justify;">Following is a way to fix this:</p>
<p style="text-align: justify;">1. Open a terminal Window and type the following command:</p>
<p style="text-align: justify;">
<pre class="brush: bash">sudo apt-get install v86d</pre>
</p>
<p style="text-align: justify;">2. Next up in the same terminal window type the following command:</p>
<p style="text-align: justify;">
<pre class="brush: bash">sudo gedit /etc/default/grub</pre>
</p>
<p style="text-align: justify;">This should open your Grub file in Gedit editor.</p>
<p style="text-align: justify;">3. Find the following line:</p>
<p style="text-align: justify;">
<pre class="brush: bash">GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash&quot;</pre>
</p>
<p style="text-align: justify;">and replace it with</p>
<pre class="brush: bash">GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap&quot;</pre>
<p style="text-align: justify;">4. Next find the following line in your Grub file:</p>
<pre class="brush: bash">#GRUB_GFXMODE=640x480</pre>
<p style="text-align: justify;">and replace it with</p>
<p style="text-align: justify;">
<pre class="brush: bash">GRUB_GFXMODE=1280x1024</pre>
</p>
<p style="text-align: justify;">Your Grub file should look like this:</p>
<blockquote>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/06/grub-etc-default-gedit_020.png" rel="lightbox[908]"><img class="alignnone size-full wp-image-909" title="grub (-etc-default) - gedit_020" src="http://linuxhub.net/wp-content/uploads/2010/06/grub-etc-default-gedit_020.png" alt="" width="600" height="493" /></a></p>
<p style="text-align: justify;">Save the file and close it.</p>
<p style="text-align: justify;">5. In the terminal type the following:</p>
<p style="text-align: justify;">
<pre class="brush: bash">sudo gedit /etc/initramfs-tools/modules</pre>
</p>
<p style="text-align: justify;">And in the file that opens, add the following line:</p>
<p style="text-align: justify;">
<pre class="brush: bash">uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrap</pre>
</p>
<p style="text-align: justify;">The file should look like the one below:</p>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/06/modules-etc-initramfs-tools-gedit_022.png" rel="lightbox[908]"><img class="alignnone size-full wp-image-911" title="modules (-etc-initramfs-tools) - gedit_022" src="http://linuxhub.net/wp-content/uploads/2010/06/modules-etc-initramfs-tools-gedit_022.png" alt="" width="600" height="493" /></a></p>
<p style="text-align: justify;">Save the file and close it.</p>
<p style="text-align: justify;">6. In the terminal window type the following command:</p>
<p style="text-align: justify;">
<pre class="brush: bash">echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash</pre>
</p>
<p style="text-align: justify;">You will see something like this:</p>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/06/vivek@trinity-_023.png" rel="lightbox[908]"><img class="alignnone size-full wp-image-912" title="vivek@trinity: ~_023" src="http://linuxhub.net/wp-content/uploads/2010/06/vivek@trinity-_023.png" alt="" width="600" height="433" /></a></p>
<p style="text-align: justify;">7. In the terminal Window type the following commands:</p>
<pre class="brush: bash">
sudo update-grub2
sudo update-initramfs -u</pre>
<p style="text-align: justify;">That&#8217;s all, now you can reboot your machine to see the restored good looking Plymouth.</p>
<p style="text-align: justify;">[via <a href="http://news.softpedia.com/news/How-to-Fix-the-Big-and-Ugly-Plymouth-Logo-in-Ubuntu-10-04-140810.shtml" target="_blank">Softpedia</a>]</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2010/06/fix-big-and-ugly-plymouth-in-ubuntu-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Download and Install Opera 10.60 {Alpha} on Ubuntu 10.04 {Lucid Lynx}</title>
		<link>http://linuxhub.net/2010/06/download-and-install-opera-10-60-alpha-on-ubuntu-10-04-lucid-lynx/</link>
		<comments>http://linuxhub.net/2010/06/download-and-install-opera-10-60-alpha-on-ubuntu-10-04-lucid-lynx/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 09:11:40 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[opera 10.60 lynx]]></category>
		<category><![CDATA[opera 10.60 ubuntu]]></category>
		<category><![CDATA[opera ubuntu]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=871</guid>
		<description><![CDATA[Share Yesterday the Opera team announced the release of Opera 10.60 Alpha for Windows, Mac and Linux. They have promised an increased performance for both JavaScript, DOM and CSS. Following are some features to look out for: In addition to the visual tweaks you have seen already, such as the Speed Dial face lift, we]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://linuxhub.net/2010/06/download-and-install-opera-10-60-alpha-on-ubuntu-10-04-lucid-lynx/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://linuxhub.net/2010/06/download-and-install-opera-10-60-alpha-on-ubuntu-10-04-lucid-lynx/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><div class="socialize-in-button-right"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://linuxhub.net/2010/06/download-and-install-opera-10-60-alpha-on-ubuntu-10-04-lucid-lynx/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div><p>Yesterday the Opera team announced the release of Opera 10.60 Alpha for Windows, Mac and Linux. They have promised an increased performance for both JavaScript, DOM and CSS.</p>
<p>Following are some features to look out for:</p>
<blockquote><p>In addition to the visual tweaks you have seen already, such as the Speed Dial face lift, we have also been making further UI enhancements. You will notice that the O menu button now says &#8220;Menu&#8221; for easy discovery, and instead of hard to read thumbnails for internal tabs, we have replaced them with icons. The tab hover previews have also received a face lift.</p></blockquote>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/OmenuOpera.png" rel="lightbox[871]"><img class="alignnone size-full wp-image-872" title="OmenuOpera" src="http://linuxhub.net/wp-content/uploads/2010/06/OmenuOpera.png" alt="" width="366" height="150" /></a></p>
<p>Once installed you can find it under<em><span style="color: #888888;"> Applications &gt; Internet &gt; Opera</span></em>.</p>
<p><a href="http://linuxhub.net/wp-content/uploads/2010/06/opera2.png" rel="lightbox[871]"><img class="alignnone size-full wp-image-873" title="opera2" src="http://linuxhub.net/wp-content/uploads/2010/06/opera2.png" alt="" width="600" height="492" /></a></p>
<p><a href="http://snapshot.opera.com/unix/10.60a1/opera_10.60.6344_i386.deb" target="_blank">Download Opera 10.60 deb for Ubuntu i386</a></p>
<p>Other Downloads for Linux can be found <a href="http://snapshot.opera.com/unix/10.60a1/" target="_blank">here</a>.</p>
<p>Release Announcement can be found <a href="http://my.opera.com/desktopteam/blog/2010/05/31/opera-10-60-alpha-1" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2010/06/download-and-install-opera-10-60-alpha-on-ubuntu-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install Google Chrome on OpenSuse 11.3</title>
		<link>http://linuxhub.net/2010/05/install-google-chrome-on-opensuse-11-3/</link>
		<comments>http://linuxhub.net/2010/05/install-google-chrome-on-opensuse-11-3/#comments</comments>
		<pubDate>Sat, 22 May 2010 13:05:02 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[google chrome opensuse]]></category>
		<category><![CDATA[google chrome opensuse 11.3]]></category>
		<category><![CDATA[install chrome in opensuse]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=859</guid>
		<description><![CDATA[Share Google Chrome is a lightening fast browser and is available cross platform. Let&#8217;s see how to install Google Chrome on Open Suse 11.3. All you have to do is go to Google Chrome Download Page. 1. Click on Get Google Chrome (BETA). 2. On the subsequent page make sure OpenSuse is selected. Click Accept]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://linuxhub.net/2010/05/install-google-chrome-on-opensuse-11-3/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://linuxhub.net/2010/05/install-google-chrome-on-opensuse-11-3/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><div class="socialize-in-button-right"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://linuxhub.net/2010/05/install-google-chrome-on-opensuse-11-3/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div><p style="text-align: justify;">Google Chrome is a lightening fast browser and is available cross platform. Let&#8217;s see how to install Google Chrome on Open Suse 11.3. All you have to do is go to <a href="www.google.com/chrome" target="_blank">Google Chrome Download Page</a>.</p>
<p style="text-align: justify;">1. Click on Get Google Chrome (BETA).</p>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome.png" rel="lightbox[859]"><img class="alignnone size-full wp-image-860" title="googlechrome" src="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome.png" alt="" width="353" height="217" /></a></p>
<p style="text-align: justify;">2. On the subsequent page make sure OpenSuse is selected. Click Accept and Install.</p>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome1.png" rel="lightbox[859]"><img class="alignnone size-full wp-image-861" title="googlechrome1" src="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome1.png" alt="" width="550" height="471" /></a></p>
<p style="text-align: justify;">3. The package file will be downloaded and opened in YaST and Google Chrome will be installed on OpenSuse 11.3</p>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome2.png" rel="lightbox[859]"><img class="alignnone size-full wp-image-862" title="googlechrome2" src="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome2.png" alt="" width="488" height="369" /></a></p>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome3.png" rel="lightbox[859]"><img class="alignnone size-full wp-image-863" title="googlechrome3" src="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome3.png" alt="" width="522" height="193" /></a></p>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome4.png" rel="lightbox[859]"><img class="alignnone size-full wp-image-864" title="googlechrome4" src="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome4.png" alt="" width="522" height="208" /></a></p>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome5.png" rel="lightbox[859]"><img class="alignnone size-full wp-image-865" title="googlechrome5" src="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome5.png" alt="" width="550" height="400" /></a></p>
<p style="text-align: justify;">Once installed you can find it under <span style="color: #888888;"><em>Computer &gt; Applications &gt; Internet &gt; Google Chrome</em></span></p>
<p style="text-align: justify;"><a href="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome6.png" rel="lightbox[859]"><img class="alignnone size-full wp-image-866" title="googlechrome6" src="http://linuxhub.net/wp-content/uploads/2010/05/googlechrome6.png" alt="" width="550" height="371" /></a></p>
<p style="text-align: justify;">Enjoy fast browsing experience with Google Chrome!</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2010/05/install-google-chrome-on-opensuse-11-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
