<?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>noob2geek &#187; Linux</title>
	<atom:link href="http://www.noob2geek.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noob2geek.com</link>
	<description>Today&#039;s noobs are tomorrow&#039;s geeks!</description>
	<lastBuildDate>Mon, 14 Jun 2010 20:53:19 +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>How to install and run Dreamweaver CS4 in Ubuntu</title>
		<link>http://www.noob2geek.com/linux/how-to-install-and-run-dreamweaver-cs4-in-ubuntu/</link>
		<comments>http://www.noob2geek.com/linux/how-to-install-and-run-dreamweaver-cs4-in-ubuntu/#comments</comments>
		<pubDate>Mon, 17 May 2010 19:59:26 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[linux tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu tutorials]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.noob2geek.com/?p=817</guid>
		<description><![CDATA[Adobe Dreamweaver CS4 is one of the favorite tool of trade for many web designers and web programmers. Being a WYSIWYG editor, it offers a luxury that no other editor does and performs equally good. Since Dreamweaver CS4 is a windows based app, most users who move on to linux find it hard to make [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe Dreamweaver CS4 is one of the favorite tool of trade for many web designers and web programmers. Being a WYSIWYG editor, it offers a luxury that no other editor does and performs equally good. Since Dreamweaver CS4 is a windows based app, most users who move on to linux find it hard to make a switch to other alternative open source editors mainly because of the rich features of Dreamweaver. Though there are good alternative editors that can be used to do many things that the dreamweaver can do, they never offer the comfort of Dreamweaver. So this tutorial teaches you how to install and run Adobe Dreamweaver CS4 on Ubuntu 10.04 Lucid Lynx.</p>
<p><span id="more-817"></span></p>
<p><img class="alignright" src="http://www.noob2geek.com/wp-content/uploads/2010/05/dreamweaver_wine_linux.jpg" alt="dreamweaver in linux" /><strong>Note:</strong> This tutorial is written based on actual processes done on Ubuntu 10.04. This tutorial can also be used to install Dreamweaver on other distros like Fedora and Mint etc.</p>
<h3>Here&#8217;s how:</h3>
<ol>
<li>
<p>You need to have Wine installed on your Ubuntu. To find out how to install Wine, <a href="http://www.noob2geek.com/linux/how-to-install-exe-files-on-ubuntu/#install" target="_blank">read this</a>.</p>
</li>
<li>
<p>After completing the installation of Wine, download <strong>&#8220;wintricks&#8221;</strong> by typing this in your Terminal:<code>sudo wget http://www.kegel.com/wine/winetricks</code></p>
</li>
<li>
<p> In order to make Dreamweaver CS4 install successfully on your Ubuntu via Wine, you need to download and install few windows based dependencies. This is the reason why we downloaded winetricks in previous step. winetricks will download those dependencies with a simple command, making it easy to install those dependencies. Type:<code>sh winetricks msxml6 gdiplus gecko vcrun2005 ie6 dcom98</code>This will start downloading those dependencies and will run a setup program after each files are downloaded. Just install all those setups that it prompts you to do so. This might take time depending on the speed of your Internet.</p>
</li>
<li>
<p> Now download atmlib.dll file and move it to system32 folder in your Wine&#8217;s C:<code>wget http://www.noob2geek.com/wp-content/uploads/files/atmlib.dll</code><code>sudo mv atmlib.dll ~/.wine/drive_c/windows/system32/</code>Or download it manually <a href="http://www.noob2geek.com/wp-content/uploads/files/atmlib.dll">from here</a> and copy paste it to <em>Applications &gt; Wine &gt; Browse C: Drive &gt; windows &gt; system32</em></p>
<p>If everything goes perfect, it will ensure that your Wine is now ready to install Dreamweaver on it.</p>
</li>
<li>
<p>Pop-in your Adobe Dreamweaver CS4 CD/DVD and open the Terminal and change the path to your drive. Or better copy the installation files to your Documents folder and put it a another folder named Dreamweaver CS4.
</li>
<p><code>cd Documents/Dreamweaver CS4</code></p>
<p>Now make sure the main setup file lies directly within Dreamweaver CS4 folder and run this command:</p>
<p><code>wine setup.exe</code></p>
<li>
<p>After installing, you can run it from <em>Applications > Wine > Programs</em></p>
</li>
<p><strong>Note:</strong> The name of the setup file may vary. It can be setup.exe or some other.</ol>
<p><strong>Important:</strong> If you already have Adobe Dreamweaver CS4 installed on your windows installation, skip <em>Step 5</em> and run the Dreamweaver.exe file directly from the installed directory by browsing through the C: in wine.</p>
<p><a href="http://www.noob2geek.com/wp-content/uploads/2010/05/dreamweaver.png"><img src="http://www.noob2geek.com/wp-content/uploads/2010/05/dreamweaver.png" alt="dreamweaver in linux" title="dreamweaver" width="540" height="338" class="alignnone size-full wp-image-841" /></a></p>
<p>That&#8217;s it. If you come across any problem during the process, do let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noob2geek.com/linux/how-to-install-and-run-dreamweaver-cs4-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How to Create Hard and Symbolic Links in Ubuntu</title>
		<link>http://www.noob2geek.com/how-to/how-to-create-hard-and-symbolic-links-in-ubuntu/</link>
		<comments>http://www.noob2geek.com/how-to/how-to-create-hard-and-symbolic-links-in-ubuntu/#comments</comments>
		<pubDate>Fri, 14 May 2010 11:15:36 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux tutorials]]></category>
		<category><![CDATA[sym links]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu tutorials]]></category>

		<guid isPermaLink="false">http://www.noob2geek.com/?p=643</guid>
		<description><![CDATA[Creating links is a useful options many times in certain situations. You can solve dependency issues, save some hard drive space and organize files in any whimsical way you wish to. Links in general are similar to shortcut files in Windows or Aliases in Mac OS. It&#8217;s very easy to implement the same in Linux [...]]]></description>
			<content:encoded><![CDATA[<p>Creating links is a useful options many times in certain situations. You can solve dependency issues, save some hard drive space and organize files in any whimsical way you wish to. Links in general are similar to shortcut files in Windows or Aliases in Mac OS. It&#8217;s very easy to implement the same in Linux systems. If you wish to directly go to the examples click <a href="http://www.noob2geek.com/how-to/how-to-create-hard-and-symbolic-links-in-ubuntu/#Example">here</a>, or read through a little theory first and then head to the examples.<span id="more-643"></span></p>
<h3>Hard Links</h3>
<p>While concerned about electronics and computer theory, a hard link is a reference to the inode number of the file. An inode number itself is the reference to the structure of the file on the hard drive.</p>
<p>A hard link is a pointer to the inode of a file. In other words, the inode number of both the original file entry and its hard link will be the same. Whatever changes you make to a file, including relocation of the file and removal will reflect across all the hard links of that file. Almost all POSIX compliant operating systems support multiple hard links to the same file.</p>
<p>. Quoting from the <a href="http://computing-dictionary.thefreedictionary.com/inode">The Free  Dictionary</a>, an inode (hard link) is:</p>
<blockquote><p><img class="alignright" src="http://www.noob2geek.com/wp-content/uploads/2010/05/linkbuilding.jpg" alt="hard link" /><br />
A data structure holding information about files in a Unix file system.  There is an inode for each file and a file is uniquely identified by the  file system on which it resides and its inode number on that system.  Each inode contains the following information: the device where the  inode resides, locking information, mode and type of file, the number of  links to the file, the owner&#8217;s user and group ids, the number of bytes  in the file, access and modification times, the time the inode itself  was last modified and the addresses of the file&#8217;s blocks on disk.</p></blockquote>
<p>So, if you give a command like,</p>
<p><code>ls -i myFile.txt</code></p>
<p>It will display the inode number (a unique number identifying each file on the hard drive) of <em>myFile.txt</em>. So, when you create a hard link by</p>
<p><code>ln -i myFile.txt myLink.txt</code></p>
<p>Then a hard link  called myLink.txt is created which refers to the inode of the file myFile.txt. You can check the inode of both the original file and the hard link my ls -i command as described above. The number will be same. Any changes you make across any hard link of a file will also be reflected in the original file as well.</p>
<p>Directories are files, so multiple hard links to directories are  possible; however, their unrestricted creation is usually avoided,  because of the cyclic structures this may create. Hence we generally use symbolic or soft links for directory linking.</p>
<h3>Symbolic Links</h3>
<p>In essence, a symbolic link is the pointer to the pointer of a file or directory. It merely lists the file/directory name to be accessed by the link. What is means is, unlike in case of Hard links, which only create the pointer for the inode of original file, the symbolic links generate a new inode which points to the inode of the original file or directory.</p>
<p>You can create symbolic links by issuing,</p>
<p><code>ln -s myFile.txt myLink.txt</code></p>
<p>You can now check the inode of the original file and the link of that file &#8211; myLink.txt &#8211; and see that the inode number of both files is not the same.</p>
<p>In general, hard links cannot point to directories, they cannot be pointed to files outside the current logical volume/partition and unlike symbolic links, they are updated when a source is moved or removed.</p>
<h3 id="Example">Example</h3>
<p>Let&#8217;s consider an example now. The most frequent use of symbolic links that comes to my mind is while using MPD (Music Player Daemon). Generally we set a directory with all out music files as the main database root and then MPD searches recursively in all subdirectories for audio files and builds a database. Most users, like me, want to organize their music in some peculiar way. So, making multiple actual copies of the music on the hard drive wastes a lot of unnecessary space. The answer &#8211; symbolic links.</p>
<p>I have ~/Music listed as my main Music directory which MPD scans and plays music from. Now, if I have downloaded <a title="Sophomore Jinx" href="http://www.jamendo.com/en/album/889" target="_blank">Sophomore Jinx</a> &#8211; a wonderful instrumental album by Rob Costlow released under CC &#8211; and it&#8217;s in ~/Downloads directory.</p>
<p>I now have 2 options, one is to stop seeding this album and move it to ~/Music directory for MPD to index it OR, I can create a symbolic link to this album in the Music directory. The second option is obviously better one and I can do it with simple command as,</p>
<p><code>ln -s /home/aditya/Downloads/Sophomore\ Jinx/ /home/aditya/Music/</code></p>
<p>And that&#8217;s it, as long as the file permissions allow execution and access to the file (755 is good enough) then MPD can index this album via the symbolic link created in ~/Music directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noob2geek.com/how-to/how-to-create-hard-and-symbolic-links-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to install EXE files on Ubuntu</title>
		<link>http://www.noob2geek.com/linux/how-to-install-exe-files-on-ubuntu/</link>
		<comments>http://www.noob2geek.com/linux/how-to-install-exe-files-on-ubuntu/#comments</comments>
		<pubDate>Wed, 12 May 2010 01:54:08 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[linux tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu tutorials]]></category>

		<guid isPermaLink="false">http://www.noob2geek.com/?p=605</guid>
		<description><![CDATA[The major problem new Linux users face is &#8216;how do I install XYZ.exe here?&#8217;, &#8216;Why can&#8217;t I run exe files?&#8217;. The question is phrased in many different ways, but the essence is always the same &#8211; how to install Windows applications on Linux machines? First, Linux machines do not have a fixed extension for any [...]]]></description>
			<content:encoded><![CDATA[<p>The major problem new Linux users face is &#8216;how do I install XYZ.exe here?&#8217;, &#8216;Why can&#8217;t I run exe files?&#8217;. The question is phrased in many different ways, but the essence is always the same &#8211; how to install Windows applications on Linux machines? First, Linux machines do not have a fixed extension for any executable file. We have permissions. Each file has 3 permissions &#8211; read, write and execute. All files marked as executable files can be executed provided they have a certain logical structure.</p>
<p><span id="more-605"></span></p>
<p>OKay, I admit I went a bit too far here. We will concentrate on installing Windows applications on Linux in this tutorial. You will need following things</p>
<ul>
<li>A computer with Ubuntu Linux installed (Any Linux distribution would be fine, but this tutorial is based on Ubuntu 10.04).</li>
<li>Administrative (root) access.</li>
<li>Internet access.</li>
<li>Moderate to Lower-High patience <img src='http://www.noob2geek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>Now, we will first be installing the application called Wine. Wine stands for Wine Is Not an Emulator. Think of it as an open source implementation of the Microsoft API (Application Program Interface).</p>
<p>Unless the program you wish to install is a peculiar one, you probably will not face problems with Wine, however, it&#8217;s still best to check with the Wine database at <a title="Wine Supported Application Database" href="http://appdb.winehq.org/" target="_blank">appdb.winehq.org</a> and check the status just in case.</p>
<h3 id="install">Installing Wine</h3>
<p>Once you have satisfied yourself we can move on to installation of Wine on Ubuntu. Open the Software Sources menu by going to <em>System &gt; Administration &gt; Software Sources</em>. Then select the <em>Third Party Software</em> tab and click Add.</p>
<div id="attachment_624" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-624  " title="Installing Wine on Ubuntu" src="http://www.noob2geek.com/wp-content/uploads/2010/05/ubuntu-wine-install-300x279.png" alt="Installing Wine on Ubuntu" width="300" height="279" /><p class="wp-caption-text">Installing Wine on Ubuntu</p></div>
<p>Click on Add Source, refresh the package list and then head over to Applications ? Add/Remove and search for  Wine and install it. Alternatively, you can also do this from the command line by</p>
<p><code>sudo add-apt-repository ppa:ubuntu-wine/ppa<br />
sudo apt-get update<br />
sudo apt-get install wine</code></p>
<p>Whichever method you opt for, install Wine because that&#8217;s what we are here to do.</p>
<h3>Configuring Wine</h3>
<p>Before using Wine, it is necessary to create the pseudo  C:\ drive where your Windows applications will be installed. Enter Wine configuration mode by issuing following command on your machine,</p>
<p><code>winecfg</code></p>
<p>You can also select the Configure Wine option in the  Applications ? Wine menu. This will create the .wine directory in your home directory. This is used to store all the configurations and the pseudo C drive. It also contains a bunch of other things including but not limited to the registry structure like that in Windows, configurations settings like the Windows version to be emulated, DLL overrides and specific memory related settings. We don&#8217;t need to go into the details of those at this moment.</p>
<h3>Installing Applications</h3>
<p>To install Windows applications with Wine, follow the instructions below,</p>
<ol type="1">
<li>Download the Windows application you wish to install and place it in a convenient directory.</li>
<li>Open the terminal on your system.</li>
<li>Change to the directory where the application installer is located.</li>
<li>Issue the command wine followed by the name of the application to install it.</li>
</ol>
<p>e.g.:</p>
<p><code>wine someApplication.exe</code></p>
<p>Remember to give the full name of the application along with the extension.</p>
<h3>Running the Wine applications</h3>
<p>Most application installed via Wine will end up in a special Wine menu in your main menu and you can directly launch those applications from there.</p>
<h3>Uninstalling the applications</h3>
<p>To uninstall the applications, open up a  terminal and type &#8220;uninstaller&#8221; &#8211; this will open up a program which lets you uninstall applications from Wine.  Running uninstall  programs directly via Wine should also work normally.  Alternatively,  you could also simply delete the folder of the application but it leaves traces of that application behind in the registry and other configuration files.</p>
<p>That&#8217;s it for now folks. We will take a look at Wine configuration in detail in our future posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noob2geek.com/linux/how-to-install-exe-files-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tweak your Ubuntu easily with Ubuntu Tweak</title>
		<link>http://www.noob2geek.com/linux/tweak-your-ubuntu-easily-with-ubuntu-tweak/</link>
		<comments>http://www.noob2geek.com/linux/tweak-your-ubuntu-easily-with-ubuntu-tweak/#comments</comments>
		<pubDate>Tue, 11 May 2010 03:41:14 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux tutorials]]></category>
		<category><![CDATA[tweaking]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://www.noob2geek.com/?p=609</guid>
		<description><![CDATA[Ubuntu Tweak is an application designed to config Ubuntu easier for everyone. It provides many useful desktop and system options that the default desktop environment doesn&#8217;t provide. At present, it&#8217;s only designed for the Ubuntu GNOME Desktop, and always follows the newest Ubuntu distribution. It is really an easy to use utility with easy access [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu Tweak is an application designed to config Ubuntu easier for everyone. It provides many useful desktop and system options that the default desktop environment doesn&#8217;t provide. At present, it&#8217;s only designed for the Ubuntu GNOME Desktop, and always follows the newest Ubuntu distribution. It is really an easy to use utility with easy access to all the required settings needed to tweak your Ubuntu desktop. In other words, this will bring in all the settings and options required to tweak your Ubuntu under one single program.</p>
<p><span id="more-609"></span></p>
<p><strong>Here are the features Ubuntu-Tweak:</strong></p>
<ul>
<li> View of Basic System Information(Distribution, Kernel, CPU, Memory, etc.)</li>
<li>GNOME Session Control</li>
<li>Auto Start Program Control</li>
<li>Quick install popular applications</li>
<li>A lot of third-party sources to keep applications up-to-date</li>
<li>Clean unneeded packages or cache to free disk space</li>
<li>Show/Hide and Change Splash screen</li>
<li>Show/Hide desktop icons or Mounted Volumes</li>
<li>Show/Hide/Rename Computer, Home, Trash or Network icon</li>
<li>Tweak Metacity Window Manager&#8217;s style and behaviour</li>
<li>Compiz Fusion settings, Screen Edge Settings, Window Effect Settings, Menu Effect Setting</li>
<li>Set the Shortcuts to archive quicker access your favourite applications</li>
<li>GNOME Panel Settings</li>
<li>Nautilus Settings</li>
<li>Advanced Power Management Settings</li>
<li>System Security Settings</li>
<li>And many other in process&#8230;</li>
</ul>
<p><strong>How to installing Ubuntu Tweak:</strong></p>
<p>Installing Ubuntu Tweak is really an easy process since it provides debian package for installation and it weighs just under 1 MB. Just download the file, open it and install it.</p>
<p><a href="http://www.noob2geek.com/wp-content/uploads/2010/05/ubuntu-tweak.png"><img class="alignnone size-full wp-image-610" title="ubuntu-tweak" src="http://www.noob2geek.com/wp-content/uploads/2010/05/ubuntu-tweak.png" alt="ubuntu geek" width="502" height="366" /></a></p>
<p><strong><a href="http://launchpad.net/ubuntu-tweak/0.5.x/0.5.4.1/+download/ubuntu-tweak_0.5.4.1-1_all.deb">Download Ubuntu Tweak 0.5.4.1</a></strong></p>
<p>Or visit the <a href="http://ubuntu-tweak.com/" target="_blank">Homepage</a> of Ubuntu Tweak to download the latest version.</p>
<p>After installing Ubuntu Geek, go to <em>Applications &gt; System Tools &gt; Ubuntu Tweak</em></p>
<p>Here are few screenshots of various features of Ubuntu Tweak:</p>
<p>Welcome page:<br />
<a href="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Ubuntu-Tweak-1.jpg"><img class="alignnone size-full wp-image-613" title="Screenshot-Ubuntu Tweak-1" src="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Ubuntu-Tweak-1.jpg" alt="ubuntu tweak welcome page" width="520" height="300" /></a></p>
<p>Application Center:<br />
<a href="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Ubuntu-Tweak-2.jpg"><img src="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Ubuntu-Tweak-2.jpg" alt="ubuntu tweak application center" title="Screenshot-Ubuntu Tweak-2" width="520" height="300" class="alignnone size-full wp-image-614" /></a></p>
<p>GNOME Settings:<br />
<a href="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Ubuntu-Tweak-3.jpg"><img src="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Ubuntu-Tweak-3.jpg" alt="ubuntu tweak gnome settings" title="Screenshot-Ubuntu Tweak-3" width="520" height="300" class="alignnone size-full wp-image-615" /></a></p>
<p>Compiz Settings:<br />
<a href="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Ubuntu-Tweak-4.jpg"><img src="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Ubuntu-Tweak-4.jpg" alt="ubuntu tweak compiz settings" title="Screenshot-Ubuntu Tweak-4" width="520" height="300" class="alignnone size-full wp-image-616" /></a></p>
<p>Auto Start Programs:<br />
<a href="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Ubuntu-Tweak.jpg"><img src="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Ubuntu-Tweak.jpg" alt="ubuntu tweak Auto Start Programs" title="Screenshot-Ubuntu Tweak" width="520" height="300" class="alignnone size-full wp-image-612" /></a></p>
<p>I hope you found this post useful and helped you configure your Ubuntu easily with this app. Let me know your thoughts in comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noob2geek.com/linux/tweak-your-ubuntu-easily-with-ubuntu-tweak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to move window buttons back to right in Ubuntu 10.04</title>
		<link>http://www.noob2geek.com/linux/how-to-move-window-buttons-back-to-right-in-ubuntu-10-04/</link>
		<comments>http://www.noob2geek.com/linux/how-to-move-window-buttons-back-to-right-in-ubuntu-10-04/#comments</comments>
		<pubDate>Sun, 09 May 2010 08:32:22 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[linux tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>
		<category><![CDATA[window buttons]]></category>

		<guid isPermaLink="false">http://www.noob2geek.com/?p=570</guid>
		<description><![CDATA[As the Ubuntu&#8217;s new tag line says &#8220;It&#8217;s time for a change.&#8221;, indeed a lot of change has been implemented to the operating system, applications and the interface. There are few which you will find it interesting and useful and while few others might annoy you because of a sudden change. I never liked Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>As the Ubuntu&#8217;s new tag line says &#8220;It&#8217;s time for a change.&#8221;, indeed a lot of change has been implemented to the operating system, applications and the interface. There are few which you will find it interesting and useful and while few others might annoy you because of a sudden change.</p>
<p>I never liked Ubuntu much, and it seems many people are complaining against it saying that the move to have the buttons at the left hand side (close, maximize, minimize) like we have in Apple OS was a bad one. People find the sudden shift hard to come to terms with.</p>
<p><span id="more-570"></span></p>
<p><a href="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Calculator-Advanced.png"><img class="alignnone size-full wp-image-573" title="Screenshot-Calculator - Advanced" src="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Calculator-Advanced.png" alt="" width="548" height="344" /></a></p>
<p>Tell you what, it&#8217;s extremely easy to move the buttons back to the right hand side. All you need is a bit of configuration tweaking from Gnome Configuration Editor and you are done. To begin, open <em>gconf-editor</em>. Either type it in terminal and hit enter or press Alt+F2 and run it from there.</p>
<p>Once you open gconf-editor, navigate to</p>
<p><code>/apps/metacity/general</code></p>
<p><a href="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Configuration-Editor-general-1.png"><img class="alignnone size-full wp-image-579" title="Screenshot-Configuration Editor - general-1" src="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Configuration-Editor-general-1.png" alt="" width="546" height="386" /></a></p>
<p>You can see the top class &#8216;<em>app</em>&#8216; in the left hand pane. Now navigate to the path mentioned above. Then, in the right hand pane, change the value of the key <em>button_layout</em> from</p>
<p><code>close,minimize,maximize:menu</code></p>
<p>to</p>
<p><code>menu:minimize,maximize,close</code></p>
<p><a href="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Calculator-Advanced-1.png"><img class="alignnone size-full wp-image-582" title="Screenshot-Calculator - Advanced-1" src="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-Calculator-Advanced-1.png" alt="" width="548" height="344" /></a></p>
<p>You can either right click the key value and edit it, or just double click it and start typing. Once you have changed the value, hit the enter key and that&#8217;s it. All the windows will now have buttons on the right.</p>
<p>There is still one problem however, as you can see, the graphics used for the buttons are not the same for all 3 buttons, so they look a bit weird. You can either change the theme, or change the graphics for the buttons to get a smoother blending.</p>
<p>(As I mentioned, I don&#8217;t use Ubuntu, thank you Santhosh for providing me with all the necessary screenshots).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noob2geek.com/linux/how-to-move-window-buttons-back-to-right-in-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mondo Rescue &#8211; Disaster Recovery on Ubuntu</title>
		<link>http://www.noob2geek.com/linux/mondo-rescue-disaster-recovery-on-ubuntu/</link>
		<comments>http://www.noob2geek.com/linux/mondo-rescue-disaster-recovery-on-ubuntu/#comments</comments>
		<pubDate>Sat, 08 May 2010 20:17:44 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[linux tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.noob2geek.com/?p=557</guid>
		<description><![CDATA[Have you ever faced a problem with your hard drive which almost (or actually) wiped out all your data? Or maybe your hard-drive got corrupted &#8211; in any case, there&#8217;s always a danger of losing important data. There is a way to recover from such disasters and that is to use tools which take snapshots [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Have you ever faced a problem with your hard drive which almost (or actually) wiped out all your data? Or maybe your hard-drive got corrupted &#8211; in any case, there&#8217;s always a danger of losing important data. There is a way to recover from such disasters and that is to use tools which take snapshots of the hard-drive in real time. There are multitude of such tools available for Windows &#8211; Altiries, Norton Ghost and many more. Linux tools have not been very good in this area &#8211; until now. Welcome Mondo Rescue. Though this is quite an old tool, it has improved greatly in the recent past making it one of the best backup/rescue tools available.</p>
<p><span id="more-557"></span></p>
<p><img class="alignleft" src="http://www.noob2geek.com/wp-content/uploads/2010/05/scn_mondohd0.png" alt="mondo rescue" /> With Mondo Rescue, it&#8217;s possible to take progressive backups and snapshots of your hard-drive, making is extremely easy and less time consuming. Mondo Rescue can be used to take backups or snapshots, save them to a verity of media like DVD, Hard-Drive, USB drives, NFS shares, tapes; which later can be used to read from and restore partitions quickly. It also supports a number of file-systems including LVM 1/2, RAID, ext2, ext3, ext4,        JFS, XFS, ReiserFS, VFAT.</p>
<p>To install Mondo Rescue on Ubuntu, either manually download the deb file from <a title="Mondo Rescue Ubuntu Repository" href="ftp://ftp.mondorescue.org/ubuntu/10.04/" target="_blank">here</a>. Or, add it as a repository in Synaptic. Alternatively, you can install it from debian repositories with a simple</p>
<p><code>$aditya@archie:/&gt;apt-get install mondo mondo-doc</code></p>
<p>And you&#8217;re done. Launch it by issuing <em>mondoarchive</em> command.</p>
<h2>Taking Snapshot</h2>
<ul>
<li>Mondo Rescue UI is a TUI (Text User Interface) built using nCurses.</li>
<li>You will first be presented with an option asking you for selecting the place to store backups.</li>
<li>Upon selecting the option you will be asked to set the compression level.</li>
<li>Leave it at average.</li>
<li>Then you will be asked to select the directory(ies) you want to back up.</li>
<li>Leaving it to root will backup entire system except /tmp, /proc, /sys (obviously).</li>
<li>You can add multiple paths with spaces in between.</li>
<li>Then you will be asked if you wish to exclude any directories.</li>
<li>Similar to previous case, add multiple paths with space in between.</li>
<li>Leave this field blank if you do not want to exclude any directory.</li>
<li>Most Ubuntu users should say yes on next screen about the kernel. Unless you have built one yourself.</li>
<li>Next, Mondo will ask if you wish to verify the backed up data. Chose an option you want though verifying is always better.</li>
<li>Backup process with begin now. There are a lot of things Mondo will do (including calling Mindi for bootable media generation and disk image creation to keep backup compatible with your disk).</li>
<li>It also catalogs your files for a neat compression and allocation.</li>
</ul>
<p>The backup process will begin now. You can do whatever you want in this time. I advice against adding new files to the system during this period. This might actually be a good time to get that exercise routine you always had in mind.</p>
<h2>Restoring Data</h2>
<p>If you have completely toasted your Hard-Drive then restoring the computer is not very easy. You will have to boot from the media you backed your data on and then to a restore procedure. We won&#8217;t discuss it at this time cause it calls for its own different how-to. We will focus on the part where you can boot your computer, maybe you have wiped some partition and want to restore it. To do that, launch Mondo Rescue again and</p>
<ul>
<li>Chose the backup media.</li>
<li>Press okay after you connect the media/insert CD/DVD/tape.</li>
<li>Select the directories you wish to restore.</li>
<li>Select where you want to restore the files.</li>
<li>Sit back and wait till Mondo finished the restoring process.</li>
</ul>
<p>And voila! You have your old system back, up and running in virtually no time.</p>
<p>Mondo Rescue is a good option to have for your data recovery needs. The act that it can also act as a backup manager is a major plus point. Being a console junkie, I love the nCurses based interface but it might turn a few users away. The multi CD/DVD support, tape support, ability to interact with abundance of file systems (including Windows file systems) makes Mondo Rescue a big player in the market. Apart from a few quirks with Windows backups, Mondo Rescue is quite good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noob2geek.com/linux/mondo-rescue-disaster-recovery-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch convert images using ImageMagick</title>
		<link>http://www.noob2geek.com/how-to/batch-convert-images-using-imagemagick/</link>
		<comments>http://www.noob2geek.com/how-to/batch-convert-images-using-imagemagick/#comments</comments>
		<pubDate>Sat, 08 May 2010 19:10:57 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[image editor]]></category>

		<guid isPermaLink="false">http://www.noob2geek.com/?p=547</guid>
		<description><![CDATA[ImageMagick provides one of the best command line image processing tools for Linux. With a support for almost a hundred different formats, ImageMagick can be used to compose, edit, process images in batch and also add text, draw various objects, superimpose them &#8211; there&#8217;s no end to the capabilities of ImageMagick. We will be going [...]]]></description>
			<content:encoded><![CDATA[<p>ImageMagick provides one of the best command line image processing tools for Linux. With a support for almost a hundred different formats, ImageMagick can be used to compose, edit, process images in batch and also add text, draw various objects, superimpose them &#8211; there&#8217;s no end to the capabilities of ImageMagick. We will be going through a series of tutorials with ImageMagick. Today&#8217;s tutorial will focus on basics of using ImageMagick and later on resizing images.</p>
<p><span id="more-547"></span></p>
<h2>ImageMagick Basic Commands:</h2>
<p>As already mentioned, ImageMagick comes with a set of tools which allow operating on images from the command line, saving a lot of time.</p>
<p><strong>Convert:</strong> This is the basic command in ImageMagick. It can be used to convert one form of image into another.</p>
<p><code>$aditya@archie:/&gt;convert image.jpg image.png</code></p>
<p>This is the most basic form of image conversion. It changes format of the image. You can also add a bunch of parameters, like</p>
<p><code>$aditya@archie:/&gt;convert image.jpg -resize 75% image.png</code></p>
<p>to convert the image while reducing it&#8217;s size.</p>
<p><strong>Mogrify:</strong> This tool is used for doing batch processing on images. This is similar to convert, except that when used without proper understanding, mogrify can destroy original image. Similar to convert, mogrify can be used to convert format of images. To convert all jpg images in a directory to png, issue following command in that directory.<br />
<code>$aditya@archie:/&gt;mogrify -format png *.jpg</code><br />
This command will create a png version of all the images in a directory. However, it will overwrite all png files with same name in that directory without any warning. This tool can be dangerous, so think before you use it. You can create thumbnails of all images using something like this,</p>
<p><code>$aditya@archie:/&gt; mogrify -path thumb -thumbnail 100x100 *</code></p>
<p>This will create a 100px X 100px thumbnail of all images in current directory and place them in (already created) <em>thumb</em> subdirectory. You can resize all images using</p>
<p><code>$aditya@archie:/&gt; mogrify -resize 800x600 *</code></p>
<p>This will keep proportions. To change the aspect ratio and resize image given size, add an exclamation mark (!) after the image size. Like, 800&#215;600\!.  Happy conversion!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noob2geek.com/how-to/batch-convert-images-using-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Automount NTFS Drives in Ubuntu</title>
		<link>http://www.noob2geek.com/how-to/how-to-automount-ntfs-drives-in-ubuntu/</link>
		<comments>http://www.noob2geek.com/how-to/how-to-automount-ntfs-drives-in-ubuntu/#comments</comments>
		<pubDate>Sat, 08 May 2010 18:46:37 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux tutorial]]></category>

		<guid isPermaLink="false">http://www.noob2geek.com/?p=545</guid>
		<description><![CDATA[The best thing about Ubuntu linux is it&#8217;s ability to read and write data on a Windows based NTFS partitions. This has been defaulted ever since the release of Ubuntu 8.04 with inbuilt support for NTFS read and write. And if you have Ubuntu installed as a multiboot along with a windows installation, it is [...]]]></description>
			<content:encoded><![CDATA[<p>The best thing about Ubuntu linux is it&#8217;s ability to read and write data on a Windows based NTFS partitions. This has been defaulted ever since the release of Ubuntu 8.04 with inbuilt support for NTFS read and write. And if you have Ubuntu installed as a multiboot along with a windows installation, it is must to have NTFS drive with read/write support enabled to access data easily.</p>
<p>Though there is support for NTFS drives, they doesn&#8217;t get mounted automatically during the startup. You either need to mount it from Disk Utility or by just opening the drive. So to over come this issue and get your NTFS drives auto-mounted during the startup, you must install &#8220;NTFS Configuration Tool.&#8221;<br />
<strong></p>
<p><span id="more-545"></span></p>
<p>To install NTFS Configuration Tool, open your Terminal and type:</strong></p>
<blockquote><p>sudo apt-get install ntfs-config</p></blockquote>
<p>After it&#8217;s finished downloading and installing, go to <em>System &gt; Administration &gt; NTFS Configuration Tool</em></p>
<p><a href="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-NTFS-Configuration-Tool-1.png"><img class="alignnone size-full wp-image-548" title="Screenshot-NTFS Configuration Tool-1" src="http://www.noob2geek.com/wp-content/uploads/2010/05/Screenshot-NTFS-Configuration-Tool-1.png" alt="NTFS Configuration Tool" width="436" height="367" /></a></p>
<p>Enter the password if it prompts. then tick <strong>&#8220;Enable write support for internal device&#8221;</strong> and choose the drives you want to get auto-mounted during startup. Click on close and you are done.</p>
<p>Now every time when you boot into you Ubuntu, you will have all your NTFS drives auto-mounted during the startup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noob2geek.com/how-to/how-to-automount-ntfs-drives-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to remove Gnome Keyring password in Ubuntu 10.04</title>
		<link>http://www.noob2geek.com/how-to/how-to-disable-gnome-keyring-in-ubuntu-10-04/</link>
		<comments>http://www.noob2geek.com/how-to/how-to-disable-gnome-keyring-in-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 14:03:22 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.noob2geek.com/?p=540</guid>
		<description><![CDATA[Gnome Keyring is a small utility to authorize applications before opening them. But sometimes it feels really annoying when it starts to prompt to enter keyring password every time when you open some application. So this small tutorial teaches you eliminate the need of entering keyring password over and over again. This method will work [...]]]></description>
			<content:encoded><![CDATA[<p>Gnome Keyring is a small utility to authorize applications before opening them. But sometimes it feels really annoying when it starts to prompt to enter keyring password every time when you open some application. So this small tutorial teaches you eliminate the need of entering keyring password over and over again.</p>
<p>This method will work both for keyring with a password being set at some point of time by you and as well as default password being set without your knowledge. Follow the steps:</p>
<p><span id="more-540"></span></p>
<p><strong>Step 1.</strong> If your keyring password is different from your login password, do this before you proceed to step 2, else skip this step.</p>
<p>a) Open your terminal and from navigate to:<br />
<code>cd .gnome2/keyrings/</code></p>
<p>b) Make sure there is a file called &#8220;default.keyring&#8221; in the directory by typing:<br />
<code>ls -l</code></p>
<p>c) Now remove the file by typing the below command:<br />
<code>rm default.keyring</code></p>
<p><strong>Step 2: </strong>Open your terminal and follow these steps:</p>
<p>- Install libpam-keyring:<br />
<code>sudo apt-get install libpam-keyring</code></p>
<p>- Now to modify gdm login:<br />
<code>sudo gedit /etc/pam.d/gdm</code></p>
<p>- Now it will open an file, add this line at the end:<br />
<code>@include common-pamkeyring</code></p>
<p>That&#8217;s it. Now restart your Ubuntu and open any app that used to prompt you to enter keyring password. If you had done the above steps properly, it will now prompt you to set a new password. If you want to enter a new password, better set the same password as of your login password or just leave it empty if you totally want to get rid of keyring.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noob2geek.com/how-to/how-to-disable-gnome-keyring-in-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 Lucid Lynx is out!</title>
		<link>http://www.noob2geek.com/linux/ubuntu-10-04-lucid-lynx-is-out/</link>
		<comments>http://www.noob2geek.com/linux/ubuntu-10-04-lucid-lynx-is-out/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 19:37:03 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[live cd]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.noob2geek.com/?p=534</guid>
		<description><![CDATA[Finally after a long wait and 5 days of delay, Ubuntu 10.04 Lucid Lynx (LTS) is released officially by Canonical today. It was scheduled to be released on April 24th but was delayed due to some bug issues. However it has been fixed and is available for download. About 45 minutes before it&#8217;s official release, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.ubuntu.com/files/1004features/1004header.jpg" alt="" width="543" height="120" /></p>
<p>Finally after a long wait and 5 days of delay, Ubuntu 10.04 Lucid Lynx (LTS) is released officially by Canonical today. It was scheduled to be released on April 24th but was delayed due to some bug issues. However it has been fixed and is available for download. About 45 minutes before it&#8217;s official release, the link <a href="http://www.noob2geek.com/linux/ubuntu-10-04-lucid-lynx-download-has-leaked-before-official-release/" target="_blank">download page was leaked</a> on #ubuntu-release-party IRC channel on freenode.</p>
<p>Ubuntu 10.04 boosts a whole lot of new features and design. The new look sports a dark theme, and is much better than earlier Human theme. Under the hood, Ubuntu 10.04 release is based on <strong>2.6.32 Linux kernel</strong> and has X.org 7.5 with X Server 1.7 and the latest <strong>GNOME  2.30</strong> desktop environment.</p>
<p><span id="more-534"></span></p>
<p>Getting social on Lucid Lynx is easier with it&#8217;s new <strong>&#8220;Me Menu&#8221;</strong>. It lets you update your social networks like Twitter and Facebook straight away from the menu, which is is really cool! The Me Menu also lets you connect to online chat accounts like Gtalk, Yahoo and AIM etc. See screenshot below:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://i43.tinypic.com/2nhggih.jpg" alt="ubuntu me menu" width="461" height="303" /></p>
<p>Apart from these features, Ubuntu 10.04 comes with many interesting and useful applications bundled along with the download. Some of the applications are <strong>F-Spot</strong> for personal photo editing, <strong>Rythmbox </strong>Music Player, <strong>SimpleScan </strong>to scan your documents, GStreamer-based <strong>PiTiVi </strong>movie editor, <strong>Ubuntu One</strong> (now integrated to ubuntu itself) and the new <strong>Ubuntu  One Music Store</strong>, this is similar to Apple&#8217;s iTune where you can purchase music.</p>
<p>Ubuntu&#8217;s new tagline: &#8220;<em>Never a better time to switch</em>&#8221; is 100% percent true! Below are some of it&#8217;s features and screenshots:</p>
<p><strong>Browse the web</strong><br />
Ubuntu includes Mozilla Firefox – for fast, safe web browsing. You can also choose alternative open-source browsers from the Ubuntu Software Centre.</p>
<p><img src="http://www.ubuntu.com/files/1004features/02.jpg" alt="Ubuntu 10.04 Lucid Lynx" /><br />
<strong>Create professional documents and presentations</strong><br />
OpenOffice.org is fully compatible with Microsoft Office and has everything you need to create professional documents, spreadsheets and presentations. OpenOffice.org is easy to use, packed with the features you need and completely free.</p>
<p><img src="http://www.ubuntu.com/files/1004features/07.jpg" alt="Ubuntu 10.04 Lucid Lynx" /></p>
<p><strong>Get free software</strong><br />
The Ubuntu Software Centre gives you instant access to thousands of free open-source applications. Browse software in categories including: education, games, sound and video, graphics, programming and office. Software is easy to find, easy to install and easy to remove.</p>
<p><img src="http://www.ubuntu.com/files/1004features/08.jpg" alt="Ubuntu 10.04 Lucid Lynx is out!" /></p>
<p><strong>Email and chat</strong><br />
Get chatting with Empathy. Quickly integrate your chat accounts from Yahoo, Gmail, MSN, Jabber, AOL, QQ and many more. Evolution Mail provides easy, intuitive email.</p>
<p><img src="http://www.ubuntu.com/files/1004features/01.jpg" alt="Ubuntu 10.04 Lucid Lynx" /></p>
<p><strong>Social from the start</strong><br />
New in 10.04. Read and update your social networks instantly. Ubuntu&#8217;s new Me Menu lets you access your Facebook and Twitter accounts (and more) straight away. Connect to your chat channels and make updates through a single window. Being sociable has never been so easy.</p>
<p><strong>Buy music while you listen</strong><br />
New in 10.04. Ubuntu&#8217;s new music player includes an integrated store, so you can buy and download new tracks with just a few clicks. And thanks to Ubuntu One&#8217;s file-sharing magic you can store your music online and listen to it from other computers and music players. Ubuntu works with most music and media players.</p>
<p><img src="http://www.ubuntu.com/files/1004features/04.jpg" alt="Ubuntu 10.04 Lucid Lynx is out!" /></p>
<p><strong>View, store and edit photos</strong><br />
Ubuntu is ready for all your gadgets. Connect your phones and cameras to download your pictures. You can organise your photos with F-Spot and use popular tools like Picasa, Facebook and Flickr. For advanced photo editing, find a free application from the Ubuntu Software Centre.</p>
<p><img src="http://www.ubuntu.com/files/1004features/03.jpg" alt="Ubuntu 10.04 Lucid Lynx" /></p>
<p><strong>Mobilise your digital life!</strong><br />
All Ubuntu users get a free Ubuntu One account. Ubuntu One allows you to store all kinds of files online so you can access them anywhere. Store bookmarks, contacts, music and pictures. Take everything everywhere with Ubuntu One.</p>
<p><img src="http://www.ubuntu.com/files/1004features/05.jpg" alt="Ubuntu 10.04 Lucid Lynx" /></p>
<p><strong>Make, play and edit video</strong><br />
Watch all your favourite content from YouTube, iPlayer, and MSN Player. Play your own videos with Movie Player or use Pitivi to edit your videos</p>
<p><img src="http://www.ubuntu.com/files/1004features/12.jpg" alt="" /></p>
<p><strong>Start fast with Ubuntu</strong><br />
Ubuntu loads quickly on any computer, but it&#8217;s super-fast on newer machines. After loading, opening a browser takes seconds, unlike other operating systems that leave you staring at the screen, waiting to get online.</p>
<p><img src="http://www.ubuntu.com/files/1004features/10.jpg" alt="Ubuntu 10.04 Lucid Lynx is out!" /></p>
<p><strong>Choose from hundreds of free games</strong><br />
The Ubuntu Software Centre offers hundreds of games, including puzzles, adventures, tactical challenges and more. All free to choose and free to use.</p>
<p><img src="http://www.ubuntu.com/files/1004features/06.jpg" alt="" /></p>
<p><strong>Accessibility</strong><br />
At the core of the Ubuntu philosophy is the belief that computing is for everyone and access should be free and complete whatever your economic or physical circumstances. Ubuntu is one of the most accessible desktop operating systems around.</p>
<p><img src="http://www.ubuntu.com/files/1004features/11.jpg" alt="Ubuntu 10.04 Lucid Lynx is out!" /></p>
<p>Download:</p>
<p>To download Ubuntu 10.04 Lucid Lynx, visit <strong><a href="http://www.ubuntu.com/getubuntu" target="_blank">this page</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noob2geek.com/linux/ubuntu-10-04-lucid-lynx-is-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
