<?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>Technology Nerd &#187; Open Source</title>
	<atom:link href="http://tnerd.com/category/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://tnerd.com</link>
	<description>(Technology, as it happens, When it happens!)</description>
	<lastBuildDate>Sat, 21 Nov 2009 12:27:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='tnerd.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>How to Remotely Control One or More PC&#8217;s in Ubuntu?</title>
		<link>http://tnerd.com/2009/07/24/how-to-remotely-control-one-or-more-pcs-in-ubuntu/</link>
		<comments>http://tnerd.com/2009/07/24/how-to-remotely-control-one-or-more-pcs-in-ubuntu/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 16:44:10 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[remote PC]]></category>
		<category><![CDATA[Remote PC Ubuntu]]></category>
		<category><![CDATA[TightVNC]]></category>
		<category><![CDATA[TightVNC on Ubuntu]]></category>
		<category><![CDATA[VNC client]]></category>
		<category><![CDATA[VNC viewer]]></category>

		<guid isPermaLink="false">http://tnerd.com/?p=4488</guid>
		<description><![CDATA[Imagine trying to control another desktop while you are comfortably sitting in front of your desktop. There is no magic involved here thanks to Remote desktop mode. This mode helps to control the entire contents of one or more desktops.
The name suitably describes the function.  However ensure before you even start enabling this mode [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tnerd.com/wp-content/uploads/2009/07/ubuntu.png" rel="shadowbox[post-4488];player=img;"><img class="alignleft size-full wp-image-4534" title="ubuntu" src="http://tnerd.com/wp-content/uploads/2009/07/ubuntu.png" alt="ubuntu" width="218" height="70" /></a>Imagine trying to control another desktop while you are comfortably sitting in front of your desktop. There is no magic involved here thanks to Remote desktop mode. This mode helps to control the entire contents of one or more desktops.</p>
<p>The name suitably describes the function.  However ensure before you even start enabling this mode that you have an excellent firewall which is configured correctly. Still you might face some security problems.</p>
<p>First step you need to do is to install a <a href="http://tnerd.com/tag/vnc-client/" class="st_tag internal_tag" rel="tag" title="Posts tagged with VNC client">VNC client</a> on your system. <a href="http://www.tightvnc.com/download.html" target="_blank">Download</a> and install <a href="http://tnerd.com/tag/tightvnc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with TightVNC">TightVNC</a> for Linux from <a href="http://www.tightvnc.com/download.html" target="_blank">here</a>. After completing the installation, launch the <a href="http://tnerd.com/tag/tightvnc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with TightVNC">TightVNC</a> Viewer and  enter the IP address (or host name) of the remote system in the resulting Connection details dialog and press OK.</p>
<p>If a password is required then enter the same. The screen should load and display the remote desktop. Click on the System and then Preferences and then Remote Desktop on the Gnome top menu. This window will be displayed.<span id="more-4488"></span></p>
<p align="center"><img src="http://tnerd.com/wp-content/uploads/2009/07/remote-desktop-settings.png" alt="remote desktop settings" width="412" height="358" /></p>
<p>To enable the remote desktop mode you need to check the first two boxes under the sharing section.</p>
<p>Under the security section if you select the “<strong>Ask you for confirmation</strong>” code, then your presence in front of the computer is compulsory in order to allow another person to access your desktop.</p>
<p>If that is not what you want then un-check the box. This is usually done when one is trying to remotely access one of his own computers. For security reasons the second check box should always be checked, and ensure that you enter a secure password. Each time you try to log on you will be prompted for this password.</p>
<p><strong>The following steps help to connect from an Ubuntu Machine:-</strong></p>
<ul>
<li>Open your terminal. To do so navigate through Applications—&gt;Accessories—&gt;Terminal and then enter the following command: vncviewer full-screen 192.168.2.23:0.</li>
<li>The following message will be displayed prompting for the password. Enter the password. When you see the VNC authentication succeeded message below, you know that everything has gone right.</li>
</ul>
<p><a href="http://tnerd.com/tag/vnc-viewer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with VNC viewer">VNC Viewer</a> version 3.3.7 &#8211; built Jul 4 2006 10:04:48 Copyright (C) 2002-2003 RealVNC Ltd. Copyright (C) 1994-2000 AT&amp;T Laboratories Cambridge. See http://www.realvnc.com for information on VNC. VNC server supports protocol version 3.7 (viewer 3.3) Password: VNC authentication succeeded.</p>
<p>If you want to quit <a href="http://tnerd.com/tag/vnc-viewer/" class="st_tag internal_tag" rel="tag" title="Posts tagged with VNC viewer">VNC Viewer</a>, press &#8216;F8′ and select Quit viewer.</p>
<p>I hope the steps were easy to understand and follow. Ubuntu is not the tough is it!!</p>

	Tags: <a href="http://tnerd.com/tag/remote-pc/" title="remote PC" rel="tag">remote PC</a>, <a href="http://tnerd.com/tag/remote-pc-ubuntu/" title="Remote PC Ubuntu" rel="tag">Remote PC Ubuntu</a>, <a href="http://tnerd.com/tag/tightvnc/" title="TightVNC" rel="tag">TightVNC</a>, <a href="http://tnerd.com/tag/tightvnc-on-ubuntu/" title="TightVNC on Ubuntu" rel="tag">TightVNC on Ubuntu</a>, <a href="http://tnerd.com/tag/ubuntu/" title="Ubuntu" rel="tag">Ubuntu</a>, <a href="http://tnerd.com/tag/vnc-client/" title="VNC client" rel="tag">VNC client</a>, <a href="http://tnerd.com/tag/vnc-viewer/" title="VNC viewer" rel="tag">VNC viewer</a><br />
]]></content:encoded>
			<wfw:commentRss>http://tnerd.com/2009/07/24/how-to-remotely-control-one-or-more-pcs-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Releases Browser Benchmarking Results &#8211; IE 48% Times Better Than FireFox and Chrome!</title>
		<link>http://tnerd.com/2009/03/13/microsoft-releases-browser-benchmarking-results-ie-48-times-better-than-firefox-and-chrome/</link>
		<comments>http://tnerd.com/2009/03/13/microsoft-releases-browser-benchmarking-results-ie-48-times-better-than-firefox-and-chrome/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 07:20:23 +0000</pubDate>
		<dc:creator>Abbas</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Browser Test]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Fast Browser]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[IE8 Benchmarking]]></category>

		<guid isPermaLink="false">http://tnerd.com/?p=3034</guid>
		<description><![CDATA[With browsers like Chrome, Firefox and Safari claiming they  are the fastest and far better than their closest competitors it was time for  Microsoft to join &#8220;I am a better browser&#8221; cat fight. 
  Microsoft takes a more informative approach in trying to  explain how browser benchmarking should be done and [...]]]></description>
			<content:encoded><![CDATA[<p><img width="100" height="100" border="0" align="right" src="http://tnerd.com/wp-content/uploads/2009/03/ie8-slogo.png" alt="IE Faster" />With browsers like <a href="http://tnerd.com/tag/chrome/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Chrome">Chrome</a>, Firefox and Safari claiming they  are the fastest and far better than their closest competitors it was time for  Microsoft to join &ldquo;I am a better browser&rdquo; cat fight. </p>
<p>  Microsoft takes a more informative approach in trying to  explain how browser benchmarking should be done and justifying their claim that  Internet Explorer is faster than other browsers.</p>
<p>  The testing team picked up TOP 25 sites from ComScore in  December and started testing load speed across three browsers, Internet  Explorer, FireFox and <a href="http://tnerd.com/tag/chrome/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Chrome">Chrome</a>.&nbsp; Results  showed that IE won 48% of the times as opposed to <a href="http://tnerd.com/tag/chrome/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Chrome">Chrome</a>&rsquo;s 36% and Firefox&rsquo;s  16%.</p>
<p><strong>  The following spreadsheet shows you all the 25 sites tested,  their load times, and the winning browser. </strong></p>
<p><span id="more-3034"></span></p>
<p align="center"><img width="429" height="519" src="http://tnerd.com/wp-content/uploads/2009/03/ie-faster-chart.png" alt="Chart" /></p>
<p>  The <a href="http://windowsteamblog.com/blogs/windowsexperience/archive/2009/03/12/ie8-gets-you-where-you-want-to-go-quickly.aspx" target="_blank">post</a> also released a video which takes you through some  of the details behind the whole benchmarking techniques and process. It also  shows a few sites being put through the test.</p>
<p><strong>  Watch the video below</strong></p>
<p align="center"><iframe width="430" scrolling="no" height="326" frameborder="0" src="http://www.microsoft.com/video/en/us/player/embed/cffddf93-14cf-4047-9b25-b4e07cdf6bf6" allowtransparency="true"></iframe><br /><a href="http://www.microsoft.com/video/en/us/details/cffddf93-14cf-4047-9b25-b4e07cdf6bf6?vp_evt=eref&amp;vp_video=IE8%20Performance">IE8 Performance</a></p>
<p>  Well, I can&rsquo;t disagree with the numbers and stuff but it&rsquo;s  just hard to believe IE is faster! Anyway that&rsquo;s just me. </p>
<p>  You can get more details from the whitepaper Microsoft released  about the benchmarking and performance analysis. &nbsp;<a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=cd8932f3-b4be-4e0e-a73b-4a373d85146d" target="_blank">Click here to download</a>!</p>

	Tags: <a href="http://tnerd.com/tag/browser-test/" title="Browser Test" rel="tag">Browser Test</a>, <a href="http://tnerd.com/tag/chrome/" title="Chrome" rel="tag">Chrome</a>, <a href="http://tnerd.com/tag/fast-browser/" title="Fast Browser" rel="tag">Fast Browser</a>, <a href="http://tnerd.com/tag/firefox/" title="FireFox" rel="tag">FireFox</a>, <a href="http://tnerd.com/tag/ie8-benchmarking/" title="IE8 Benchmarking" rel="tag">IE8 Benchmarking</a><br />
]]></content:encoded>
			<wfw:commentRss>http://tnerd.com/2009/03/13/microsoft-releases-browser-benchmarking-results-ie-48-times-better-than-firefox-and-chrome/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox Comes to India &#8211; Mark Your Calendars</title>
		<link>http://tnerd.com/2009/02/11/firefox-comes-to-india-mark-your-calendars/</link>
		<comments>http://tnerd.com/2009/02/11/firefox-comes-to-india-mark-your-calendars/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 07:08:26 +0000</pubDate>
		<dc:creator>Abbas</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://tnerd.com/?p=2792</guid>
		<description><![CDATA[Arun Ranganathan, Firefox evangelist and Seth Bindernalgel, Firefox  Localization team, are visiting India to attend several Firefox related focus  groups and conferences. 
  This is will not only help them get a Indian perceptive of  how the browser is being use in this part of the world but also help them [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img height="145" width="416" src="http://tnerd.com/wp-content/uploads/2009/02/firefox.jpg" alt="Firefox India" /></p>
<p>Arun Ranganathan, <a href="http://tnerd.com/tag/firefox/" class="st_tag internal_tag" rel="tag" title="Posts tagged with FireFox">Firefox</a> evangelist and Seth Bindernalgel, <a href="http://tnerd.com/tag/firefox/" class="st_tag internal_tag" rel="tag" title="Posts tagged with FireFox">Firefox</a>  Localization team, are <a href="http://blog.mozilla.com/blog/2009/02/09/heading-to-india/" target="_blank">visiting</a> India to attend several <a href="http://tnerd.com/tag/firefox/" class="st_tag internal_tag" rel="tag" title="Posts tagged with FireFox">Firefox</a> related focus  groups and conferences. </p>
<p>  This is will not only help them get a Indian perceptive of  how the browser is being use in this part of the world but also help them  understand how then can adjust the browsers to suit the local browsing behavior  in India. </p>
<p>  <strong>Following is the event schedule for Seth and Arun in India</strong></p>
<p><span id="more-2792"></span></p>
<ul>
<li>  Feb. 10th, New Delhi:&nbsp;  Seth and Arun will be joining <a href="http://www.barcamp.org/MozillaCamp" target="_blank">MozCampDelhi</a> organized by Mohak Prince,  one of our great campus reps. There will also be a Mozilla Labs session on the  news <a href="http://labs.mozilla.com/projects/concept-series/" target="_blank">Concept Series</a>.</li>
<li> Feb. 12th &#8211; 13th, Kanpur:&nbsp;  The duo will be participating in the inaugural <a href="http://www.techkriti.org/fosskriti/" target="_blank">FOSSKriti</a> at  <a href="http://www.techkriti.org/#/index" target="_blank">Techkriti</a>.&nbsp; Arun will be leading a  workshop on Web development &amp; Open Source technologies on the night of the  12th and then a HTML5 talk on Feb. 13th.</li>
<li> Feb. 14th &#8211; 15th, Pune:&nbsp;  Arun and Seth find themselves at <a href="http://gnunify.in/09/" target="_blank">GNUnify</a> where they will be leading a  mini Mozilla Camp covering localization, Web tools and more.&nbsp; On Sunday morning from 10 a.m. &#8211; 1 p.m. they  will be joining <a href="http://punetech.com/" target="_blank">PuneTech.com</a> for an open meet up.</li>
</ul>
<p>So get your notepads and put down all your questions, suggestions and most improtantly complaints and compliments and head to one of these venues to pour it all out and be sure that all of this will certainly make it to the <a href="http://tnerd.com/tag/firefox/" class="st_tag internal_tag" rel="tag" title="Posts tagged with FireFox">Firefox</a> team and you never know you might see your suggestion as a new <a href="http://tnerd.com/tag/firefox/" class="st_tag internal_tag" rel="tag" title="Posts tagged with FireFox">Firefox</a> feature in the future.</p>
No tag for this post.]]></content:encoded>
			<wfw:commentRss>http://tnerd.com/2009/02/11/firefox-comes-to-india-mark-your-calendars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install KDE 4.2 beta in Ubuntu</title>
		<link>http://tnerd.com/2008/12/18/how-to-install-kde-42-beta-in-ubuntu/</link>
		<comments>http://tnerd.com/2008/12/18/how-to-install-kde-42-beta-in-ubuntu/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 11:17:55 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[installing KDE 4.2 Ubuntu]]></category>
		<category><![CDATA[kde on ubuntu]]></category>

		<guid isPermaLink="false">http://tnerd.com/?p=2563</guid>
		<description><![CDATA[The power and functionality of Linux is growing by day. I am already waiting for as of now for another 3 hours to go by so that I can download and try OpenSuse 11.1. However, that&#8217;s not what we are going to see today. Couple of weeks back there was a new release of KDE [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://tnerd.com/wp-content/uploads/2008/12/kdelogo.png" rel="shadowbox[post-2563];player=img;"><img class="alignright alignnone size-thumbnail wp-image-2565" style="border: 0pt none; margin-left: 5px; margin-right: 5px; float: right;" title="kdelogo" src="http://tnerd.com/wp-content/uploads/2008/12/kdelogo.png" alt="" width="160" height="93" /></a>The power and functionality of Linux is growing by day. I am already waiting for as of now for another 3 hours to go by so that I can download and try <a class="zem_slink" title="OpenSUSE" rel="homepage" href="http://www.opensuse.org">OpenSuse</a> 11.1. However, that&#8217;s not what we are going to see today. Couple of weeks back there was a new release of <a class="zem_slink" title="KDE" rel="homepage" href="http://www.kde.org/">KDE</a> namely <a href="http://tnerd.com/tag/kde-4/" class="st_tag internal_tag" rel="tag" title="Posts tagged with kde 4">KDE 4</a>.2 and I managed to get my hands on it. For people who do not know what KDE is, following a small background.</p>
<p style="text-align: justify;"><span id="more-2563"></span></p>
<p style="text-align: justify;"><strong>Website</strong></p>
<p style="text-align: justify;"><a href="http://kde.org" target="_blank">http://kde.org/</a></p>
<p style="text-align: justify;"><strong>Description</strong></p>
<p style="text-align: justify;"><em>KDE or the K Desktop Environment, is a network transparent contemporary desktop environment for UNIX workstations. KDE seeks to fulfill the need for an easy to use desktop for UNIX workstations, similar to <a href="http://tnerd.com/tag/desktop-environments/" class="st_tag internal_tag" rel="tag" title="Posts tagged with desktop environments">desktop environments</a> found on Macintosh and Microsoft Windows operating systems.</em></p>
<p style="text-align: justify;">Now that you have some idea we are going to see how to install <a href="http://tnerd.com/tag/kde-4/" class="st_tag internal_tag" rel="tag" title="Posts tagged with kde 4">KDE 4</a>.2 beta on <a class="zem_slink" title="Ubuntu" rel="homepage" href="http://www.ubuntu.com/">Ubuntu</a>. I have tested and installed it on Ubuntu 8.10 or Intrepid Ibex, but I am sure it won&#8217;t be rocket science for installing it on previous versions of Ubuntu.</p>
<p style="text-align: justify;"><strong>Note:</strong> This version of KDE is still in beta and can be buggy. It&#8217;s advised to only use it for testing purposes. The final release is expected in January next year.</p>
<p style="text-align: justify;"><strong>Installation</strong></p>
<p style="text-align: justify;">Before you can install <a href="http://tnerd.com/tag/kde-4/" class="st_tag internal_tag" rel="tag" title="Posts tagged with kde 4">KDE 4</a>.2 beta you&#8217;ll have to add the repository to the software sources.</p>
<p style="text-align: justify;">1. Go to <span style="color: #888888;"><em>System-&gt;Administration-&gt;Software Sources</em></span></p>
<p style="text-align: justify;"><a href="http://tnerd.com/wp-content/uploads/2008/12/softwaresources.png" rel="shadowbox[post-2563];player=img;"><img class="alignnone size-full wp-image-2564" title="softwaresources" src="http://tnerd.com/wp-content/uploads/2008/12/softwaresources.png" alt="" width="500" height="405" /></a></p>
<p style="text-align: justify;">
<p style="text-align: justify;">2. Go to the tab <span style="color: #888888;">Third-Party Software</span> and click <span style="color: #888888;">Add</span>. Add the following line</p>
<p style="text-align: justify;"><span style="color: #888888;"><em>deb http://ppa.launchpad.net/project-neon/ubuntu <a class="zem_slink" title="History of Ubuntu releases" rel="wikipedia" href="http://en.wikipedia.org/wiki/History_of_Ubuntu_releases">intrepid</a> main</em></span></p>
<p style="text-align: justify;">3. Next open a terminal window and type the following command</p>
<div class="codesnip-container"><span style="color: #888888;"><em>sudo aptitude install kde-nightly</em></span></div>
<div class="codesnip-container"></div>
<div class="codesnip-container"><a href="http://tnerd.com/wp-content/uploads/2008/12/terminal.png" rel="shadowbox[post-2563];player=img;"><img class="alignnone size-full wp-image-2566" title="terminal" src="http://tnerd.com/wp-content/uploads/2008/12/terminal.png" alt="" width="500" height="187" /></a></div>
<div class="codesnip-container">Your internet connection speed will decide how much it&#8217;ll take to download and install <a href="http://tnerd.com/tag/kde-4/" class="st_tag internal_tag" rel="tag" title="Posts tagged with kde 4">KDE 4</a>.2 Beta. Once you are done you can logout and change session to KDE desktop to try out <a href="http://tnerd.com/tag/kde-4/" class="st_tag internal_tag" rel="tag" title="Posts tagged with kde 4">KDE 4</a>.2.</div>
<div class="codesnip-container"></div>
<div class="codesnip-container">Following is a snapshot of the <a href="http://tnerd.com/tag/kde-4/" class="st_tag internal_tag" rel="tag" title="Posts tagged with kde 4">KDE 4</a>.2 beta desktop.</div>
<div class="codesnip-container"><a href="http://tnerd.com/wp-content/uploads/2008/12/kdedesktop.png" rel="shadowbox[post-2563];player=img;"><img class="alignnone size-full wp-image-2567" title="kdedesktop" src="http://tnerd.com/wp-content/uploads/2008/12/kdedesktop.png" alt="" width="500" height="314" /></a></div>

	Tags: <a href="http://tnerd.com/tag/installing-kde-42-ubuntu/" title="installing KDE 4.2 Ubuntu" rel="tag">installing KDE 4.2 Ubuntu</a>, <a href="http://tnerd.com/tag/kde-on-ubuntu/" title="kde on ubuntu" rel="tag">kde on ubuntu</a><br />
]]></content:encoded>
			<wfw:commentRss>http://tnerd.com/2008/12/18/how-to-install-kde-42-beta-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install VLC Media Player in Ubuntu 8.10</title>
		<link>http://tnerd.com/2008/12/17/installing-vlc-media-player-in-ubuntu-810/</link>
		<comments>http://tnerd.com/2008/12/17/installing-vlc-media-player-in-ubuntu-810/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 10:02:21 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[VLC media Player]]></category>
		<category><![CDATA[VLC media Player linux]]></category>
		<category><![CDATA[VLC media Player ubuntu]]></category>

		<guid isPermaLink="false">http://tnerd.com/?p=2556</guid>
		<description><![CDATA[When it comes to media players VLC is one of my favorites as it has the capabilities of boosting the volume up to 400%. There is a considerable difference when you are using VLC media player in terms of volume output.

	Tags: VLC media Player, VLC media Player linux, VLC media Player ubuntu
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://tnerd.com/wp-content/uploads/2008/12/vlc-08.png" rel="shadowbox[post-2556];player=img;"><img class="alignleft alignnone size-thumbnail wp-image-2558" style="border: 0pt none; float: left; margin-left: 5px; margin-right: 5px;" title="vlc-08" src="http://tnerd.com/wp-content/uploads/2008/12/vlc-08-300x300.png" alt="" width="106" height="106" /></a>When it comes to media players VLC is one of my favorites as it has the capabilities of boosting the volume up to 400%. There is a considerable difference when you are using <a class="zem_slink" title="VLC media player" rel="homepage" href="http://www.videolan.org/">VLC media player</a> in terms of volume output.</p>

	Tags: <a href="http://tnerd.com/tag/vlc-media-player/" title="VLC media Player" rel="tag">VLC media Player</a>, <a href="http://tnerd.com/tag/vlc-media-player-linux/" title="VLC media Player linux" rel="tag">VLC media Player linux</a>, <a href="http://tnerd.com/tag/vlc-media-player-ubuntu/" title="VLC media Player ubuntu" rel="tag">VLC media Player ubuntu</a><br />
]]></content:encoded>
			<wfw:commentRss>http://tnerd.com/2008/12/17/installing-vlc-media-player-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Compiz Fusion Guide-A complete guide to install compiz fusion in Ubuntu: Post 1</title>
		<link>http://tnerd.com/2008/11/13/compiz-fusion-guide-a-complete-guide-to-install-compiz-fusion-in-ubuntu-post-1/</link>
		<comments>http://tnerd.com/2008/11/13/compiz-fusion-guide-a-complete-guide-to-install-compiz-fusion-in-ubuntu-post-1/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 15:56:15 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[compiz fusion]]></category>
		<category><![CDATA[compiz fusion guide]]></category>
		<category><![CDATA[configuring compiz]]></category>
		<category><![CDATA[installing compiz]]></category>
		<category><![CDATA[ubuntu compiz]]></category>

		<guid isPermaLink="false">http://tnerd.com/?p=2363</guid>
		<description><![CDATA[The versatility of Ubuntu Linux is what separates it from other operating system. Not to mention the fact that eye candy in Linux has come a long way. I am sure every one who has tried Ubuntu or some other distro of Linux has definitely played with the famous cube. If you haven&#8217;t yet seen [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://tnerd.com/wp-content/uploads/2008/11/compiz.png" rel="shadowbox[post-2363];player=img;"><img class="alignleft alignnone size-full wp-image-2372" style="border: 0pt none; float: left; margin-left: 5px; margin-right: 5px;" title="compiz" src="http://tnerd.com/wp-content/uploads/2008/11/compiz.png" alt="" width="381" height="72" /></a>The versatility of <a class="zem_slink" title="Ubuntu" rel="homepage" href="http://www.ubuntu.com/">Ubuntu Linux</a> is what separates it from other operating system. Not to mention the fact that eye candy in <a class="zem_slink" title="Linux" rel="wikipedia" href="http://en.wikipedia.org/wiki/Linux">Linux</a> has come a long way. I am sure every one who has tried Ubuntu or some other distro of Linux has definitely played with the famous cube. If you haven&#8217;t yet seen it or tried it and are keen on trying it, then this is just the perfect post for you.</p>
<p style="text-align: justify;"><span id="more-2363"></span><br />
Today we are going to see how you can get the famous 3D cube running on your Ubuntu. Not just that we are going to see a complete configuration guide which will blow your mind away. Also, we&#8217;ll see how the 3D cube has come a long way and now you can also use 3D cylinder and 3D sphere. The end result will look something like this.</p>
<div id="o-06" style="padding: 1em 0pt; text-align: justify;"><a href="http://tnerd.com/wp-content/uploads/2008/11/cube.png" rel="shadowbox[post-2363];player=img;"><img class="alignnone size-full wp-image-2364" title="cube" src="http://tnerd.com/wp-content/uploads/2008/11/cube.png" alt="" width="500" height="314" /></a></div>
<div id="lv.-" style="padding: 1em 0pt; text-align: justify;"><a href="http://tnerd.com/wp-content/uploads/2008/11/sphere.png" rel="shadowbox[post-2363];player=img;"><img class="alignnone size-full wp-image-2365" title="sphere" src="http://tnerd.com/wp-content/uploads/2008/11/sphere.png" alt="" width="500" height="314" /></a></div>
<p style="text-align: justify;">Because, this going to be a really long post as we have to configure it a lot, we have planned to launch this post as a series so that we don&#8217;t make this post really long and also allow our readers some time to breath before they have all the features running. In order to get all the famous effects on Ubuntu, you&#8217;ll need to install something called as <a class="zem_slink" title="Compiz" rel="homepage" href="http://compiz.org/">compiz</a> fusion. Also, this post and posts in this series is almost useless for people who do not have a graphic card in their computer.</p>
<p style="text-align: justify;">We&#8217;ll divide this post into 3 post series. The first post will talk about how to install <a href="http://tnerd.com/tag/compiz/" class="st_tag internal_tag" rel="tag" title="Posts tagged with compiz">compiz</a> fusion and before installing how to set up your computer to take full advantage of <a href="http://tnerd.com/tag/compiz/" class="st_tag internal_tag" rel="tag" title="Posts tagged with compiz">compiz</a> fusion. We are now going to see how to setup your computer for unleashing <a href="http://tnerd.com/tag/compiz/" class="st_tag internal_tag" rel="tag" title="Posts tagged with compiz">compiz</a> fusion. Ubuntu by default doesn&#8217;t support proprietary drivers. However, we&#8217;ll have to install them in order to take the complete advantage of the graphic card and hence <a href="http://tnerd.com/tag/compiz/" class="st_tag internal_tag" rel="tag" title="Posts tagged with compiz">compiz</a>.</p>
<p style="text-align: justify;"><strong>I have tested this guide on HP dv6910tx with <em><a class="zem_slink" title="Nvidia" rel="geolocation" href="http://maps.google.com/maps?ll=37.3707277778,-121.963738889&amp;spn=0.01,0.01&amp;q=37.3707277778,-121.963738889%20%28Nvidia%29&amp;t=h">nVidia</a></em> 8400M GS running Ubuntu 8.10 (Intrepid Ibex)</strong></p>
<h3 style="text-align: justify;"><span style="color: #ff6600;"><strong>Check if you already have graphic drivers running and activated</strong></span></h3>
<p style="text-align: justify;">To check whether you computer has third party restricted drivers, you&#8217;ll have to add some third party repositories to your software sources. But before that it&#8217;s a good idea to check if you already have the required drivers. To do so, go to <strong>System-&gt;Administration-&gt;<a class="zem_slink" title="Device driver" rel="wikipedia" href="http://en.wikipedia.org/wiki/Device_driver">Hardware Drivers</a>.</strong> A window will pop up and will show if you have drivers running already.</p>
<div id="t2j5" style="padding: 1em 0pt; text-align: justify;">
<div id="xki4" style="padding: 1em 0pt; text-align: left;"><a href="http://tnerd.com/wp-content/uploads/2008/11/hardwaredrivers2.png" rel="shadowbox[post-2363];player=img;"><img class="alignnone size-full wp-image-2366" title="hardwaredrivers2" src="http://tnerd.com/wp-content/uploads/2008/11/hardwaredrivers2.png" alt="" width="500" height="360" /></a></div>
<div id="xu8t" style="padding: 1em 0pt; text-align: left;"><a href="http://tnerd.com/wp-content/uploads/2008/11/hardwaredrivers1.png" rel="shadowbox[post-2363];player=img;"><img class="alignnone size-full wp-image-2367" title="hardwaredrivers1" src="http://tnerd.com/wp-content/uploads/2008/11/hardwaredrivers1.png" alt="" width="476" height="599" /></a></div>
<p style="text-align: justify;">In case you already have the drivers, you&#8217;ll see them activated, if not then you&#8217;ll have to activate them. However, if you do not see any drivers and you are sure that you have a graphic card which has restricted drivers then you&#8217;ll have to follow the steps below.</p>
<h3 style="text-align: justify;"><span style="color: #ff6600;"><strong>Installing Restricted Drivers</strong></span></h3>
<p style="text-align: justify;">To install third part restricted drivers, you&#8217;ll have to add third part repositories to your software sources. To do so, go to <strong>System-&gt;Administration-&gt;Software Sources</strong>.</p>
</div>
<div id="dfn9" style="padding: 1em 0pt; text-align: justify;"><a href="http://tnerd.com/wp-content/uploads/2008/11/softwaresources1.png" rel="shadowbox[post-2363];player=img;"><img class="alignnone size-full wp-image-2368" title="softwaresources1" src="http://tnerd.com/wp-content/uploads/2008/11/softwaresources1.png" alt="" width="500" height="473" /></a></div>
<div id="dfn9" style="padding: 1em 0pt; text-align: justify;">
<div id="ulpx" style="padding: 1em 0pt; text-align: left;">
<h3><a href="http://tnerd.com/wp-content/uploads/2008/11/softwaresources2.png" rel="shadowbox[post-2363];player=img;"><img class="alignnone size-full wp-image-2369" title="softwaresources2" src="http://tnerd.com/wp-content/uploads/2008/11/softwaresources2.png" alt="" width="500" height="498" /></a></h3>
<p>In the Ubuntu Software tab make sure that the check box <strong>Proprietary Drivers for devices (restricted)</strong> is selected. Now you&#8217;ll be able to see if there are any restricted drivers available for your graphic card. If there are, then you should install it and activate it. After installing the drivers make sure to restart the computer.</p>
<h3><span style="color: #ff6600;"><strong>Installing <a class="zem_slink" title="Compiz Fusion" rel="homepage" href="http://www.compiz-fusion.org/">Compiz Fusion</a></strong></span></h3>
<p>We are now all set to install <a href="http://tnerd.com/tag/compiz/" class="st_tag internal_tag" rel="tag" title="Posts tagged with compiz">compiz</a> fusion in Ubuntu. We want to ensure that this guide is as user friendly as possible and hence I will try to avoid terminal as much as possible. You can install it by clicking the link below:</p>
<p><a id="kgtn" title="apt:compizconfig-settings-manager">apt:compizconfig-settings-manager</a></p>
<p>You will be prompted with a window like this</p>
<div id="mqd:" style="padding: 1em 0pt; text-align: left;"><a href="http://tnerd.com/wp-content/uploads/2008/11/compiz1.png" rel="shadowbox[post-2363];player=img;"><img class="alignnone size-full wp-image-2370" title="compiz1" src="http://tnerd.com/wp-content/uploads/2008/11/compiz1.png" alt="" width="500" height="209" /></a></div>
<p>Click on Install to be begin the installation. After the installation is done, you&#8217;ll see a window like the one below confirming the successful installation.</p>
<div id="cd-2" style="padding: 1em 0pt; text-align: left;"><a href="http://tnerd.com/wp-content/uploads/2008/11/compiz2.png" rel="shadowbox[post-2363];player=img;"><img class="alignnone size-full wp-image-2371" title="compiz2" src="http://tnerd.com/wp-content/uploads/2008/11/compiz2.png" alt="" width="500" height="209" /></a></div>
<p style="text-align: justify;">That&#8217;s all now we have <a href="http://tnerd.com/tag/compiz/" class="st_tag internal_tag" rel="tag" title="Posts tagged with compiz">compiz</a> fusion installed on Ubuntu. In the next series we&#8217;ll see how to configure <a href="http://tnerd.com/tag/compiz/" class="st_tag internal_tag" rel="tag" title="Posts tagged with compiz">compiz</a> fusion and get the desktop cube and other funky effects. In case you don&#8217;t want to miss the rest of the series feel free to subscribe to our <a id="c5y:" title="RSS" href="http://feeds.tnerd.com/TechnologyNerd">RSS</a>.</p>
</div>
</div>

	Tags: <a href="http://tnerd.com/tag/compiz/" title="compiz" rel="tag">compiz</a>, <a href="http://tnerd.com/tag/compiz-fusion/" title="compiz fusion" rel="tag">compiz fusion</a>, <a href="http://tnerd.com/tag/compiz-fusion-guide/" title="compiz fusion guide" rel="tag">compiz fusion guide</a>, <a href="http://tnerd.com/tag/configuring-compiz/" title="configuring compiz" rel="tag">configuring compiz</a>, <a href="http://tnerd.com/tag/installing-compiz/" title="installing compiz" rel="tag">installing compiz</a>, <a href="http://tnerd.com/tag/ubuntu-compiz/" title="ubuntu compiz" rel="tag">ubuntu compiz</a><br />
]]></content:encoded>
			<wfw:commentRss>http://tnerd.com/2008/11/13/compiz-fusion-guide-a-complete-guide-to-install-compiz-fusion-in-ubuntu-post-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to uninstall or remove KDE and restore Gnome Desktop Manager in Ubuntu</title>
		<link>http://tnerd.com/2008/11/12/how-to-uninstall-or-remove-kde-and-restore-gnome-desktop-manager-in-ubuntu/</link>
		<comments>http://tnerd.com/2008/11/12/how-to-uninstall-or-remove-kde-and-restore-gnome-desktop-manager-in-ubuntu/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 16:32:09 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[kde 4]]></category>
		<category><![CDATA[removing kde]]></category>
		<category><![CDATA[removing kde4 ubuntu]]></category>
		<category><![CDATA[uninstalling kde]]></category>

		<guid isPermaLink="false">http://tnerd.com/?p=2354</guid>
		<description><![CDATA[The default desktop manager for Ubuntu is Gnome. However, if you want to have KDE as your desktop manager then either you can directly download Kubuntu or install KDE. However, one of our reader requested us on how to remove KDE. I was not sure what could be the reason for removing KDE.

So let&#8217;s see [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://tnerd.com/wp-content/uploads/2008/11/kde42.png" rel="shadowbox[post-2354];player=img;"><img class="alignleft alignnone size-full wp-image-2360" style="border: 0pt none; float: left; margin-left: 5px; margin-right: 5px;" title="kde42" src="http://tnerd.com/wp-content/uploads/2008/11/kde42.png" alt="" width="265" height="92" /></a>The default desktop manager for Ubuntu is Gnome. However, if you want to have KDE as your desktop manager then either you can directly download Kubuntu or <a href="http://tnerd.com/2008/11/01/install-kde-41-on-ubuntu-810-in-3-easy-steps/" target="_blank">install KDE</a>. However, one of our <a href="http://tnerd.com/2008/11/01/install-kde-41-on-ubuntu-810-in-3-easy-steps/#comments" target="_blank">reader</a> requested us on how to remove KDE. I was not sure what could be the reason for removing KDE.</p>
<p style="text-align: justify;"><span id="more-2354"></span></p>
<p style="text-align: justify;">So let&#8217;s see what are the ways in which we can remove/uninstall KDE from Ubuntu. I am not a big advocate of removing KDE from Ubuntu, so we&#8217;ll also see how to get back on GNome and set it as default desktop manager for every logged in session. So let&#8217;s begin by seeing how to revert to Gnome as the default desktop manager while still keeping KDE</p>

	Tags: <a href="http://tnerd.com/tag/kde-4/" title="kde 4" rel="tag">kde 4</a>, <a href="http://tnerd.com/tag/removing-kde/" title="removing kde" rel="tag">removing kde</a>, <a href="http://tnerd.com/tag/removing-kde4-ubuntu/" title="removing kde4 ubuntu" rel="tag">removing kde4 ubuntu</a>, <a href="http://tnerd.com/tag/uninstalling-kde/" title="uninstalling kde" rel="tag">uninstalling kde</a><br />
]]></content:encoded>
			<wfw:commentRss>http://tnerd.com/2008/11/12/how-to-uninstall-or-remove-kde-and-restore-gnome-desktop-manager-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 5 Download Managers for Linux: Download quickly and effectively</title>
		<link>http://tnerd.com/2008/11/06/top-5-download-managers-for-linux-download-quickly-and-effectively/</link>
		<comments>http://tnerd.com/2008/11/06/top-5-download-managers-for-linux-download-quickly-and-effectively/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 12:33:46 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Download Manager]]></category>
		<category><![CDATA[download manager linux]]></category>
		<category><![CDATA[download managet ubuntu]]></category>

		<guid isPermaLink="false">http://tnerd.com/?p=2284</guid>
		<description><![CDATA[A good download manager is a must for any system, whether it is Linux or Windows, whether you have slow connection or a fast one. No matter how advanced or novice you are, a good download manager is just the kind of software you&#8217;ll need to save a lot of time and effort in a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://tnerd.com/wp-content/uploads/2008/11/alperesin-orbit-256.png" rel="shadowbox[post-2284];player=img;"><img class="alignright alignnone size-full wp-image-2285" style="border: 0pt none; float: right; margin-left: 5px; margin-right: 5px;" title="alperesin-orbit-256" src="http://tnerd.com/wp-content/uploads/2008/11/alperesin-orbit-256.png" alt="" width="138" height="138" /></a>A good <a class="zem_slink" title="Download manager" rel="wikipedia" href="http://en.wikipedia.org/wiki/Download_manager">download manager</a> is a must for any system, whether it is Linux or Windows, whether you have slow connection or a fast one. No matter how advanced or novice you are, a good <a href="http://tnerd.com/tag/download-manager/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Download Manager">download manager</a> is just the kind of software you&#8217;ll need to save a lot of time and effort in a days work.</p>
<p style="text-align: justify;">There are a great number of <a href="http://tnerd.com/tag/download-manager/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Download Manager">download manager</a> available for Windows. But today we&#8217;ll see the best of download managers which are available for Linux. These are not in any order of preference.</p>
<p style="text-align: justify;"><span id="more-2284"></span><span style="font-weight: bold;"><span style="color: #ff6600;">Jigsaw Download (JigDo)</span></span></p>
<p><a href="http://atterer.net/jigdo/">Jigsaw Download</a>, or short jigdo, is a tool designed to ease the distribution of very large files over the internet, for example CD or DVD images. Its aim is to make downloading the images as easy for users as a click on a direct download link in a browser, while avoiding all the problems that server administrators have with hosting such large files.</p>
<p><a href="http://tnerd.com/wp-content/uploads/2008/11/jigdo.png" rel="shadowbox[post-2284];player=img;"><img class="alignnone size-full wp-image-2286" title="jigdo" src="http://tnerd.com/wp-content/uploads/2008/11/jigdo.png" alt="" width="500" height="385" /></a></p>
<p>Still in beta Jigdo is a very basic with an interface which even kids can understand. There&#8217;s pause and resume capabilities. However, I did not find any place to check for settings, like scheduling and changing the number of connections or limiting the speed. This one has a long way to go!</p>
<p>You can get this software using Synaptic by searching for Jidgo or downloading the deb installer for the same which can be found <a href="http://http.us.debian.org/debian/pool/main/j/jigdo/jigdo-file_0.7.3-1_alpha.deb">here</a>.</p>
<p><span style="color: #ff6600;"><span style="font-weight: bold;">Gwget</span></span></p>
<p><a href="http://www.gnome.org/projects/gwget/index.html">Gwget</a> is almost a complete</p>

	Tags: <a href="http://tnerd.com/tag/download-manager/" title="Download Manager" rel="tag">Download Manager</a>, <a href="http://tnerd.com/tag/download-manager-linux/" title="download manager linux" rel="tag">download manager linux</a>, <a href="http://tnerd.com/tag/download-managet-ubuntu/" title="download managet ubuntu" rel="tag">download managet ubuntu</a><br />
]]></content:encoded>
			<wfw:commentRss>http://tnerd.com/2008/11/06/top-5-download-managers-for-linux-download-quickly-and-effectively/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install KDE 4.1 on Ubuntu 8.10 in 3 easy steps!</title>
		<link>http://tnerd.com/2008/11/01/install-kde-41-on-ubuntu-810-in-3-easy-steps/</link>
		<comments>http://tnerd.com/2008/11/01/install-kde-41-on-ubuntu-810-in-3-easy-steps/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 17:45:14 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[desktop environments]]></category>
		<category><![CDATA[gnome desktop]]></category>
		<category><![CDATA[installing KDE 4.1 Ubuntu]]></category>
		<category><![CDATA[KDE 4.1]]></category>

		<guid isPermaLink="false">http://tnerd.com/?p=2220</guid>
		<description><![CDATA[
I am sure by now most of you must have upgraded to Ubunutu 8.10. One  very important thing that I love about Ubuntu us the gnome desktop  manager (GDM). However, if you did not knew, you can have different  desktop managers. One of the most popular one is KDE.

KDE which stands for [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://tnerd.com/wp-content/uploads/2008/11/kde41.png" rel="shadowbox[post-2220];player=img;"><img class="alignnone size-full wp-image-2232 aligncenter" title="kde41" src="http://tnerd.com/wp-content/uploads/2008/11/kde41.png" alt="" width="437" height="199" /></a></p>
<p style="text-align: justify;">I am sure by now most of you must have upgraded to Ubunutu 8.10. One  very important thing that I love about <a class="zem_slink" title="Ubuntu" rel="homepage" href="http://www.ubuntu.com/">Ubuntu</a> us the <a href="http://tnerd.com/tag/gnome-desktop/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gnome desktop">gnome desktop</a>  manager (GDM). However, if you did not knew, you can have different  desktop managers. One of the most popular one is <a href="http://www.kde.org/">KDE</a>.<span id="more-2220"></span></p>
<blockquote>
<p style="text-align: justify;">KDE which stands for <a class="zem_slink" title="KDE" rel="homepage" href="http://www.kde.org/">K  Desktop Environment</a> is a network transparent contemporary <a class="zem_slink" title="Desktop environment" rel="wikipedia" href="http://en.wikipedia.org/wiki/Desktop_environment">desktop  environment</a> for  UNIX workstations. KDE seeks to fulfill the need for an easy to use  desktop for UNIX workstations, similar to <a href="http://tnerd.com/tag/desktop-environments/" class="st_tag internal_tag" rel="tag" title="Posts tagged with desktop environments">desktop environments</a>  found on Macintosh and Microsoft Windows operating systems.</p>
</blockquote>
<p style="text-align: justify;">Some people swear by KDE and use it as their default  desktop environment and  then there are others who love their <a href="http://tnerd.com/tag/gnome-desktop/" class="st_tag internal_tag" rel="tag" title="Posts tagged with gnome desktop">Gnome Desktop</a> Manager. KDE  probably is better eye candy compared to GDM and is a good replacement.  Today, we&#8217;ll see how to install <a class="zem_slink" title="KDE 4" rel="homepage" href="http://www.kde.org/">KDE 4.1</a> on Ubuntu 8.10 (Intrepid Ibex).  We&#8217;ll try to make things as simple as possible.</p>
<h2 style="text-align: justify;">Adding KDE 4.1  repositories to software sources</h2>
<p style="text-align: justify;">Go to <strong>System-&gt;Administration-&gt;Software  Sources</strong></p>
<p style="text-align: justify;"><a href="http://tnerd.com/wp-content/uploads/2008/11/kde1.png" rel="shadowbox[post-2220];player=img;"><img class="alignnone size-full wp-image-2221" title="kde1" src="http://tnerd.com/wp-content/uploads/2008/11/kde1.png" alt="" width="500" height="525" /></a></p>
<p style="text-align: justify;">After  entering your admin password you&#8217;ll be presented with a window like the  one below add click on the Third-Party Software tab and click the Add  button.</p>
<p style="text-align: justify;"><img src="http://tnerd.com/wp-content/uploads/2008/11/kde2.png" alt="file:///home/vivek/snapshots/KDE/kde2.png" /></p>
<p style="text-align: justify;">Add the following repositories in the Apt line and click Add Source:</p>
<p style="text-align: justify;"><strong>deb  http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu intrepid main</strong></p>
<p style="text-align: justify;">Click the button close and  you&#8217;ll be prompted to reload the software sources. Make sure you  are connected to Internet. It&#8217;ll take a few minutes depending on your  Internet connection speed. The next step is to install KDE 4.1.</p>
<h2 style="text-align: justify;"><strong>Installing KDE 4.1</strong></h2>
<p style="text-align: justify;">I  tried to use apt URL to install by seems like it&#8217;s not working so we&#8217;ll  play safe and install it using a terminal window. In the terminal  window type:</p>
<p style="text-align: justify;"><strong>sudo apt-get install  kubuntu-kde4-desktop</strong></p>
<p style="text-align: justify;"><img src="http://tnerd.com/wp-content/uploads/2008/11/kde-5.png" alt="file:///home/vivek/snapshots/KDE/kde-5.png" /></p>
<p style="text-align: justify;">The package is around 400 MB  and will take time depending on your internet connection speed. After a while  you&#8217;ll be prompt with a configuration window like the one below.</p>
<p style="text-align: justify;"><img src="http://tnerd.com/wp-content/uploads/2008/11/kde6.png" alt="file:///home/vivek/snapshots/KDE/kde6.png" /></p>
<p style="text-align: justify;">Hit Enter to reach the screen  like the one below</p>
<p style="text-align: justify;"><img src="http://tnerd.com/wp-content/uploads/2008/11/kde7.png" alt="file:///home/vivek/snapshots/KDE/kde7.png" /></p>
<p style="text-align: justify;">Select  your default Display Manager. The first one GDM will keep your <a class="zem_slink" title="GNOME" rel="homepage" href="http://www.gnome.org/">Gnome  Desktop</a> and the second one <a class="zem_slink" title="KDE Display Manager" rel="homepage" href="http://www.kde.org">KDM</a> will make KDE as your default  desktop manager and click enter.</p>
<p style="text-align: justify;">That&#8217;s it after a few more  seconds you&#8217;d have finished installing KDE 4.1.</p>
<h2 style="text-align: justify;"><strong>Optional: Restoring default  Ubuntu <a class="zem_slink" title="Bootsplash" rel="wikipedia" href="http://en.wikipedia.org/wiki/Bootsplash">boot splash</a> screen</strong></h2>
<p style="text-align: justify;">Once  you have installed KDE your bootsplash screen would change to show KDE  bootsplash. To change this you&#8217;ll need Startup-manager. You can install  it using <a class="zem_slink" title="Synaptic Package Manager" rel="homepage" href="http://www.nongnu.org/synaptic/">Synaptic Package Manager</a>.</p>
<p style="text-align: justify;"><img src="http://tnerd.com/wp-content/uploads/2008/11/kde8.png" alt="file:///home/vivek/snapshots/KDE/kde8.png" width="500" height="400" /></p>
<p style="text-align: justify;">Once you have installed this  application you can start it by going to</p>
<p style="text-align: justify;"><strong>System-&gt;Administration-&gt;Startup-Manager</strong></p>
<p style="text-align: justify;"><img src="http://tnerd.com/wp-content/uploads/2008/11/kde9.png" alt="file:///home/vivek/snapshots/KDE/kde9.png" width="500" height="525" /></p>
<p style="text-align: justify;">Go to the Appearance tab in  Startup-Manager window and under Usplash theme, select  usplash-theme-ubuntu.</p>
<p style="text-align: justify;"><img src="http://tnerd.com/wp-content/uploads/2008/11/kde10.png" alt="file:///home/vivek/snapshots/KDE/kde10.png" /></p>
<p style="text-align: justify;">That&#8217;s it! Now just logout and select  KDE 4 in &#8220;Select Session&#8221; and you should be logged in  KDE. This is how the KDE desktop looks like:</p>
<p style="text-align: justify;"><img src="http://tnerd.com/wp-content/uploads/2008/11/kde11.png" alt="file:///home/vivek/snapshots/KDE/kde11.png" width="500" /></p>

	Tags: <a href="http://tnerd.com/tag/desktop-environments/" title="desktop environments" rel="tag">desktop environments</a>, <a href="http://tnerd.com/tag/gnome-desktop/" title="gnome desktop" rel="tag">gnome desktop</a>, <a href="http://tnerd.com/tag/installing-kde-41-ubuntu/" title="installing KDE 4.1 Ubuntu" rel="tag">installing KDE 4.1 Ubuntu</a>, <a href="http://tnerd.com/tag/kde-41/" title="KDE 4.1" rel="tag">KDE 4.1</a><br />
]]></content:encoded>
			<wfw:commentRss>http://tnerd.com/2008/11/01/install-kde-41-on-ubuntu-810-in-3-easy-steps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Halloween Wallpapers and Social Media Icons from TNerd.com</title>
		<link>http://tnerd.com/2008/10/31/halloween-wallpapers-and-social-media-icons-from-tnerdcom/</link>
		<comments>http://tnerd.com/2008/10/31/halloween-wallpapers-and-social-media-icons-from-tnerdcom/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 21:02:30 +0000</pubDate>
		<dc:creator>Abbas</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Free Icons]]></category>
		<category><![CDATA[Free Wallpapers]]></category>
		<category><![CDATA[Halloween Icons]]></category>
		<category><![CDATA[Halloween Wallpapers]]></category>

		<guid isPermaLink="false">http://tnerd.com/?p=2180</guid>
		<description><![CDATA[We are excited to announce a new category &#34;Design&#34; on TNerd.com today. This category will hold information about anything related to graphics and design. To start with we are releasing a set of 2 Wallpapers and 6 Social Media  Icons themed around Halloween. Feel free to download and use these icons on  your [...]]]></description>
			<content:encoded><![CDATA[<p>We are excited to announce a new category &quot;<a href="http://tnerd.com/category/design/" target="_blank">Design</a>&quot; on <a href="http://tnerd.com" target="_blank">TNerd.com</a> today. This category will hold information about anything related to graphics and design. To start with we are releasing a set of 2 Wallpapers and 6 Social Media  Icons themed around Halloween. Feel free to download and use these icons on  your site absolutely free.</p>
<p align="center">  <img width="372" height="500" border="0" align="bottom" src="http://tnerd.com/wp-content/uploads/2008/10/icon-set.jpg" alt="TNerd Logos" /></p>
<p><span id="more-2180"></span>These icons can be used for your projects for absolutely  free with no restrictions. Use these icons freely for both commercial and  private projects such as online services, softwares, templates, etc.. However,  reselling, sublicensing, renting or transferring is not permissible. <br />   Please link to this article if you wish to share this set  with others. </p>
<p><strong>Download:</strong></p>
<table width="346" border="0">
<tbody>
<tr>
<td width="200"><img width="200" height="150" alt="" src="http://tnerd.com/wp-content/uploads/2008/10//small.jpg" /></td>
<td width="136">
<p><a href="http://tnerd.com/files/design/halloween/wallpaper1/TNerd.com-Halloween-800x600.jpg" rel="shadowbox[post-2180];player=img;">800&#215;600</a><br />         <a href="http://tnerd.com/files/design/halloween/wallpaper1/TNerd.com-Halloween-1024x600.jpg" rel="shadowbox[post-2180];player=img;">1024&#215;600</a><br />         <a href="http://tnerd.com/files/design/halloween/wallpaper1/TNerd.com-Halloween-1024x768.jpg" rel="shadowbox[post-2180];player=img;">1024&#215;768</a><br />         <a href="http://tnerd.com/files/design/halloween/wallpaper1/TNerd.com-Halloween-1280x960.jpg" rel="shadowbox[post-2180];player=img;">1280&#215;960</a><br />         <a href="http://tnerd.com/files/design/halloween/wallpaper1/TNerd.com-Halloween-1280x1024.jpg" rel="shadowbox[post-2180];player=img;">1280&#215;1024</a><br />         <a href="http://tnerd.com/files/design/halloween/wallpaper1/TNerd.com-Halloween-1400x1050.jpg" rel="shadowbox[post-2180];player=img;">1400&#215;1050</a></p>
</td>
</tr>
<tr>
<td><img width="200" height="150" alt="" src="http://tnerd.com/wp-content/uploads/2008/10//small1.jpg" /></td>
<td>
<p><a href="http://tnerd.com/files/design/halloween/wallpaper2/TNerd.com-Halloween-800x600.jpg" rel="shadowbox[post-2180];player=img;">800&#215;600</a><br />         <a href="http://tnerd.com/files/design/halloween/wallpaper2/TNerd.com-Halloween-1024x600.jpg" rel="shadowbox[post-2180];player=img;">1024&#215;600</a><br />         <a href="http://tnerd.com/files/design/halloween/wallpaper2/TNerd.com-Halloween-1024x768.jpg" rel="shadowbox[post-2180];player=img;">1024&#215;768</a><br />         <a href="http://tnerd.com/files/design/halloween/wallpaper2/TNerd.com-Halloween-1280x960.jpg" rel="shadowbox[post-2180];player=img;">1280&#215;960</a><br />         <a href="http://tnerd.com/files/design/halloween/wallpaper2/TNerd.com-Halloween-1280x1024.jpg" rel="shadowbox[post-2180];player=img;">1280&#215;1024</a><br />         <a href="http://tnerd.com/files/design/halloween/wallpaper2/TNerd.com-Halloween-1400x1050.jpg" rel="shadowbox[post-2180];player=img;">1400&#215;1050</a></p>
</td>
</tr>
<tr>
<td><font size="5">Icons set:</font></td>
<td>
<p><a href="http://tnerd.com/files/design/halloween/32x32/Halloween-Icoon-Set-Tnerd.com-32x32-PNG.zip">32&#215;32 PNG</a><br />         <a href="http://tnerd.com/files/design/halloween/32x32/Halloween-Icoon-Set-Tnerd.com-32x32-PSD.zip">32&#215;32 PSD</a></p>
<p><a href="http://tnerd.com/files/design/halloween/64x64/Halloween-Icoon-Set-Tnerd.com-64x64-PNG.zip">64&#215;64 PNG</a><br />       <a href="http://tnerd.com/files/design/halloween/64x64/Halloween-Icoon-Set-Tnerd.com-64x64-PSD.zip">64&#215;64 PSD</a></p>
</td>
</tr>
</tbody>
</table>
<p>Hope you guys like it!</p>

	Tags: <a href="http://tnerd.com/tag/free-icons/" title="Free Icons" rel="tag">Free Icons</a>, <a href="http://tnerd.com/tag/free-wallpapers/" title="Free Wallpapers" rel="tag">Free Wallpapers</a>, <a href="http://tnerd.com/tag/halloween-icons/" title="Halloween Icons" rel="tag">Halloween Icons</a>, <a href="http://tnerd.com/tag/halloween-wallpapers/" title="Halloween Wallpapers" rel="tag">Halloween Wallpapers</a><br />
]]></content:encoded>
			<wfw:commentRss>http://tnerd.com/2008/10/31/halloween-wallpapers-and-social-media-icons-from-tnerdcom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
