<?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>MakeUseOf.com &#187; Linux</title>
	<atom:link href="http://www.makeuseof.com/tags/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Tue, 24 Nov 2009 14:01:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Top 3 Sites To Help You Become A Linux Command Line Master</title>
		<link>http://www.makeuseof.com/tag/top-3-sites-to-help-you-become-a-linux-command-line-master/</link>
		<comments>http://www.makeuseof.com/tag/top-3-sites-to-help-you-become-a-linux-command-line-master/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 15:30:01 +0000</pubDate>
		<dc:creator>Susan Linton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=27917</guid>
		<description><![CDATA[The truth about Linux today is that one may never have to actually touch a terminal or issue a single Linux command in order to run some versions of this flexible alternative operating system.  While there are times when using the Linux command line could be expeditious and the benefits of possessing the ability [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/11/commandlinecorner.png" alt="" vspace="5" align="left" />The truth about Linux today is that one may never have to actually touch a terminal or issue a single Linux command in order to run some versions of this flexible alternative operating system.  While there are times when using the Linux <a href="http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/">command line</a> could be expeditious and the benefits of possessing the ability to use it are numerous, many users can be intimidated by the prospect.</p>
<p>They may think it&#8217;s too difficult or too much to remember.  But once a user becomes accustomed to using the command line interface, it soon becomes the preferred method in many tasks.  Not only is it much quicker to accomplish just about any given task at the command line, it opens a whole new world of possibilities.  It allows the user to begin to understand how an operating system is structured and functions.  It gives the user very powerful tools to do the things graphical interfaces will never be able to reproduce.  And best of all, it&#8217;s just fun.</p>
<p>There are several shells, the interface between the user and the system, with their own set of built-in functions and commands.  The most popular is probably Bash, which is an improved clone of the Unix Borne Shell.  Not only does Bash include lots of handy built-in commands, but a user can execute (or fork) a multitude of other application executables from within it.</p>
<p>There is a short list of commands that one can learn to get started.  With this short list, you can begin to build your toolbox and with the help of a few good reference sites, become a command line master yourself.  Not only will this enable you to feel comfortable running just about any Linux distribution available, but every programmer working today began with that first command.</p>
<p><span id="more-27917"></span><br />
But how might one go about trying to use the dreaded command line?  Once open, the user stares at the prompt wondering what to do first.  They know folks work from the command line all day every day, but what do <em>you</em> do?  Fortunately, you&#8217;re not on your own.  There are a plethora of sites with all the information you&#8217;ll need to take you from beginner to advanced user or anywhere in between.</p>
<h3><strong>LinuxCommand</strong></h3>
<p>One of the best places to get started is <a href="http://www.linuxcommand.org/">LinuxCommand</a>.  This site gently introduces the first time user what a shell is and how to use it.  Then, if desired, it will instruct the user on how to write their first shell scripts.</p>
<p>The homepage of this site is very relaxing.  It merely shows an image of a terminal and reassures the user &#8220;Don&#8217;t worry, we&#8217;ll show you <a href="http://www.linuxcommand.org/learning_the_shell.php">what to do</a>.&#8221; Its Table of Contents addresses usage in an task oriented manner.  Instead of listing the command and explaining what it does, it lists an operation one might want to perform.</p>
<p>For example, the first thing any user might want to learn is navigation.  With a reference to the graphical hierarchy, it begins the user with the first babysteps of moving around their system with the command line.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/sl_examplecommandline.png" alt="sl_examplecommandline" width="570" height="443" /></p>
<p>Then one is taken on a tour of the Linux filesystem hierarchy and shown how to manipulate files such as renaming, moving, or deleting, and permissions.  Once you learn this beginning information, you are already on your way to fixing a Linux system on which the Graphical User Interface is broken.</p>
<p>Next the site gets more involved walking the user through writing shell scripts, first easy then more and more complicated.  If you finish this latter section, you are already almost a master.</p>
<h3><strong>O&#8217;Reilly&#8217;s Linux Command Directory</strong></h3>
<p><a href="http://oreilly.com/linux/command-directory/">O&#8217;Reilly&#8217;s Linux Command Directory</a> is a wonderful quick reference chart-like guide.  This page lists not only the built-in commands, but also many little utilities commonly included in all Linux distributions.  This is great for the beginner or even more advanced users as the listed commands are links to full information as to what the command is and how to use it.</p>
<p>While this information may be available right on your system as Main pages, it comes in handy for those who forgot the command or perhaps doesn&#8217;t know which to use.  For example, you&#8217;d like the current system date and time, so you visit this page and see the command <code>time</code>.  This must be it, so you click on it and find out that <code>time</code> is actually used to measure the elasped time of a given process.  So, you know that isn&#8217;t it.  Then you scroll down and spot <code>date</code>.  Ah yes, that&#8217;s the one.  What was that command to quickly check to see if a certain word or phrase is in a file?  Oh yes, you remember now that you see the command <code>grep</code> listed.</p>
<p>By clicking it you&#8217;ll find all sorts of ways it can be manipulated to output just what you need.  A favorite activity is just reading through the list for unfamiliar or forgotten commands and learning what they do.  This is just a particularly handy site to bookmark.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/sl_oreillylcd1.png" alt="sl_oreillylcd" width="570" height="357" /></p>
<h3><strong>The Linux Cookbook</strong></h3>
<p><a href="http://www.dsl.org/cookbook/cookbook_toc.html">The Linux Cookbook</a> fits in somewhere between LinuxCommand&#8217;s Learning the Shell and Writing Shell Scripts.  It takes the user from logging in to as deep as they want to go.</p>
<p>However, its best resource is its intermediate instruction.  After learning a few commands one might want to know how to edit a file and the cookbook features introductions to common text editors.  It also tells a user things such as how to change their password, listing directories in color, and how to understand help files and documentation.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/sl_linuxcookbook.png" alt="sl_linuxcookbook" width="570" height="356" /></p>
<p>Later, it instructs on how to configure the X Windows System, how to start X, and all other aspects of using X.  Then it even goes further into using the graphical interface and includes things like audio, printing,  networking, and communications.  It basically gives the user a full overview of using Linux.</p>
<p>This site is the online version of a hard copy book sold in many stores and featured on Amazon.  Once you complete this book and the LinuxCommand.org instruction, you&#8217;ll be a Linux Kung Fu Master.</p>
<p>Do you have any favourite websites for mastering the Linux command line?   If so, let us know about them in the comments.</p>
<p><small>Image Credit : <a rel="nofollow" href="http://www.flickr.com/photos/89471349@N00/3868611353/">Slashcrisis</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/" title="An Introduction to the Linux Command Line (July 27, 2008)">An Introduction to the Linux Command Line</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/5-applications-to-change-the-way-you-work-with-linux-terminal/" title="5 Cool Apps to Make the Linux Terminal More Productive (September 16, 2008)">5 Cool Apps to Make the Linux Terminal More Productive</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/play-games-inside-your-linux-terminal/" title="Play Games Inside Your Linux Terminal (March 17, 2009)">Play Games Inside Your Linux Terminal</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/nircmd-a-power-packed-command-line-tool/" title="Nircmd &#8211; A Power Packed Command Line Tool (August 30, 2008)">Nircmd &#8211; A Power Packed Command Line Tool</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/bringing-command-lines-to-the-web-yubnub-and-more/" title="Bringing Command Lines to The Web: Yubnub and More! (June 20, 2008)">Bringing Command Lines to The Web: Yubnub and More!</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/top-3-sites-to-help-you-become-a-linux-command-line-master/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>5 Sites To Find Free Alternatives To Popular Software</title>
		<link>http://www.makeuseof.com/tag/5-sites-to-find-free-alternatives-to-popular-software/</link>
		<comments>http://www.makeuseof.com/tag/5-sites-to-find-free-alternatives-to-popular-software/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 22:00:38 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[better alternatives]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=29046</guid>
		<description><![CDATA[Everyone who spends a fair amount of time on the computer has a few favorite applications, the ones you like for one reason or another. Maybe they help you get your work done faster or you like their looks and feel or perhaps because these are free.
And sometimes there are software you find irksome and [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/11/changelogo.jpg" alt="" vspace="5" align="left" />Everyone who spends a fair amount of time on the computer has a few favorite applications, the ones you like for one reason or another. Maybe they help you get your work done faster or you like their looks and feel or perhaps because these are free.</p>
<p>And sometimes there are software you find irksome and think things could have been better. In any case, I always like to try out a few alternative software choices before I settle with any particular application mainly for two reasons: One, you would never know how good or bad the one you are using is until you try some alternatives and two: a bit of choice and competition can only be for the good of us users! Your motivation might be different: perhaps you want to find a free software that does the same task as the paid software you are using or maybe your favorite Windows application is not available on Mac or Linux.</p>
<p>Whatever maybe the reason, here are some sites that you can use to find alternative software and suggested applications.</p>
<h3><a href="http://linuxappfinder.com/alternatives">LinuxAppFinder</a></h3>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/11/linuxappfinder.png" alt="alternative software" width="514" height="284" /></p>
<p>Missing your favorite Windows or Mac application on Linux? Try LinuxAppFinder. It provides a listing of popular Linux applications. Apart from that, it also lists popular Windows and Mac software and the Linux applications that can be used for similar purposes. Clicking on an alternative software listing will show you its description, rating and other related software. LinuxAppfinder is a great way to discover Linux software if you are new to Linux.</p>
<p><span id="more-29046"></span></p>
<h3><a href="http://www.alternativeto.net/">AlternativeTo</a></h3>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/11/alternativeto.png" alt="software alternatives" width="540" height="374" /></p>
<p>AlternativeTo lists a large number of Windows, Mac, Linux software. Click on the ones you use or need to find alternative software for, and you will be presented with a list of software with similar functionality. Likes ala Diggs are presented alongside each listed software, that lets you gauge the popularity of the software. Additionally, you can filter the mentioned alternative by platform, likes or recent popularity as well. AlternativeTo also lists webapps like Dropbox and Evernote, just in case you are looking to shift to the web!</p>
<h3><a href="http://www.osalt.com/">Osalt</a></h3>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/11/osalt.png" alt="replacement software" width="540" height="324" /></p>
<p>Osalt is yet another popular site that offers similar functionality. It lists Open Source applications as alternative to popular software that you might be paying lots of money for. Many of the open source software have come a long way in functionality and usability and they cover almost every purpose you can use your computer for. Mostly open source software are also free, so you should definitely check out osalt and see if you can find some good open source software that can replace the ones you are already using.</p>
<h3><a href="http://wakoopa.com/">Wakoopa</a></h3>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/11/wakoopa.png" alt="" width="540" height="337" /></p>
<p>Wakoopa takes a somewhat different approach. Wakoopa is a community where people share their favorite software. You can view most popular apps that other people are using on the Wakoopa home page. For personalized suggestions, you would have to signup and create a software profile listing the software you are presently using. In addition, you can also track how much time you are spending using each application.</p>
<h3><a href="http://www.makeuseof.com/dir/">MakeUseOf</a></h3>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/11/muodi.png" alt="" width="540" height="366" /></p>
<p>Actually, this one goes far beyond suggesting alternative software! However, we also do our part when it comes to reviewing interesting or new applications. You should always check out the MakeUseOf directory that lists hundreds of useful web and mobile applications that you can use for a variety of purposes.</p>
<p>Do you have any applications you wish to switch over from? Sound off in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/shiira-another-alternative-mac-os-x-browser/" title="Shiira &#8211; Another Alternative Mac OS X Browser (July 18, 2008)">Shiira &#8211; Another Alternative Mac OS X Browser</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/transmission-the-lightweight-bittorrent-client/" title="Transmission, The Lightweight BitTorrent Client (July 4, 2008)">Transmission, The Lightweight BitTorrent Client</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/3-native-os-x-browsers/" title="Three Alternative Mac OS X Browsers Worth A Try (August 21, 2008)">Three Alternative Mac OS X Browsers Worth A Try</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/take-and-manage-notes-in-linux-with-basket-2/" title="Take and Manage Notes in Linux With BasKet (September 8, 2008)">Take and Manage Notes in Linux With BasKet</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/switching-to-linux-linux-alternatives-to-windows-apps-part-i/" title="Switching to Linux: Linux Alternatives to Windows Apps [Part I] (April 2, 2008)">Switching to Linux: Linux Alternatives to Windows Apps [Part I]</a> (22)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-sites-to-find-free-alternatives-to-popular-software/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Mandriva Linux 2010 &#8211; Perhaps The Best Linux Release All Year</title>
		<link>http://www.makeuseof.com/tag/mandriva-linux-2010-perhaps-the-best-linux-release-all-year/</link>
		<comments>http://www.makeuseof.com/tag/mandriva-linux-2010-perhaps-the-best-linux-release-all-year/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 18:01:01 +0000</pubDate>
		<dc:creator>Susan Linton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=28416</guid>
		<description><![CDATA[Mandriva Linux 2010 was recently released and brings lots of nice improvements to an already nice system.  Mandriva has a long and distinguished history in the Linux distribution arena.  They began over a decade ago using Red Hat as their base and quickly became the preferred choice of the new Linux user.
Although many [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/11/sl_mdv10_kde1.png" alt="sl_mdv10_kde" vspace="5" align="left" /><a href="http://www2.mandriva.com/linux/features/">Mandriva Linux 2010</a> was recently released and brings lots of nice improvements to an already nice system.  Mandriva has a long and distinguished history in the Linux distribution arena.  They began over a decade ago using Red Hat as their base and quickly became <em>the</em> preferred choice of the new Linux user.</p>
<p>Although many changes have occurred to the company over the years, and ultimately they&#8217;ve lost their crown, Mandriva Linux remains a solid choice in an alternative operating system.</p>
<h3><strong>Introduction</strong></h3>
<p>Mandriva is primarily a KDE distro, although they do give GNOME and others almost equal development time.  This release features <a href="http://wiki.mandriva.com/en/2010.0_Tour#KDE_4.3">KDE 4.3.2</a> and <a href="http://wiki.mandriva.com/en/2010.0_Tour#GNOME_2.28">GNOME 2.28.1</a> as well as several lighter choices.  Linux 2.6.31.5, Xorg X Server 1.6.5, and GCC 4.4.1 form the foundation underneath.  Traditionally, the outstanding features of Mandriva are its installer and system control panel &#8211; which are rivaled by few, but this release hopes to offer some amenities to appeal to users of newer trends in technology such as <a href="http://nepomuk.kde.org/">semantic desktop</a> and <a href="http://wiki.mandriva.com/en/2010.0_Tour#Moblin">netbook</a> <a href="http://wiki.mandriva.com/en/2010.0_Tour#Netbook_friendly">support</a>.</p>
<p><span id="more-28416"></span></p>
<p>The Mandriva Linux installer sets the standard in user-friendly Linux installers.  They were the first to use a pretty framebuffered graphical interface but perhaps the most useful element was the partitioner.  To this day it remains the easiest to use due to the manner of the visual representation of your hard disk layout.  Many others have used Mandriva&#8217;s installer for inspiration in their designs, but Mandriva&#8217;s reigns supreme.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/sl_mdv10_gnomeinstaller.png" alt="The Mandriva installer" width="570" height="356" /></p>
<p>The Mandriva Control Center again was ground breaking at it the time of its unveiling and again, it has few equals to this day.  From within the control center a user can perform the whole range of Linux configuration.  From hardware to software to kernel to boot to users, it can be found in this handy compact system tool.</p>
<p>The Mandriva Software Management system is capable and easy to use as well.  It will install software from a aptly stocked software repository, apply package and system updates, as well as removing unwanted software.  Packages are categorized by function and can be sorted by their install status, package classification, or by search results. Information such as release data, changelog, and included files can be reviewed for each package.  Checking the tick box and clicking apply is all that&#8217;s required to install a package or set of packages.</p>
<p>The software manager also includes a System Tray applet to check for updates and inform the user of any available.  When available the applet icon will will alert the user and upon clicking a window will open listing the updates giving the user the choice of applying them or not.  At first boot the user will be asked to configure a remote update and software source, which entails just a few mouse clicks.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/sl_mdv10_kdemccrpmdk.png" alt="sl_mdv10_kdemccrpmdk" width="570" height="356" /></p>
<p>Mandriva Linux is available in <a href="http://www2.mandriva.com/linux/which/">three basic formats</a>:  an installable live CD, a free install DVD, and an all-inclusive commercial PowerPack edition.  The installable live CD comes in your choice of KDE or GNOME, your choice of languages, and ships with some convenient proprietary code such as Wi-Fi drivers, 3D graphic drivers, Flash, and some browser plugins.  This is the recommended version for most users.</p>
<p>Advanced users may wish to use the free install DVD because it provides more desktop environments, several kernels, support for various hardware architectures, and developmental tools; but lacks proprietary drivers, codecs, and Flash.  The commercial version has all sorts of extra goodies and is available at <a href="http://store.mandriva.com/product_info.php?cPath=149&amp;products_id=479&amp;currency=USD">Mandriva Store</a>.</p>
<p>All Mandriva Linux formats come with a nice set of applications.  Web browsers, email clients, office programs, multimedia players, chat and messaging clients, photo and image management and manipulation apps, games, and utilities are found in the menu.  The online software repositories contain thousands more waiting to be installed.  Mandriva is one of the largest and most complete Linux distributions available.</p>
<h3><strong>2010 Improvements</strong></h3>
<p>For those familiar with Mandriva this release brings some great improvements.  The best two so far have been the increased stability and performance.  Mandriva may have had a reputation for being a bit crashy in the past, but it appears those days are gone.  In the several days since a fresh install only one application crash has occurred here, and this application is known to be unstable across distributions.  This new-found stability comes with even better speed as well.  Not only does Mandriva boot quicker, but desktop performance has improved noticeably.  Applications open and function faster, including the two heavyweights OpenOffice.org and Firefox.  There is virtually no graphic artifacting and redraws are immediate.  In addition, the 2010 graphics are just beautiful.</p>
<p>Some new features include a Live Upgrade for current users which allows them to update to 2010 without doing a fresh install.  The installer now features a handy graphical initial partition layout screen before starting the actual partitioner, and the partitioner now has a file browser that lets you look at your current partitions&#8217; data before making any decisions.  Most of Mandriva&#8217;s original tools have seen lots of improvements in usability and efficiency and Ext4 is now the default filesystem. New guest user allows you to let others use your computer without risking your data.</p>
<h3>Conclusion</h3>
<p>This really is a banner release for Mandriva.  It&#8217;s been a long time since I could recommend it too much, but it&#8217;s moved way up my list with 2010.  For new users the complete experience with Mandriva One live CD will convince you better than my words and for loyal users, well, you already know.  It might be too soon to say, but it feels like this release will go down as Mandriva&#8217;s best ever &#8211; and perhaps it just might be the best Linux release of the year.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/" title="How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC (October 24, 2009)">How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/install-linux-with-ease-using-unetbootin/" title="How To Install Linux With Ease Using UNetbootin (July 30, 2008)">How To Install Linux With Ease Using UNetbootin</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/goblinx-an-alternative-os-with-4-different-flavors/" title="GoblinX &#8211; An Alternative Linux OS With 4 Different Flavors (November 2, 2009)">GoblinX &#8211; An Alternative Linux OS With 4 Different Flavors</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/" title="3 Ways to Install Linux on Windows or Mac (August 1, 2008)">3 Ways to Install Linux on Windows or Mac</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-speed-up-your-computer-part-1/" title="WinHack &#8211; Speed Up Your Windows XP Computer (Part 1) (October 1, 2008)">WinHack &#8211; Speed Up Your Windows XP Computer (Part 1)</a> (21)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/mandriva-linux-2010-perhaps-the-best-linux-release-all-year/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>GoblinX &#8211; An Alternative Linux OS With 4 Different Flavors</title>
		<link>http://www.makeuseof.com/tag/goblinx-an-alternative-os-with-4-different-flavors/</link>
		<comments>http://www.makeuseof.com/tag/goblinx-an-alternative-os-with-4-different-flavors/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 22:00:32 +0000</pubDate>
		<dc:creator>Susan Linton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[better alternatives]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=27882</guid>
		<description><![CDATA[In today&#8217;s Ubuntu dominated Linux landscape, it&#8217;s refreshing to stumble upon an alternative linux software distribution choosing to follow its own path. GoblinX is one of these. After five years of development, they are still basing their distribution on Slackware and trying to ease the use of keeping it simple without assuming they know everything every [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/sl_goblinx3.png" alt="" vspace="5" align="left" />In today&#8217;s <a href="http://www.makeuseof.com/tags/ubuntu/">Ubuntu</a> dominated Linux landscape, it&#8217;s refreshing to stumble upon an alternative linux software distribution choosing to follow its own path. <a href="http://www.goblinx.com.br/en/">GoblinX</a> is one of these. After five years of development, they are still basing their distribution on <a href="http://www.slackware.com/">Slackware</a> and trying to ease the use of keeping it simple without assuming they know everything every user might want.</p>
<p>GoblinX began life as one of the strangest looking distros available. With its goblin logo, Halloween colors, gawdy window decorations, and strange wallpapers it surely gave its users a unique experience. Today, GoblinX tries to appear more mainstream, but they still refuse to bow to the tide.</p>
<p>The developers include little that&#8217;s not Open Source, which means <strong>no</strong> proprietary drivers, codecs, or plugins. What they do is provide a nice stable environment with handy applications. Most hardware is detected and auto-configured, but some wireless Ethernet cards may need manual configuration. Fortunately, unlike some distros, they have included Ndiswrapper for those who require Windows drivers to activate their wireless network interface controller in order to access the Internet.  GoblinX includes some graphical configuration tools as well for things like Wireless Protected Access and printer set up.</p>
<p>GoblinX offers several configurations. The most recent release was of their <a href="http://www.goblinx.com.br/en/?page_id=2">G:Standard</a>. This standard version ships with KDE 4 and applications such as Abiword, Pidgin, KOffice, and MPlayer. Under the hood is Linux 2.6.27.6 and Xorg X Server 1.6.3.  GCC 4.4.3 is installable. Other versions are <a href="http://www.goblinx.com.br/en/?page_id=8">G:Noblin</a> which features GNOME as the desktop environment, <a href="http://www.goblinx.com.br/en/?page_id=14">G:Mini</a> which uses <a href="http://ww.xfce.org/">Xfce 4</a>, and <a href="http://www.goblinx.com.br/en/?page_id=16">G:Micro</a> that ships with <a href="http://www.fluxbox.org/">Fluxbox</a>. While these versions and their source code are free to download, GoblinX developers also produce a version for USB memory sticks with GNOME and a netbook interface similar to Ubuntu Mobile that can be obtained for a nominal fee.<br />
<span id="more-27882"></span></p>
<div id="attachment_27897" class="wp-caption aligncenter" style="width: 595px"><img class="size-full wp-image-27897 " title="sl_goblinx_3_mini" src="http://www.makeuseof.com/wp-content/uploads/2009/10/sl_goblinx_3_mini.jpg" alt="alternative linux software" width="585" height="366" /><p class="wp-caption-text">GoblinX G:Mini with Xfce 4</p></div>
<p>The hard drive installer is relatively easy. The compact nature of the interface limits the options making it easier for the new user.  However, you may need to create a partition first using the included partition manager. The installer does have configurations for options such as user accounts, root password, filesystem, run level, and language.  Running from the live CD has the option to save users&#8217; configuration to a partition or removable media.</p>
<div id="attachment_27899" class="wp-caption aligncenter" style="width: 595px"><img class="size-full wp-image-27899 " title="sl_goblinx3_install" src="http://www.makeuseof.com/wp-content/uploads/2009/10/sl_goblinx3_install.jpg" alt="alternative linux software" width="585" height="366" /><p class="wp-caption-text">The GoblinX partition manager and installer</p></div>
<p>Being based on Slackware, it inherits Slackware&#8217;s package manage system. However, the much more friendly slapt-get and Gslapt graphical front-end are set up with GoblinX repositories and contain many other popular applications such as Firefox and OpenOffice.org.  Gslapt resembles and functions very much like Synaptic.  Find the application, mark it for installation, and click Apply is all there is to it.</p>
<div id="attachment_27903" class="wp-caption aligncenter" style="width: 595px"><img class="size-full wp-image-27903 " title="sl_goblinx_gslapt" src="http://www.makeuseof.com/wp-content/uploads/2009/10/sl_goblinx_gslapt.png" alt="alternative linux software" width="585" height="402" /><p class="wp-caption-text">The GoblinX package management - Gslapt</p></div>
<p>With this being a point-0 release, there are a few bugs. For example, the Gslapt package manager has problems completing its tasks at times and OpenOffice.org has dependencies missing from repositories.  These will no doubt be fixed in updates. In the mean time, OpenOffice.org from <a href="http://www.openoffice.org">www.openoffice.org</a> is an easy install and slapt-get at the commandline functions just fine.</p>
<p>slapt-get operates almost like <a href="http://en.wikipedia.org/wiki/Advanced_Packaging_Tool">APT</a>.  Whereas with APT one might <code>apt-get install &lt;package name&gt;</code>, with slapt-get one types <code>slapt-get --install &lt;package name&gt;</code>. The other functions are similar as well.  Type <code>slapt-get --help</code> for more.</p>
<p>For those wishing to use Ndiswrapper to extract and format their Windows drivers for their wireless Ethernet cards, the procedure is very simple. First mount your Windows partition, then point Ndiswrapper to the driver .inf file.  So, for example, one might:</p>
<p>1.  <code>mkdir /mnt/sda1</code><br />
2.  <code>mount -t auto /dev/sda1 /mnt/sda1</code><br />
3.  <code>ndiswrapper -i /mnt/sda1/SWSetup/WLAN/bcmwl5.inf</code></p>
<p>Then to use it simply:</p>
<p>1.  <code>modprobe ndiswrapper</code></p>
<p>If you have still have difficulties with certain Broadcom chips found in many laptop brands, perhaps try:</p>
<p>1.  <code>echo "blacklist b43" &gt;&gt; /etc/modprobe.d/blacklist</code><br />
2.  <code>echo "blacklist ssb" &gt;&gt; /etc/modprobe.d/blacklist</code><br />
3.  Then reboot your machine.</p>
<p>Another thing many folks may miss is the Adobe Flash Player.  While GoblinX repositories have <a href="http://www.gnu.org/software/gnash/">Gnash</a>, a free Open Source flash player that sometimes doesn&#8217;t work real well, many users prefer Adobe.  It&#8217;s easy to install as well.</p>
<p>1.  Visit <a href="http://get.adobe.com/flashplayer/">Flash Player download</a> and download the tar.gz format.<br />
2.  <code>tar -zxvf install_flash_player_10_linux.tar.gz</code><br />
3.  <code>mv libflashplayer.so .mozilla/plugins/</code></p>
<p>Other than those previously mentioned, very few if any other problems emerged while using GoblinX so far.  In addition, KDE 4 on GoblinX performs rather well, even on a system with only 512 megabytes of RAM.   Whereas GoblinX may not be &#8220;install and go&#8221; to some standards, it gives the user the choice to use proprietary code other distros may take away. GoblinX is simply a nice distribution derived from a solid code base that offers the user even something better than choice &#8211; something different.  And these days, anything different is good.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/" title="How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC (October 24, 2009)">How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/install-linux-with-ease-using-unetbootin/" title="How To Install Linux With Ease Using UNetbootin (July 30, 2008)">How To Install Linux With Ease Using UNetbootin</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/8-great-alternative-desktop-managers-for-linux/" title="8 Great Alternative Desktop Managers For Linux (November 17, 2008)">8 Great Alternative Desktop Managers For Linux</a> (55)</li>
	<li><a href="http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/" title="3 Ways to Install Linux on Windows or Mac (August 1, 2008)">3 Ways to Install Linux on Windows or Mac</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-ubuntu-the-easy-way/" title="Tweak Ubuntu the Easy Way (February 24, 2008)">Tweak Ubuntu the Easy Way</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/goblinx-an-alternative-os-with-4-different-flavors/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC</title>
		<link>http://www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/</link>
		<comments>http://www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 20:00:51 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=27460</guid>
		<description><![CDATA[Linux is a great operating system and more often than not, it&#8217;s the installation of Linux that is the matter of discussion.
For a change, I will be talking about how to uninstall Linux Ubuntu (or other operating systems) from a dual boot windows pc, and still being able to boot into other OS without much [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/dualbootlogo.jpg" alt="" vspace="5" align="left" />Linux is a great operating system and more often than not, it&#8217;s the installation of Linux that is the matter of discussion.</p>
<p>For a change, I will be talking about how to <strong>uninstall</strong> Linux Ubuntu (or other operating systems) from a dual boot windows pc, and still being able to boot into other OS without much work. So let&#8217;s get started right away.</p>
<h3>Backup your Linux files</h3>
<p>It pops up everytime, but backup really is very important. If you have been using your Linux system for some time, chances are you would have created files you wouldn&#8217;t want to loose. In such a case, you can boot into Linux, backup your files (check out your Home directory) on an external device or onto a Windows partition.</p>
<p>Alternatively if you somehow managed to mess up and can&#8217;t boot into Linux, you can use ext2 IFS which allows you access to your Linux paritions. It can only read ext2 and ext3 filesystems though. If you are using other filesystems, you would have to look around a bit for a similar application. In any case, you can always boot from a Linux live CD to backup files if everything else fails.</p>
<p><span id="more-27460"></span></p>
<h3>Delete Linux Partitions</h3>
<p>Next step: delete every Linux partition. That would include everything &#8211; boot, swap, home, whatever way you set up your system, it is time to delete all Linux partitions. There are a couple of ways to achieve this, easiest being from within Windows&#8217; Computer Management. You need to:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/where.png" alt="how to uninstall ubuntu from dual boot windows pc" width="197" height="291" /></p>
<ul>
<li>Log in to an account with administrative privileges.</li>
<li>Right click on My Computer, click &#8216;Manage&#8217;.</li>
<li>Choose &#8216;Disk Management&#8217; listed under &#8216;Storage&#8217; and you will see all of your partitions listed there.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/spacepart.png" alt="how to uninstall ubuntu from dual boot windows pc" width="523" height="127" /></p>
<p>Next, you need to identify Linux partitions. The Linux partitions generally don&#8217;t have a file system listed with them if Windows doesn&#8217;t recognize it, so this can serve as a clue. Other ways can be identifying by size or partition number. You can use partition managers, these are generally better at identifying filesystems.  Go ahead, delete the partitions, just make sure you delete the correct ones. Linux is gone and so is GRUB, which allowed you to choose operating system to use at boot time. So currently, you cannot boot into any other operating system, without some help. We are going to fix that soon.</p>
<h3>Restore MBR</h3>
<p>As we noted, GRUB is gone and so is the ability to boot into Windows. You would now need to boot from the Windows CD/DVD to restore the Master Boot Record. You can also use other Live CDs like one of my absolute favorites and highly recommended <a href="http://www.hiren.info/pages/bootcd">HBCD</a> just in case you don&#8217;t have Windows installation media handy. Here are the steps:</p>
<ul>
<li>Boot from Windows CD/DVD and choose &#8220;Repair&#8221; when it shows up.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/bootrec.jpg" alt="uninstall ubuntu from dual boot pc" width="361" height="280" /></p>
<ul>
<li>Choose command prompt on the resulting screen and run the following two commands:
<ul>
<li>bootrec /fixmbr</li>
<li>bootrec /fixboot</li>
</ul>
</li>
</ul>
<p>XP users need to run the recovery console from Windows XP CD and then type <em>fixmbr</em> when at the command prompt.</p>
<h3>Reclaim free space</h3>
<p>Restart now, remove the CD and you should be able to boot into your Windows installation. Once there, you should go ahead and reclaim the unpartitioned free space which was previously occupied by Linux. Doing so is simple and straight forward:</p>
<ul>
<li>Fire up Disk Management as before.</li>
<li>Right-click on the unparitioned space, choose new partition or new logical drive.</li>
<li>Specify the size and other options according to your needs and you are done.</li>
</ul>
<p>The free space should now be accessible from My Computer like any other partition. Alternatively, you can create multiple partitions from the free space or resize existing partitions to suit your needs.You can use utilities like <a href="http://gparted.sourceforge.net/livecd.php">GParted</a>, <a href="http://www.partition-tool.com/personal.htm">Easues Partition Master</a> or any one of the many partition managers on HBCD to perform such advanced tasks easily.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/" title="3 Ways to Install Linux on Windows or Mac (August 1, 2008)">3 Ways to Install Linux on Windows or Mac</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/install-linux-with-ease-using-unetbootin/" title="How To Install Linux With Ease Using UNetbootin (July 30, 2008)">How To Install Linux With Ease Using UNetbootin</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/goblinx-an-alternative-os-with-4-different-flavors/" title="GoblinX &#8211; An Alternative Linux OS With 4 Different Flavors (November 2, 2009)">GoblinX &#8211; An Alternative Linux OS With 4 Different Flavors</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-ubuntu-the-easy-way/" title="Tweak Ubuntu the Easy Way (February 24, 2008)">Tweak Ubuntu the Easy Way</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/the-ubuntu-upgrade-guide/" title="The Ubuntu Upgrade Guide (October 29, 2008)">The Ubuntu Upgrade Guide</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>4 Linux Applications To Keep Your Kids Ahead of the Game</title>
		<link>http://www.makeuseof.com/tag/4-childrens-linux-applications-to-keep-your-kids-ahead-of-the-game/</link>
		<comments>http://www.makeuseof.com/tag/4-childrens-linux-applications-to-keep-your-kids-ahead-of-the-game/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 16:00:36 +0000</pubDate>
		<dc:creator>Stefan Neagu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24640</guid>
		<description><![CDATA[Today we&#8217;re going to continue our journey through the Ubuntu software repository looking for more children&#8217;s Linux educational software. As I dutifully noted in the previous article about chemistry applications, Ubuntu and Linux distributions in general, have a wealth of great educational software. As more and more parents allow their children to use the computer, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/2614613280_7cb3e1a40b_b1.png" alt="" vspace="5" align="left" />Today we&#8217;re going to continue our journey through the Ubuntu software repository looking for more children&#8217;s Linux educational software. As I dutifully noted in the previous article about <a href="http://www.makeuseof.com/tag/3-ubuntu-chemistry-software-applications-for-students/">chemistry applications</a>, Ubuntu and Linux distributions in general, have a wealth of great educational software. As more and more parents allow their children to use the computer, setting up your kids with a Linux distribution makes even more sense:</p>
<ul>
<li>You don&#8217;t have to worry about security, system maintenance and updates.</li>
<li>A separate, unprivileged account for your kids makes sure that anything they could possible to to the system is limited to one account; if anything goes wrong just delete it and create another one.</li>
<li>Call of Duty, zombies, and other modern 3D PC games won&#8217;t run without additional emulation software and hackery. Safe to say, if your kid manages to play Crysis on a Ubuntu box using just WINE, his future&#8217;s looking bright.</li>
</ul>
<p><span id="more-24640"></span><br />
<strong>Kanagram</strong> mixes up the letters of a word, creating an anagram. You have to guess what the mixed up word is. Kanagram is a great children&#8217;s Linux program that features several built-in word lists, hints, and a cheat feature which reveals the original word. Kanagram also has a vocabulary editor, so you can make the game be as hard as you want it to be.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screenshot20090911at11.20.28.png" alt="childrens linux" /></p>
<p>Kanagram is cool, but wait until you hear about <strong>GCompris</strong>. Designed to be the end-all be-all of children&#8217;s Linux educational software suites, it has about 100 activities, and an age recommendation of 2-10. It&#8217;s got everything you&#8217;d want, from reading practice, to science, algebra, drawing, geography quiz and even chess. There are even activities for discovering the computer&#8217;s peripherals. When you start the program, GCompris presents the list of activities, and a control bar at the bottom.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screenshot20090911at11.32.06.pn" alt="linux educational software" /></p>
<p>Each icon stands for an activity. When the mouse is hovering over it, more information appears: the name, description and author of the activity are displayed in the description area. A click on the icon will lead you to an activity or a menu of activities. GCompris is translated into more than 50 languages.</p>
<p>We&#8217;ve all seen the commercial with the kid who likes drawing on the furniture. Oddly enough, his mother is happy about that because she was anxious to test her new Pronto spray. In real life, I think you&#8217;d rather install <strong>TuxPaint</strong> and let the creativity flow freely on the computer screen. It&#8217;s recommended for kids aged 3 through 12, it has easy to use interface and a funny penguin that sits in the bottom left and encourages your efforts.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screenshot20090911at11.38.35.png" alt="linux for kids" /></p>
<p>Finally, we&#8217;ve got <strong>Earth3D</strong>, which is very similar to Google Earth and is a great way to teach your kid about geography. Unlike its Google counterpart, Earth3D taps into various map providers and time stamps. You can watch the ice in Greenland melt away before your eyes,  learn country flags and borders.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screenshot20090911at11.30.09.png" alt="" /></p>
<p>You can install any of the Ubuntu software discussed in this article by searching for their name in the Synaptic Package Manager, checking the box on the left of its name and clicking ”Apply Changes”. To launch Synaptic, choose System &gt; Administration &gt; Synaptic Package Manager.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Screenshot20090908at11.57.03" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screenshot20090908at11.57.032.png" border="0" alt="kids linux" width="549" height="344" /></p>
<p>Most children&#8217;s Linux educational software is readily available for other distributions such as Fedora or SuSE, in their respective package managers, so try searching for the application name. We describe the installation process for Ubuntu because it’s the most widely used of the bunch.</p>
<p>You might want to check out some other posts related to <a href="http://www.makeuseof.com/tags/linux/">Linux</a>, <a href="http://www.makeuseof.com/tags/ubuntu/">Ubuntu</a> or <a href="http://www.makeuseof.com/tags/education/">education</a>, here on MakeUseOf. We have also published the “<a href="http://www.makeuseof.com/tag/a-newbies-initiation-to-linux-free-pdf/">Newbie’s Getting Started Guide to Linux</a>” ebook.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/top-3-sites-to-make-flashcards-for-your-kids/" title="Top 3 Sites To Make Flash Cards For Your Kids (August 29, 2009)">Top 3 Sites To Make Flash Cards For Your Kids</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/neok12-an-educational-kids-website-that-teaches-your-children/" title="NeoK12 &#8211; Educational Kids Website that Teaches Your Children (September 9, 2009)">NeoK12 &#8211; Educational Kids Website that Teaches Your Children</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/alice-teaches-object-oriented-computer-programming-to-kids/" title="Alice Teaches Object Oriented Computer Programming To Kids (November 14, 2009)">Alice Teaches Object Oriented Computer Programming To Kids</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/use-memoriser-to-memorize-information-fastduring-your-work-day/" title="Use Memoriser to Memorize Information Fast During Work Day (October 2, 2009)">Use Memoriser to Memorize Information Fast During Work Day</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-ubuntu-the-easy-way/" title="Tweak Ubuntu the Easy Way (February 24, 2008)">Tweak Ubuntu the Easy Way</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-childrens-linux-applications-to-keep-your-kids-ahead-of-the-game/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>15 Great Ubuntu Tips For Linux Power Users</title>
		<link>http://www.makeuseof.com/tag/15-great-tips-for-ubuntu-power-users/</link>
		<comments>http://www.makeuseof.com/tag/15-great-tips-for-ubuntu-power-users/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 12:01:06 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[drive partitions]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux hacks]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22547</guid>
		<description><![CDATA[A few days back I wrote about books that beginners can download and read to teach themselves Linux. Today in the Linux section we have something for the power users. Here are a few tips you should try out if you are an avid Ubuntu Linux user:
1. Get lightning fast and clever at the command [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/UbuntuLogo.png" alt="" vspace="5" align="left" />A few days back I wrote about books that beginners <a href="http://www.makeuseof.com/tag/5-downloadable-books-to-teach-yourself-linux/">can download and read</a> to teach themselves Linux. Today in the Linux section we have something for the power users. Here are a few tips you should try out if you are an avid Ubuntu Linux user:</p>
<h3><strong>1. Get lightning fast and clever at the command line</strong></h3>
<p>You can use keyboard shortcuts and other command line tricks to make entering commands easier and faster. You might already know about the &#8216;tab&#8217; key which completes partial commands and even file and directory names.</p>
<p>Here are some other keyboard shortcuts you can use within terminal:</p>
<p><span id="more-22547"></span></p>
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td width="85">Ctrl-a</td>
<td width="423">Move to the start of the line.</td>
</tr>
<tr>
<td>Ctrl-e</td>
<td>Move to the end of the line.</td>
</tr>
<tr>
<td>Alt-] <em>x</em></td>
<td>Moves the cursor forward to the next occurrence of x.</td>
</tr>
<tr>
<td>Alt-Ctrl-] <em>x</em></td>
<td>Moves the cursor backwards to the previous occurrence of x.</td>
</tr>
<tr>
<td>Ctrl-u</td>
<td>Delete from the cursor to the beginning of the line.</td>
</tr>
<tr>
<td>Ctrl-k</td>
<td>Delete from the cursor to the end of the line.</td>
</tr>
<tr>
<td>Ctrl-w</td>
<td>Delete from the cursor to the start of the word.</td>
</tr>
<tr>
<td>Ctrl-y</td>
<td>Pastes text from the clipboard.</td>
</tr>
<tr>
<td>Ctrl-l</td>
<td>Clear the screen leaving the current line at the top of the screen.</td>
</tr>
<tr>
<td>Ctrl-x Ctrl-u</td>
<td>Undo the last changes. Ctrl-_</td>
</tr>
<tr>
<td>Alt-r</td>
<td>Undo all changes to the line.</td>
</tr>
<tr>
<td>Alt-Ctrl-e</td>
<td>Expand command line.</td>
</tr>
<tr>
<td>Ctrl-r</td>
<td>Incremental reverse search of history.</td>
</tr>
<tr>
<td>Alt-p</td>
<td>Non-incremental reverse search of history.</td>
</tr>
<tr>
<td>!!</td>
<td>Execute last command in history</td>
</tr>
<tr>
<td>!abc</td>
<td>Execute last command in history beginning with abc</td>
</tr>
<tr>
<td>!<em>n</em></td>
<td>Execute <em>n</em>th command in history</td>
</tr>
<tr>
<td>^abc^xyz</td>
<td>Replace first occurrence of abc with xyz in last command and execute it</td>
</tr>
</tbody>
</table>
<p>Also don&#8217;t forget to check out <a href="http://www.makeuseof.com/tag/4-websites-to-learn-cool-linux-command-line-tricks/">4 websites where you can learn cool command line tricks</a></p>
<h3><strong>2. Launch Ubuntu Linux Applications with keyboard</strong></h3>
<p>There are two ways you can achieve this:</p>
<ul>
<li>Use applications like <a href="http://www.makeuseof.com/tag/be-more-productive-with-launchy-keystroke-launcher/">Launchy</a> or <a href="http://www.makeuseof.com/tag/8-most-useful-plugin-for-gnome-do/">Gnome-Do</a> that make it easier to launch applications by typing a few characters of the application&#8217;s name.</li>
<li>Or you can summon<em> gconf editor</em> (Alt+F2 then type gconf-editor and hit enter), and navigate to<strong> apps &gt; metacity &gt; global_keybindings</strong>, double click on any of the <strong>run_command_N</strong> and type in the keyboard shortcut you want to assign to an application then make a mental note of the number N. Then go to <strong>apps &gt; metacity &gt; keybinding_commands</strong> and double click on <strong>command_N</strong> (N being the number you used above) and type in the command you want to run. As an example if you wanted to run Firefox you would type in <em>firefox</em>.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/globalkeybindings.png" alt="" width="489" height="123" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/keybindings.png" alt="" width="492" height="118" /></p>
<p>Also check out <a href="http://www.makeuseof.com/tag/10-useful-ubuntu-keyboard-shortcuts-that-you-might-not-know-of/">these Ubuntu keyboard shortcuts you might not know about</a>.</p>
<h3><strong>3. Start from wherever you left off</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/remember.png" alt="" width="472" height="134" /></p>
<p>You can make Ubuntu remember the applications you had open when you last logged out, so that when you log back in again you&#8217;ll find all those applications running and you can resume right from where you left off.</p>
<p>To achieve this go to <em>System &gt; Preferences &gt; Startup Applications</em>, then go to the options tab and check <em>&quot;Automatically remember running applications when logging out&quot;</em></p>
<h3><strong>4. Create a Separate Ubuntu Linux Home Partition</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/mountashome.png" alt="" width="540" height="265" /></p>
<p>New versions of Ubuntu arrive every 6 months. Although you can upgrade to the latest version via the update manager, sometimes the upgrade doesn&#8217;t work as expected so some users like to do a fresh clean install.</p>
<p>The disadvantage with that of course is that you lose data you had in your home directory. To overcome this you can create a separate Home partition when you are installing Ubuntu, size it according to your requirements and then when you decide to install Ubuntu the next time, simply specify this partition as the Home partition (by choosing /home as the mount point).</p>
<p>All your files and data on the Home partition will be preserved even after a fresh install.</p>
<h3><strong>5. Update and Install Ubuntu Linux Software Without Internet Connection</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/aptoncd.png" alt="" width="496" height="364" /></p>
<p>There are lots of way to do this, the easiest of all is to use <a href="sdfsdfsd">APTonCD</a>. APTonCD allows you to create CDs and DVD&#8217;s containing all the packages you want, which you can then use to install software on computers without an internet connection.</p>
<p>Note that APTonCD requires you to have an internet connection (or downloaded packages) to <em>create</em> the installed media. However once the media is ready you don&#8217;t need an internet connection for any of the machines you want to install the software on. Insert the appropriate CD/DVD and use apt-get as you would normally.</p>
<h3><strong>6. Install new fonts, Microsoft fonts and improve font rendering</strong></h3>
<p><img style="margin-left:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/fonts.gif" alt="" vspace="5" width="199" height="142" align="right" />Ubuntu doesn&#8217;t offer many choices when it comes to the fonts. However you <a href="http://www.makeuseof.com/tag/10-useful-ubuntu-keyboard-shortcuts-that-you-might-not-know-of/">can easily install new fonts including those from Microsoft</a> like Arial, Verdana, impact and many more. You can use <a href="http://www.makeuseof.com/tag/the-top-5-best-online-sources-for-fonts/">different sites to find the kind of font you are looking for</a>.</p>
<h3><strong>7. Use PPAs, Install latest versions of software</strong></h3>
<p>There are a lot of steps that a software has to go through before it becomes part of Ubuntu or becomes available through the Ubuntu repositories. While all those steps lend additional stability, it generally means that you don&#8217;t get the latest versions of all the software as soon as they are released.</p>
<p>If you like to stay on the cutting edge, you can search for <strong>Personal Package Archives</strong> for your favorite software on <a href="https://launchpad.net/">Launchpad</a> and add those to your installation&#8217;s software sources. I briefly touched on <a href="http://www.makeuseof.com/tag/how-to-tweet-in-linux-using-pidgin/">PPAs and how to use them here</a>. If that seems like too much work, you can also download the latest deb packages and install them by double clicking (you won&#8217;t get automatic updates for the software if you install it this way).</p>
<p>Remember you might get into an occasional trouble or two with the latest versions, but mostly it wouldn&#8217;t be catastrophic. You can always hop over to the <a href="http://ubuntuforums.org/">Ubuntu Forums</a> to get quick help.</p>
<h3><strong>8. Be the root</strong></h3>
<p>The root account is disabled by default on Ubuntu installations, mainly to prevent you from doing something you didn&#8217;t intend to do. However if you &quot;<em>promise to be careful</em>&quot; you can enable root account as follows:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/rootenable.png" alt="" width="344" height="129" /></p>
<ol>
<li>Type<strong> </strong><em>sudo passwd root</em> and provide a root password.</li>
<li>Then head on over to <em>System &gt; Administration &gt; Login Window</em>, go to the <em>Security </em>tab and check &quot;<em>Enable local system administrator login&quot;</em></li>
</ol>
<p>You should now be able to login as root from the Login prompt. As an alternative you can use &quot;<em>sudo su</em>&quot; to provide your password and get root prompt.</p>
<h3><strong>9. Run Windows applications and games</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/menu.png" alt="" width="538" height="336" /></p>
<p>Who wouldn&#8217;t like to play Counter Strike on Ubuntu (unless of course you are completely not into it) or perhaps even run Photoshop? Well it is very much possible and <a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/">here is how to do it</a>.</p>
<h3><strong>10. Shorten boot time with profiling</strong></h3>
<p>Ubuntu Linux devs have done a great job with the boot time, Jaunty is fast and Karmic is slotted to be even faster. There is however a bit more you can do by profiling your boot. Profiling lets Ubuntu make a list of all the files that are accessed during bootup, it then sorts the files according to how they are stored on your hard disk. So the next time the system is booted, the files would be read faster.</p>
<p>To profile boot you need to follow these steps</p>
<ul>
<li>At the grub menu highlight the kernel you boot most often.</li>
<li>Press <strong>e</strong> for edit.</li>
<li>Choose the line starting with kernel and press e again. Now add the word <em>profile</em> to the end of this line. Hit Enter and then press <strong>b</strong> to boot</li>
</ul>
<p>Note that while profiling, the system will boot slower this one time, the next time however you should see an improvement. Also keep in mind that all this is machine-dependent and also depends on the arrangement of files on your hard disk, so the difference you see might not be huge, or even nil in some cases.</p>
<h3><strong>11. Try out different Ubuntu Linux Desktop Environments and Desktop Managers</strong></h3>
<p>If you are looking for something different than the default Gnome interface, you should check out <a href="http://www.makeuseof.com/tag/8-great-alternative-desktop-managers-for-linux/">alternative desktop managers that you can use</a>. If it is a complete Desktop Environment you are looking for, KDE4 has come a long way and is now impressively usable and fun. You can do a &quot;<em>sudo apt-get install kubuntu-desktop</em>&quot; to get KDE.</p>
<h3><strong>12. Create a media center or a media server</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/xbmcmedia.jpg" alt="" width="580" height="326" /></p>
<p>It would be great if you could easily browse and manage your huge collection of music, videos and pictures. Mesmerized by Windows Media Center&#8217;s slick interface? Wait till you see what all cool options you have to <a href="http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-center-part-1/">turn your Ubuntu system into a media center</a>. You can even access your media collection on your phone, PSP or a different computer if you set up a <a href="http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-server-part-2/">media server</a> on your Ubuntu machine.</p>
<h3><strong>13. Share Firefox profile data with Windows</strong></h3>
<p>Many people use Windows and Linux on the same machine. If you are one of them, there would have been times you couldn&#8217;t find that bookmark you created or password you stored when you were using Firefox from within Windows. Check out how you can <a href="http://www.makeuseof.com/tag/share-you-firefox-data-across-operating-systems-and-computers/">share Firefox profile data across operating systems</a> without syncing it over the web (works best if you have the same version of Firefox in both OS&#8217;s). For different computers you can of course use <a href="http://labs.mozilla.com/projects/weave/">Weave</a>.</p>
<h3><strong>14. Customize Nautilus to your liking</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/menunact.png" alt="" width="322" height="242" /></p>
<p>Nautilus is the default file manager on Ubuntu. While you may be content with what it does, there is lots more you can make it do. You can <a href="http://www.makeuseof.com/tag/linux-68-useful-extensions-to-improve-nautilus-functionality/">use extensions to improve functionality</a> and even <a href="http://www.makeuseof.com/tag/add-custom-functionality-to-nautilus-linux/">add custom functionality to Nautilus</a></p>
<h3><strong>15. Compile your own Kernel</strong></h3>
<p>If you can&#8217;t find something to keep you busy for the weekend and you have your customization hat on, how about building a kernel to specifically meet your requirements? This is frankly more of a learning experience. Some might say that it enables you to use just the features and drivers you require, but if everything is working fine with the kernel supplied and you don&#8217;t have any interest in the Linux kernel, skip ahead this one is not for you.</p>
<p>If however you require some of the experimental features of the kernel, or need it to be compiled in some other special way we say you check out <a href="https://help.ubuntu.com/community/kernel/compile">this guide</a> within Ubuntu Documentation.</p>
<h3><strong>16. Change Usplash Screen and create a custom splash screen for GRUB</strong></h3>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/ubuntu-usplash.png" alt="" vspace="5" align="left" />So you didn&#8217;t count the last one? Here is another one then. A Usplash screen is Ubuntu text and a logo with a progress bar that you see when you boot up Ubuntu.</p>
<p>If you would like to change that to something more interesting <a href="http://www.makeuseof.com/tag/how-to-easily-change-your-usplash-screen-in-ubuntu/">follow these steps</a>. What better way to show your Linux fu than customizing the very first screen that appears? You can create a custom splash screen using one of your photos, GIMP and a little tweaking. <a href="http://www.makeuseof.com/tag/how-to-easily-change-your-usplash-screen-in-ubuntu/">Here is the how-to</a>.</p>
<p>Know some more tips or great hacks for Ubuntu Linux users? Sure you do, go ahead let us know about them in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/get-screen-actions-for-your-mouse-on-linux/" title="How to Get Screen Actions for your Mouse on Linux (August 19, 2008)">How to Get Screen Actions for your Mouse on Linux</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/5-applications-to-change-the-way-you-work-with-linux-terminal/" title="5 Cool Apps to Make the Linux Terminal More Productive (September 16, 2008)">5 Cool Apps to Make the Linux Terminal More Productive</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-ubuntu-the-easy-way/" title="Tweak Ubuntu the Easy Way (February 24, 2008)">Tweak Ubuntu the Easy Way</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/top-3-sites-to-help-you-become-a-linux-command-line-master/" title="Top 3 Sites To Help You Become A Linux Command Line Master (November 16, 2009)">Top 3 Sites To Help You Become A Linux Command Line Master</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/the-ubuntu-upgrade-guide/" title="The Ubuntu Upgrade Guide (October 29, 2008)">The Ubuntu Upgrade Guide</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/15-great-tips-for-ubuntu-power-users/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>How to Put Home, Computer, Trash icons on Ubuntu Desktop</title>
		<link>http://www.makeuseof.com/tag/how-to-display-home-computer-trash-icons-on-the-desktop-ubuntu/</link>
		<comments>http://www.makeuseof.com/tag/how-to-display-home-computer-trash-icons-on-the-desktop-ubuntu/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 13:00:46 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19443</guid>
		<description><![CDATA[The other day, I was explaining some of the benefits of Linux to one of my friends. I managed to do so pretty well, so much so that he decided to give it a shot. Then came the choice of distribution, I had an Ubuntu CD so passed it along and he was able to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/homelogo.png" align="left">The other day, I was explaining some of the benefits of Linux to one of my friends. I managed to do so pretty well, so much so that he decided to give it a shot. Then came the choice of distribution, I had an <a href="www.makeuseof.com/tags/ubuntu/">Ubuntu</a> CD so passed it along and he was able to install it just fine. The first thing he tells me is that there no icons on the desktop? How am I supposed to browse my files?</p>
<p>Some distros provide you with these icons on the desktop and some don&#8217;t. Having the icons on the desktop might be an overkill for the geeks. After all, the Places Menu works just fine. However, I guess new users still want those icons on the desktop (Ubuntu forums would attest to the fact). So, if you are looking to get the Home, Trash or the Computer icons on the desktop, it is very easy. Follow along (works for all <a href="http://www.gnome.org/~davyd/footware.shtml">Gnome-based distros</a>)</p>
<p><span id="more-19443"></span></p>
<p>Hit Alt + F2, type in <strong>gconf-editor</strong> in the dialog box that comes up and hit Enter.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/altf2.png"></p>
<p>The Configuration Editor will open up. Navigate to <strong>Apps > Nautilus > Desktop</strong>.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/gconftool.png"></p>
<p>Towards the right side, you will see a set of options. Place a check against the icons you want to see displayed on the desktop. You can display the Computer, Home, Trash and Network icons from in here.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/shotcomp.png"></p>
<p>While you are there, you can also tinker with the names. If for example, you want to change the name from &#8220;Computer&#8221; to &#8220;Varun&#8217;s Computer&#8221;, all you have to do is double-click on computer_icon_name, choose String as the type and then key in the name you want to give to it.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/namechange.png"></p>
<p>You can also uncheck volumes_visible option if you don&#8217;t want the mounted drives to appear on the desktop. I personally loathed them, could never get in terms with where they appear (on top of each other at times) and how to customize their positions.</p>
<p>That&#8217;s it! You can customize what to show up on your desktop easily. While you are there, you might look into other options with gconf-editor, it provides an explanation of every option that you select, so you know what you are about to do. In case something goes wrong you can always correct it via the editor or by using the <strong>gconftool2</strong> command within the terminal.</p>
<p>Confused or crystal clear? Shoot any questions in the comments!</p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/tweak-ubuntu-the-easy-way/" title="Tweak Ubuntu the Easy Way (February 24, 2008)">Tweak Ubuntu the Easy Way</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/the-ubuntu-upgrade-guide/" title="The Ubuntu Upgrade Guide (October 29, 2008)">The Ubuntu Upgrade Guide</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/" title="Run Windows Applications on Linux (or Mac) with WINE (June 23, 2008)">Run Windows Applications on Linux (or Mac) with WINE</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/linux-system-administration-made-easy-with-webmin/" title="Linux System Administration Made Easy with Webmin (April 4, 2009)">Linux System Administration Made Easy with Webmin</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/" title="How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC (October 24, 2009)">How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-display-home-computer-trash-icons-on-the-desktop-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Tweet In Linux Using Pidgin</title>
		<link>http://www.makeuseof.com/tag/how-to-tweet-in-linux-using-pidgin/</link>
		<comments>http://www.makeuseof.com/tag/how-to-tweet-in-linux-using-pidgin/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 21:00:24 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18969</guid>
		<description><![CDATA[Pidgin is the most popular multiprotocol IM client for Linux. It supports a number of networks from Yahoo IM to Google Talk to MSN and IRC. However, microblogging is creating all the buzz these days. Twitter is stealing the show. While you can use Gwibber for tweeting from the Linux desktop, you might want to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/twitterlg.jpeg" align="left" /><a href="http://www.makeuseof.com/tags/pidgin/">Pidgin</a> is the most popular multiprotocol <a href="http://www.makeuseof.com/tags/instant-messaging/">IM client</a> for Linux. It supports a number of networks from Yahoo IM to Google Talk to MSN and IRC. However, microblogging is creating all the buzz these days. <a href="http://www.makeuseof.com/dir/tag/twitter/" target="new">Twitter</a> is stealing the show. While you can use <a href="http://www.makeuseof.com/tag/gwibber-the-everything-client/">Gwibber</a> for tweeting from the Linux desktop, you might want to stick with a single software for IM as well as Twitter. Today, I&#8217;ll be showing you how to hack Pidgin in order to support Twitter, right on your desktop.</p>
<p>First, we need to install the <a href="http://code.google.com/p/microblog-purple/">microblog-purple plugin</a>. While you can simply download, install and start using the plugin, you need to do some additional work to ensure that any updates to the plugin are delivered to you automatically.</p>
<p>Open System > Administration > Software Sources. Navigate to the Third Party Software Tab and add the following to your software sources:<br/></p>
<ul>
<li><strong>deb http://ppa.launchpad.net/sugree/ppa/ubuntu jaunty main</li>
<li>deb-src http://ppa.launchpad.net/sugree/ppa/ubuntu jaunty main</strong></li>
</ul>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/thirdparty.png" /></p>
<p><span id="more-18969"></span></p>
<p>Next, we need to import the key for the software source that we added. To do so, open up a Terminal and type the following:</p>
<p align="center"><strong>sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 0cf459b8df37ed8b </strong></p>
<p>Once this is done you can install the plugin using the following command:</p>
<p align="center"><strong>sudo apt-get install pidgin-microblog</strong></p>
<p>Now just add a new account to Pidgin, choose Twitter from the protocol drop down menu, provide your username and password and you are all set to start tweeting from within Pidgin!</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/addaccount1.png"></p>
<p>Note that this plugin supports Twitter and Identica. While the instructions above is the preferred method to install any third party software in Ubuntu, if you run into any problems you can simply download the <a href="http://www.getdeb.net/app/Pidgin+Microblog">deb package</a> (or a binary package for you preferred distribution) and install it like any other software.
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/tweet.png"></p>
<p>Windows users can also <a href="http://code.google.com/p/microblog-purple/">download the exe version</a> of the plugin and install it alongside Pidgin.</p>
<p>How do you tweet from your Linux desktop? Do you use <a href="http://www.makeuseof.com/tag/gwibber-the-everything-client/">Gwibber</a>? <a href="http://www.makeuseof.com/tags/adobe-air/">Adobe AIR</a> based applications? Or would you prefer to stay with one software and manage everything from within Pidgin? Let us know in the comments.</p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/quick-tip-stop-pidgin-spam-in-its-tracks-with-bot-sentry/" title="[Quick Tip] Stop Pidgin Spam in Its Tracks with Bot Sentry (February 29, 2008)">[Quick Tip] Stop Pidgin Spam in Its Tracks with Bot Sentry</a> (26)</li>
	<li><a href="http://www.makeuseof.com/tag/update-all-your-social-status-messages-with-pingfm/" title="Update all your Social Status Messages with Ping.fm (March 28, 2008)">Update all your Social Status Messages with Ping.fm</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/turn-your-im-program-into-a-productivity-tool-using-imified/" title="Turn Your IM Program Into A Productivity Tool Using Imified (October 6, 2008)">Turn Your IM Program Into A Productivity Tool Using Imified</a> (23)</li>
	<li><a href="http://www.makeuseof.com/tag/trillian-astra-%e2%80%93-is-it-the-best-instant-messaging-client-now/" title="Trillian Astra – Is It the Best Instant Messaging Client Now? (October 20, 2009)">Trillian Astra – Is It the Best Instant Messaging Client Now?</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/tools-apps-and-bots-to-improve-your-twitter-experience/" title="Tools, Apps and Bots to Improve your Twitter Experience (February 11, 2008)">Tools, Apps and Bots to Improve your Twitter Experience</a> (31)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-tweet-in-linux-using-pidgin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>8 Free FTP Clients For Mac</title>
		<link>http://www.makeuseof.com/tag/8-free-ftp-clients-for-mac/</link>
		<comments>http://www.makeuseof.com/tag/8-free-ftp-clients-for-mac/#comments</comments>
		<pubDate>Sun, 31 May 2009 21:00:37 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18103</guid>
		<description><![CDATA[If you have a self-installed Wordpress blog, you should be familiar with File Transfer Protocol (FTP). This is the protocol used by Wordpress users to upload plugins and themes to the web server. FTP is also a popular protocol used by website builders to transfer files between computer and web server.
To be able to use [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/00-200px-ftp1.jpg" align="left" />If you have a self-installed Wordpress blog, you should be familiar with <a href="http://en.wikipedia.org/wiki/Ftp">File Transfer Protocol (FTP)</a>. This is the protocol used by Wordpress users to upload plugins and themes to the web server. FTP is also a popular protocol used by website builders to transfer files between computer and web server.</p>
<p style="clear: both">To be able to use FTP, you need an FTP client. There are two kinds of FTP clients: computer-based and <a href="http://www.makeuseof.com/tag/use-ftp-online-without-installin-a-client/">web-based</a>, but we are not going to discuss the web-based clients here. </p>
<p style="clear: both">While trying to update one of my blogs, I tried to search for several alternative FTP clients for my Mac. And here are the results</p>
<h2>A. Multiple OS FTP Clients</h2>
<p>1. <a href="http://www.nchsoftware.com/classic/index.html">Classic FTP</a> &#8211;&gt; is a fully featured, free FTP client available for Mac OS X and Windows. It has a &#8220;Mirror and Upload&#8221; tool which will scan a selected local folder and upload any files that do not exist on the remote folder. The application also allows you to synchronize navigation of a local and remote folder. </p>
<p><span id="more-18103"></span><br />
<img src="http://www.makeuseof.com/wp-content/uploads/2009/05/01-classic-ftp.jpg" alt="01-classic-ftp" title="01-classic-ftp" width="550" height="460" class="aligncenter size-full wp-image-18306" /></p>
<p>2. <a href="http://www.crossftp.com/index.htm">CrossFTP</a> &#8211;&gt; is designed to be an easy-to-use client. It has a two-pane browser-like user interface which is simple to learn and use. Multi-tabs design facilitates managing and connecting multiple FTP sites simultaneously in a single window. It&#8217;s written in Java so it would work in any Java-enabled machine.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/02-cross-ftp.jpg" alt="02-cross-ftp" title="02-cross-ftp" width="550" height="499" class="aligncenter size-full wp-image-18307" /></p>
<p>3. <a href="http://filezilla-project.org/">FileZilla</a> &#8211;&gt; is a popular Windows-based FTP client. I didn&#8217;t even know that there was a Mac version of FileZilla until I researched for this article. I had high hopes when I was about to use this app for the first time. But personally, I think that the Mac version is not as easy to use as <a href="http://www.makeuseof.com/tag/transfer-files-by-ftp-with-filezilla/">the Windows version</a>. FileZilla is also available for Linux.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/03-filezilla.jpg" alt="03-filezilla" title="03-filezilla" width="550" height="473" class="aligncenter size-full wp-image-18308" /></p>
<p style="clear: both">
<h2>B. Mac-only FTP Clients</h2>
<p>4. <a href="http://cyberduck.ch/">Cyberduck</a> &#8211;&gt; is a open source product licensed under the GPL and free to use. It is available in many languages and most translations are contributed by users. It is voted by many Mac communities as one of the best FTP clients available for Mac. Cyberduck is also available as a dashboard widget.<br /><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/04-cyberduck.jpg" alt="04-cyberduck" title="04-cyberduck" width="550" height="501" class="aligncenter size-full wp-image-18309" /></p>
<p>5. <a href="http://onebutton.org/">OneButton FTP</a> &#8211;&gt; is a graphical FTP client for Mac OS X with a strong emphasis on simplicity, drag and drop usability, and file queuing. It allows you to easily transfer files to and from remote servers, such as the ones hosting your websites, simply by dragging files to and from your computer. At the time of writing, this app is no longer supported by the author, but still works fine.<br /><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/05-onebutton-ftp.jpg" alt="05-onebutton-ftp" title="05-onebutton-ftp" width="550" height="493" class="aligncenter size-full wp-image-18310" /></p>
<p>6. <a href="http://macfusionapp.org/">MacFusion</a> &#8211;&gt; is an open source Mac application that allows you to work with files on servers across the internet, as if they were sitting on your computer. Macfusion presents as a Volume in Finder. Macfusion works with SSH/SFTP and FTP servers. This app requires Leopard and <a href="http://code.google.com/p/macfuse/" title="">Google&#8217;s MacFUSE</a>. You can learn more about how to set up MacFUSE on the <a href="http://code.google.com/p/macfuse/wiki/HOWTO">wiki howto page</a> or the <a href="http://code.google.com/p/macfuse/wiki/QUICKER_START_GUIDE">Quicker Start Guide page</a>.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/06-macfusion.jpg" alt="06-macfusion" title="06-macfusion" width="533" height="223" class="aligncenter size-full wp-image-18311" /></p>
<p style="clear: both">
<h2>C. Dashboard FTP Widgets</h2>
<p>7. <a href="http://www.widgetschmie.de/widgets/Ubertragen/">Übertragen</a> &#8211;&gt; is a widget designed to transfer files, be it to a FTP server, to another Mac running Ubertragen on your local network (through Bonjour) or to one of your Bluetooth devices.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/07-ubertragen-1.jpg" alt="07-ubertragen-1" title="07-ubertragen-1" width="300" height="280" class="aligncenter size-full wp-image-18312" /><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/07-ubertragen-2.jpg" alt="07-ubertragen-2" title="07-ubertragen-2" width="300" height="240" class="aligncenter size-full wp-image-18313" /></p>
<p style="clear: both">8. <a href="http://buschfeuer.com/fire/">Fire Widget</a> &#8211;&gt; is a drag-and-drop FTP upload widget. It has a simple interface and runs nicely. Just drop a file, the gate slides up, the file gets transfered, and you are done.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/08-firewidget-1.jpg" alt="08-firewidget-1" title="08-firewidget-1" width="250" height="250" class="aligncenter size-full wp-image-18315" /><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/08-firewidget-2.jpg" alt="08-firewidget-2" title="08-firewidget-2" width="250" height="250" class="aligncenter size-full wp-image-18316" /></p>
<p style="clear: both">There are others, of course, which did not make it to the list simply because of my lack of knowledge. So, if you know any other alternatives, please share using the comment below.</p>
<p> And, don&#8217;t forget to check out other MakeUseOf&#8217;s articles about <a href="http://www.makeuseof.com/tags/ftp/">FTP</a> and <a href="http://www.makeuseof.com/tags/ftp-client/">FTP Clients</a>.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/transmission-the-lightweight-bittorrent-client/" title="Transmission, The Lightweight BitTorrent Client (July 4, 2008)">Transmission, The Lightweight BitTorrent Client</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/" title="3 Ways to Install Linux on Windows or Mac (August 1, 2008)">3 Ways to Install Linux on Windows or Mac</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/send-several-gbs-of-data-to-friends-using-podmailing/" title="Send several GBs of data to Friends using Podmailing (March 11, 2008)">Send several GBs of data to Friends using Podmailing</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/" title="Run Windows Applications on Linux (or Mac) with WINE (June 23, 2008)">Run Windows Applications on Linux (or Mac) with WINE</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/nimi-visuals-x-adds-a-touch-of-os-x-to-windows/" title="Nimi Visuals X Adds A Touch Of OS X To Windows (May 26, 2009)">Nimi Visuals X Adds A Touch Of OS X To Windows</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/8-free-ftp-clients-for-mac/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Specto: Get Instant Notifications In Your Linux Machine</title>
		<link>http://www.makeuseof.com/tag/specto-get-instant-notification-in-your-linux-machine/</link>
		<comments>http://www.makeuseof.com/tag/specto-get-instant-notification-in-your-linux-machine/#comments</comments>
		<pubDate>Wed, 27 May 2009 17:00:30 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[event monitoring]]></category>
		<category><![CDATA[notifications]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=17955</guid>
		<description><![CDATA[ If you want to monitor a blog for new article update, a great way is to subscribe to its RSS feed and get notified instantly when it updates its content. What if you want to monitor more than just a blog, such as a static website, your email account, a file and you are [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="display: inline" title="notify-osd compliance" src="http://www.makeuseof.com/wp-content/uploads/2009/05/notifyosdcompliance.png" alt="notify-osd compliance" width="259" height="129" /> If you want to monitor a blog for new article update, a great way is to subscribe to its RSS feed and get notified instantly when it updates its content. What if you want to monitor more than just a blog, such as a static website, your email account, a file and you are a Linux user? In that case, Specto could come in handy.</p>
<p><a href="http://specto.sourceforge.net/" target="_blank">Specto</a> is a Linux-based desktop application that allows you to watch for configurable events and get notified instantly when updates are available. Things that you can monitor include <strong>websites</strong>, <strong>emails</strong>, <strong>files/folders</strong>, <strong>system processes</strong> and <strong>connection ports</strong>.</p>
<p>The way Specto works is very easy. If you are monitoring a particular website, like your <a href="http://www.makeuseof.com/tags/facebook/">Facebook</a> account for new messages on your wall, Specto grabs the file size of that site at regular interval and compares it with the previous version. If there are any changes, it will notify you via an unobtrusive popup at the corner of the system taskbar. You can define an error margin so that Specto won’t notify you for small changes to the site (such as rotating ads).<br />
<span id="more-17955"></span></p>
<p>Specto is available as a package in the software repository of most Linux distro, so Linux users shouldn’t have much difficulty in installing it in your system.</p>
<p>After you have installed it, you can easily add events via its interface window. There are only several simple configurations so anyone, even if you have no technical knowledge, can use it easily.</p>
<p>To monitor a website, you just have to enter the name of the event, the update interval and the website&#8217;s URL. As mentioned above, you can set the error margin at the bottom of the window.</p>
<p style="text-align: center;"><img style="display: inline" title="specto-add-watch" src="http://www.makeuseof.com/wp-content/uploads/2009/05/spectoaddwatch.jpg" alt="specto-add-watch" width="329" height="418" /></p>
<p>Specto comes with native support for Gmail, which means you can simply enter your username and password and have it notify you when new mails arrived. If you are using other email accounts, you will have to configure the POP3 or IMAP account accordingly.</p>
<p style="text-align: center;"><img style="display: inline" title="specto-add-email" src="http://www.makeuseof.com/wp-content/uploads/2009/05/spectoaddemail.jpg" alt="specto-add-email" width="332" height="438" /></p>
<p>If you want to monitor a particular file/folder, system processes or ports, the configuration process is the same as the above steps.</p>
<p>Whenever there is an update to the event that you are watching, Specto will popup a notification message just below its icon at the task bar. If you are using Ubuntu Jaunty, it also support the NotifyOSD feature.</p>
<h2>Import/Export feature</h2>
<p>What if you are using multiple computers but want to maintain the same setting and watch the same events throughout every computer? Specto comes with the import/export feature where you can easily and quickly export your configuration file in one machine and import it in another machine.</p>
<h2>Conclusion</h2>
<p>This may not be the ‘<em>must-have</em>’ application in your Linux machine, but if you are currently spending a lot of time monitoring some mundane but important stuff on the Web or your network files, you can be sure that <a href="http://specto.sourceforge.net/">Specto</a> is going to make your life much easier.</p>
<p>What do you currently have Specto or any other applications monitoring? Let us know how you did it, in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/whats-this-linux-thing-and-why-should-i-try-it/" title="What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It? (March 12, 2008)">What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It?</a> (125)</li>
	<li><a href="http://www.makeuseof.com/tag/be-updated-about-specific-keyword-articles-with-notifyme/" title="Watch Any Site for Certain Stories with Notify.Me (November 26, 2008)">Watch Any Site for Certain Stories with Notify.Me</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/virtualization-free-in-windows-linux-installation/" title="Virtualization-Free In-Windows Linux Installation (April 19, 2008)">Virtualization-Free In-Windows Linux Installation</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-center-part-1/" title="Using Your Linux Computer As A Media Center (Part 1) (October 28, 2008)">Using Your Linux Computer As A Media Center (Part 1)</a> (66)</li>
	<li><a href="http://www.makeuseof.com/tag/ultimate-gmail-collection-over-80-tools-and-tips/" title="Ultimate GMail Collection: over 80 Tools and Tips (July 27, 2007)">Ultimate GMail Collection: over 80 Tools and Tips</a> (80)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/specto-get-instant-notification-in-your-linux-machine/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5 Excellent ToDo List Apps For Linux That You Might Not Have Heard Of</title>
		<link>http://www.makeuseof.com/tag/5-excellent-todo-list-apps-for-linux-that-you-might-not-have-heard-of/</link>
		<comments>http://www.makeuseof.com/tag/5-excellent-todo-list-apps-for-linux-that-you-might-not-have-heard-of/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 16:01:37 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[to-do]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15588</guid>
		<description><![CDATA[Most Gnome users probably use Evolution, the default PIM, to manage their tasks and ToDo lists. However, if you are like me, who is not a user of Evolution and are looking for a native standalone ToDo list app for your Linux machine, here are 5 of the best ToDo list apps that I have [...]]]></description>
			<content:encoded><![CDATA[<p>Most Gnome users probably use Evolution, the default PIM, to manage their tasks and ToDo lists. However, if you are like me, who is not a user of Evolution and are looking for a native standalone ToDo list app for your Linux machine, here are 5 of the best ToDo list apps that I have tried, used, loved and recommend.</p>
<h2><strong><a href="http://live.gnome.org/Tasque" target="_blank">Tasque</a></strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/tasque.jpg" alt="tasque" /></p>
<p>Even though it is a simple ToDo list manager, Tasque is extremely useful and versatile that everyone will love to use it.</p>
<p>When you first use Tasque, you might be surprised to find that there is no menu bar or any other miscellaneous features. In fact, there is almost nothing in the whole application window except for a dropdown box (to access the categories) and an input field for you to enter your tasks. That&#8217;s it, nothing more.</p>
<p>One of the best thing about Tasque is its ability to synchronize with Evolution and Remember the Milk. It is also supported by the Avant Window Navigator (AWN) dock so that you can access your ToDo list directly and quickly from the dock.</p>
<p>In Debian-based distro, you can install Tasque via the &#8216;<em>tasque</em>&#8216; package in the repositories.</p>
<h2><strong><a href="http://blog.sarine.nl/category/gtodo/" target="_blank">GToDo</a></strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/gtodo.jpg" alt="gtodo" /></p>
<p>GToDo stands for To Do list for Gnome. It is one of the oldest ToDo list apps for Linux, but this does not mean that it is obsolete and useless. It may not come with a beautiful GUI, but it sure has plenty of useful features that makes it one of the most popular ToDo list apps for Linux users.</p>
<p>Some of the features that I like about this app includes the ability to create multiple lists, set alarm notifications when tasks are due, auto-purge completed tasks, export tasks to HTML format, sort tasks according to priority, due date or status and highlight or hide tasks until the due time is reached.</p>
<p>The GToDo package is found in the repository. For Gnome users, you can also install the GToDo panel applet and place the icon on your panel for quick access and easy retrieval.</p>
<h2><strong><a href="http://makagiga.sourceforge.net/" target="_blank">Makagiga</a></strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/makagiga.jpg" alt="makagiga" width="577" height="408" /></p>
<p>Makagiga is more of a powerful mini PIM rather than a ToDo list. Other than the task management feature, it also serves as a RSS reader, notepad, image and links collection, bookmarks, a built-in search engine and a terminal console. If that is not enough, you can install plugins to extend its functionality.</p>
<p>For its ToDo list feature, it comes with different color codes for each entry so that you can easily distinguish which tasks are more important. In addition, there is a <em>Complete</em> column where you can assign the percentage of work done for that particular task. This is useful if you are tracking the progress of a project.</p>
<p>Makagiga is java based and requires Java SE 6 to work. It is available for the Linux and Windows platforms. You can find the installer package (deb, rpm and exe) on the <a href="http://makagiga.sourceforge.net/download.html" target="_blank">download page</a>.</p>
<h2><strong><a href="http://www.trgtd.com.au/" target="_blank">ThinkingRock</a></strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/thinkingrock.jpg" alt="thinkingrock" width="577" height="523" /></p>
<p>ThinkingRock is a very powerful GTD style task manager that could be an overkill for the average users. It&#8217;s not just a ToDo list, but rather a full fledged project management application.</p>
<p>The developer probably knew that their complicated modules could be very difficult for the average users to get used to, that&#8217;s why they included a flow chart on the Home page. This has been very useful as it gives you a step-by-step guide to organize your thoughts and put it into actions.</p>
<p>There are four main steps to this application: Setup, Collect, Process and Organise/Review.</p>
<p>The Setup mode allows you to setup your account, including creating context, criteria and the topics. The Collect mode is where you record down all your thoughts as you brainstorm.</p>
<p>The Process mode is to give you a clear instruction on how to process your thoughts and filter out those that are not important/workable.</p>
<p>The last step is to organise your tasks and split them into smaller actionable tasks or delegated out for others to do.</p>
<p>ThinkingRock works on all platforms. Ubuntu users can install ThinkingRock by adding the package source (<em>deb </em><em><span><a href="http://ppa.launchpad.net/salutis/ubuntu">http://ppa.launchpad.net/salutis/ubuntu</a></span></em><em> intrepid main</em>) to the repository.</p>
<h2><strong><a href="http://www.henspace.co.uk/ikog/index.html" target="_blank">iKog</a></strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/ikog.jpg" alt="ikog" width="577" height="356" /></p>
<p>For those who love the command line more than anything else, you are in luck here. iKog is a powerful command line based ToDo list that is based loosely on the GTD methodology.</p>
<p>There is no installation required to run iKog. It is in fact a small python script that weighs only 20KB. If you have <em>Python 2.4</em> running in your system, getting iKog to run is simply running the script with the command</p>
<p><em>python ikog.py</em></p>
<p>There is a whole lot of functions found in iKog. You can add simple tasks (command: &#8220;<em>+ your task name&#8221;</em>) or give your task a due date (command: &#8220;<em>+ your task name :d2009-04-20</em>&#8220;). To view your task list, simply type in the command <em>list.</em> For more information on the usage of iKog, refer to the <a href="http://www.henspace.co.uk/ikog/index.html" target="_blank">documentation</a> on its site.</p>
<p>In the event that you wish to print your task list, iKog also allows you to export your list to HTML format so that you can easily print it from your browser.</p>
<p>Most people will dread using the terminal, but somehow, after using it for a while, I have found myself addicted to it for its simple, fast and clean interface.</p>
<p>Which ToDo list application do you use in your Linux computer?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/whats-this-linux-thing-and-why-should-i-try-it/" title="What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It? (March 12, 2008)">What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It?</a> (125)</li>
	<li><a href="http://www.makeuseof.com/tag/virtualization-free-in-windows-linux-installation/" title="Virtualization-Free In-Windows Linux Installation (April 19, 2008)">Virtualization-Free In-Windows Linux Installation</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-center-part-1/" title="Using Your Linux Computer As A Media Center (Part 1) (October 28, 2008)">Using Your Linux Computer As A Media Center (Part 1)</a> (66)</li>
	<li><a href="http://www.makeuseof.com/tag/use-online-apps-offline-with-google-gears/" title="Use Online Apps Offline with Google Gears (May 20, 2008)">Use Online Apps Offline with Google Gears</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-ubuntu-the-easy-way/" title="Tweak Ubuntu the Easy Way (February 24, 2008)">Tweak Ubuntu the Easy Way</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-excellent-todo-list-apps-for-linux-that-you-might-not-have-heard-of/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How To Analyse &amp; Reduce Your Computer&#8217;s Power Consumption [Linux]</title>
		<link>http://www.makeuseof.com/tag/how-to-analyse-and-reduce-your-computers-power-consumption-linux/</link>
		<comments>http://www.makeuseof.com/tag/how-to-analyse-and-reduce-your-computers-power-consumption-linux/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 18:01:57 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[battery life]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15287</guid>
		<description><![CDATA[Saving power is one of the major concerns of the modern world. You see cities observing Earth Hours, studies showing how computers consume excess power when kept running and so on. Even if you would view it from your personal perspective, saving power can make your laptop batteries last longer and provide longer battery backup.
If [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/04/psave.jpg" alt="" vspace="10" align="left" />Saving power is one of the major concerns of the modern world. You see cities observing Earth Hours, studies showing how computers consume excess power when kept running and so on. Even if you would view it from your personal perspective, saving power can make your laptop batteries last longer and provide longer battery backup.</p>
<p>If you use Linux, there is an excellent tool that gives you loads of information about your computer&#8217;s power consumption as well as the software that is causing your battery to drain. Its called PowerTop.</p>
<p>PowerTop was originally developed by Intel and it lets you measure and explain your computer&#8217;s power consumption.</p>
<h2><strong>Installation</strong></h2>
<p>As always, check your distribution&#8217;s package manager for a package named &#8216;powertop&#8217;. If you cannot find it listed there, head over to the <a href="http://www.lesswatts.org/projects/powertop/download.php">PowerTop website</a> and download the tar ball which you can compile and run.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/install.png" alt="" /></p>
<p>Be sure to run PowerTop with root privileges. It takes about 5 seconds to collect data and it then presents its findings for your consideration. The output can be overwhelming for the uninitiated so lets go through it briefly:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/onbatt.png" alt="" /></p>
<p>The first part represents the C-States. C-States are the operating modes of the CPU and are usually represented in the form of &#8220;Cx&#8221; where x is a number. The higher this number, the less power will be used by the CPU in that state. So in this first part you will see the amount of time the CPU has been in each of these states.</p>
<p>P-states shows the frequency the processor is currently running on. In its idle state it will be running at the lowest supported frequency.</p>
<p>The next part represents &#8220;Wakeups per second&#8221; and means how many times the CPU has been woken from an idle state. Of course, the smaller the value of this number, the better your computer is performing in terms of power consumption.</p>
<p>The next part shows the battery information if you are using a laptop or no information if you are on a desktop.</p>
<p>Then it lists the top reasons for wakeups. This is the most interesting part as it shows which of the software is causing the CPU to wake from an idle state and thus consume power. The PowerTop website also offers patches for many software which are reported to be reasons for unnecessary power consumption.</p>
<p>Lastly the program lists some suggestions you can follow to decrease the power consumption of your computer.</p>
<p>So once you have the output and you&#8217;ve read it, what should you then do about it? Well a couple of straight forward steps that you can follow:</p>
<ul>
<li>Look for the top causes for wakeups and see if you can disable some of them. It may be bluetooth or wi-fi when you don&#8217;t need them or something else. If you don&#8217;t need them then disable them.</li>
<li>Check out the <a href="http://www.lesswatts.org/projects/powertop/known.php">most common known reasons for wakeup and how to tackle them</a>.</li>
<li>Look for software patches on the PowerTop website and apply them (make sure to check versions, as some of them may be outdated). They tend to take care of bugs (or provide workarounds) to code that causes the CPU to wake up constantly.</li>
<li> Follow the suggestions PowerTop has to offer. You might want to Google the message it gives you if it seems to be a bit too geeky for you. Chances are you will find a step by step guide to achieve the same.</li>
<li>Read <a href="http://www.makeuseof.com/tag/20-ways-to-increase-the-life-of-your-laptops-battery/">Saikat&#8217;s article on conserving battery power</a>. Although not directly related to the analysis method which we just followed, he provides some pretty nifty tips in general that you must check out.</li>
</ul>
<p>PowerTop not only monitors the power consumption but also provides you with detailed information on how you can minimize the consumption. An indispensable tool for laptop users especially. After tweaking for some days I really got the battery power back up and I am still not convinced I have the perfect setup (working on it).</p>
<p>How do you minimize your laptop&#8217;s power consumption? Turning off Wi-Fi or turning down the screen brightness or something else? We would really like to hear about them in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/two-replacements-for-the-windows-laptop-battery-icon/" title="Two Replacements For The Windows Laptop Battery Meter (February 18, 2009)">Two Replacements For The Windows Laptop Battery Meter</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/maintain-your-laptop-battery-better-with-batterycare-windows/" title="Extend Your Laptop Battery Life With BatteryCare (Windows) (August 12, 2009)">Extend Your Laptop Battery Life With BatteryCare (Windows)</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/8-useful-adobe-air-applications-that-work-in-linux/" title="8 Useful Adobe AIR Applications That Work In Linux (August 6, 2008)">8 Useful Adobe AIR Applications That Work In Linux</a> (52)</li>
	<li><a href="http://www.makeuseof.com/tag/20-ways-to-increase-the-life-of-your-laptops-battery/" title="20 Ways To Increase Laptop&#8217;s Battery Life (February 6, 2009)">20 Ways To Increase Laptop&#8217;s Battery Life</a> (83)</li>
	<li><a href="http://www.makeuseof.com/tag/whats-this-linux-thing-and-why-should-i-try-it/" title="What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It? (March 12, 2008)">What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It?</a> (125)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-analyse-and-reduce-your-computers-power-consumption-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Linux System Administration Made Easy with Webmin</title>
		<link>http://www.makeuseof.com/tag/linux-system-administration-made-easy-with-webmin/</link>
		<comments>http://www.makeuseof.com/tag/linux-system-administration-made-easy-with-webmin/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 14:01:43 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15175</guid>
		<description><![CDATA[Linux System administration is no walk in the park. With all the commands and configuration files you need to know about, managing a Linux system is everything but an easy task. Making things a little easier is &#8220;Webmin&#8221;. While you would still need some knowledge about a Linux system and what you want to achieve, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/04/webmin.png" align="left">Linux System administration is no walk in the park. With all the commands and configuration files you need to know about, managing a Linux system is everything but an easy task. Making things a little easier is &#8220;Webmin&#8221;. While you would still need some knowledge about a Linux system and what you want to achieve, Webmin provides an easier interface and a centralised place from where you can configure and monitor your system.</p>
<h3>Installation</h3>
<p> Use your distribution&#8217;s package manager to install Webmin. Or else you can visit the <a href="http://www.webmin.com/download.html">Webmin downloads page</a> and get the binaries or source-code according to your requirements.</p>
<h3>Usage</h3>
<p>One installed, you access Webmin via a web-based interface. Just point your browser to Webmin on your machine (https://127.0.0.1:10000), you will be asked for authentication where in you must provide user name and password. If successful, you will see something like:</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/04/welcome1.png"></p>
<p><a href="http://www.webmin.com/">Webmin</a> is made up of modules, with each module performing a select task. There are modules for viewing system stats, configuring grub, managing firewalls and protocols, configuring servers and a whole lot more (<a href="http://www.webmin.com/standard.html">complete list</a>). In addition you can add other modules depending upon your requirements. You can also create your own modules for a particular service or application using the Webmin API and some programming knowledge of course</p>
<h3>Sample task</h3>
<p>Let&#8217;s say you want to manage cron-jobs on your system via webmin. Just log in and click on &#8220;Scheduled Cron Jobs&#8221; under &#8220;System&#8221; from the sidebar. You will see a list of all the cron-jobs on your system. You can choose to enable/disable selected jobs, or delete/add jobs or perform other listed functions.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/04/crons.png"></p>
<p>To create a new job click on &#8220;Create a new scheduled cron job.&#8221; and you will be taken to Create Schediled job screen, where you can specify the commands and options to use as well as specify the time when you want the job to run without have to edit crontab files manually!</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/04/addcron.png"></p>
<p>Similarly you can perform a whole variety of such tasks, just choose what you want to do from the sidebar and get going. You can configure firewall rules, monitor bandwidth, configure Apache, DNS, mail servers and countless other things.</p>
<h3>Mastering Webmin</h3>
<p>While it is easy to use Webmin, you might want to check out some resources to help you get a better understanding of how webmin works and how to use it to perform various tasks. Check out the following resources for the same:</p>
<ul>
<li><a href="http://swelltech.com/support/webminguide/">The Book of webmin</a></li>
<li><a href="http://www.thededicatedserverhandbook.com/landing/webminbook.php">The latest book on Webmin</a></li>
<li><a href="http://doxfer.com/Webmin">Webmin Documentation</a></li>
</ul>
<p>Webmin really makes it easy to perform system administration from the cozy confines of your Web Browser. Webmin edits the configuration files as it is and doesn&#8217;t store the changes in a centralised database. What does this mean? That making a change with Webmin is as good and as crude (if I may say so) as doing it with vi editor. </p>
<p>Do you know of some other tools you use for configuring your system? Let hear about them in comments!</p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/tweak-ubuntu-the-easy-way/" title="Tweak Ubuntu the Easy Way (February 24, 2008)">Tweak Ubuntu the Easy Way</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/the-ubuntu-upgrade-guide/" title="The Ubuntu Upgrade Guide (October 29, 2008)">The Ubuntu Upgrade Guide</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/" title="Run Windows Applications on Linux (or Mac) with WINE (June 23, 2008)">Run Windows Applications on Linux (or Mac) with WINE</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/" title="How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC (October 24, 2009)">How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-display-home-computer-trash-icons-on-the-desktop-ubuntu/" title="How to Put Home, Computer, Trash icons on Ubuntu Desktop (June 20, 2009)">How to Put Home, Computer, Trash icons on Ubuntu Desktop</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/linux-system-administration-made-easy-with-webmin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>8 Power Docks For Your Linux Machine</title>
		<link>http://www.makeuseof.com/tag/8-power-docks-for-your-linux-machine/</link>
		<comments>http://www.makeuseof.com/tag/8-power-docks-for-your-linux-machine/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 18:01:48 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[launchers]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15132</guid>
		<description><![CDATA[To have or not to have a dock in Linux is really dependent on individual preferences. While popular Linux distros such as Ubuntu and Fedora do not come with a dock by default, there are plenty of dock applications around that one can easily install and create a dock for their desktop.
Some Linux users might [...]]]></description>
			<content:encoded><![CDATA[<p>To have or not to have a dock in Linux is really dependent on individual preferences. While popular Linux distros such as Ubuntu and Fedora do not come with a dock by default, there are plenty of dock applications around that one can easily install and create a dock for their desktop.</p>
<p>Some Linux users might argue that this is an emulation of Mac OS X (which they detest the most) and they would prefer to stick with the original favor &#8211; that&#8217;s fine. Some others might feel that since it is a beautiful and useful application and it is fully customizable in Linux, why not?</p>
<p>Nevertheless, having the option to choose whether you want or don&#8217;t want it is really the power of Linux. Below, I have listed some of the popular dock applications that you can consider if you are thinking of installing a dock in your Linux distro.</p>
<h2><strong>All Time Favorites</strong></h2>
<h3><a href="https://launchpad.net/awn" target="_blank"><strong>Avant Window Navigator</strong></a></h3>
<p>If you have been googling for docks for Linux, I am sure you will encounter the Avant Window Navigator very often. Indeed, this is currently the most popular dock for Linux. It is very interactive and allows you to do plenty of tasks right from the dock. There are also plenty of configuration options that you can configure in the Preference pane. Stuff such as the dock themes and animation effects are fully customizable.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/awnscreenshot.jpg" alt="awn-screenshot" width="566" height="326" /></p>
<p style="text-align: left;">If you are using Ubuntu Hardy and above, AWN is included in the repository.</p>
<h2><strong>Great Alternatives</strong></h2>
<h3><a href="http://developer.berlios.de/projects/cairo-dock/" target="_blank"><strong>Cairo dock</strong></a></h3>
<p style="text-align: center;"><img src="http://www.makeuseof.com/wp-content/uploads/2009/04/cairoscreenshot.jpg" alt="cairo-screenshot" width="577" height="183" /></p>
<p>Previously known as Gnome dock, Cairo dock is definitely a great alternative to AWN. When compared with AWN, I feel that Cairo dock has much smoother animation and transition effects.</p>
<p>One great feature about Cairo dock (and missing in AWN) is the ability to create sub-docks within the main dock. This allows you to create several layers of applications grouped under the same family.</p>
<p><a href="https://help.ubuntu.com/community/CairoDock" target="_blank">Installation instructions</a></p>
<h3><a href="http://do.davebsd.com/" target="_blank"><strong>Gnome-Do Docky</strong></a></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/docky1.jpg" alt="docky1" width="488" height="68" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/docky2.jpg" alt="docky2" width="577" height="111" /></p>
<p>Gnome-do is better known for its Quicksilver or Launchy style of accessing your applications quickly. Recently, the Gnome-do team launched a dock version of Gnome-do: Docky.</p>
<p>One good thing about Docky is its ability to integrate the Gnome-do search into the dock. The applications that you used and searched the most often are automatically placed in the dock. In the dock mode, the shortcut key &#8220;Super + Space&#8221; to activate the search function is still valid.</p>
<h3><a href="http://code.google.com/p/wbar/" target="_blank"><strong>WBar</strong></a></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/wbarscreenshot.jpg" alt="wbar-screenshot" width="577" height="57" /></p>
<p>WBar is a fast and smooth dock that can be installed in most Linux distros. While it is not as polished as the above few, it is highly tweakable and is not as resource intensive as the others. Best of all, it doesn&#8217;t require a compositing manager to run. If you have a old and low end computer, this is definitely the best dock application for you.</p>
<p>Download the deb file <a href="http://code.google.com/p/wbar/downloads/list" target="_blank">here</a>.</p>
<h3><strong>Gnome Panel</strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/gnomepanel.jpg" alt="gnome-panel" width="547" height="77" /></p>
<p>If you are using a Gnome based distro and don&#8217;t wish to install any dock applications, or your old computer can&#8217;t support the dock, you can still modify the Gnome panel to become a dock.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/configuregnomepanel.jpg" alt="configure-gnome-panel" width="355" height="361" /></p>
<p>First, drag all your applications from the menu bar to the bottom panel. Next, right click the panel and select Properties. In the General tab, increase the size to 50pixels (or higher if you are using a big screen monitor). Uncheck the box “Expand”. If you want your dock to autohide when not in use, check the box “Autohide”.</p>
<p>Next, go to the Background tab, select the Solid color and move the style slider all the way to the left. That&#8217;s it, you now have a simple dock in your desktop that will autohide when not in use.</p>
<h2><strong>Other Candidates</strong></h2>
<h3><a href="http://www0.get-e.org/EFL_User_Guide/English/_pages/3.4.html" target="_blank"><strong>Engage dock</strong></a></h3>
<p>Engage is the dock for Enlightenment E17. If you install E17 as your desktop manager, you will see the Engage dock when you log in. However, if you are using other desktop managers, it is not an easy task to install Engage dock. While there is a standalone package for various desktop managers (other than E17), there is little documentation on where to get the source and how to install/configure.</p>
<p>Engage is useful in that it does not require a compositing manager to work, or to be more exact, it doesn&#8217;t require Compiz to work. All the libraries that it needs are bundled within the E17 framework.</p>
<p>This dock is great if you are using Enlightenment E17 desktop manager.</p>
<h3><a href="http://www.kiba-dock.org/" target="_blank"><strong>Kiba dock</strong></a></h3>
<p>Kiba dock is a nice, yet complicated dock. The installation can be very complicated (and confusing) and it can easily scare beginners off. If you are not the sort who likes to compile, configure or deal with the terminal, this is not for you.</p>
<h3><a href="http://sourceforge.net/projects/simdock" target="_blank"><strong>Sim dock</strong></a></h3>
<p>Sim dock is a small dock that doesn&#8217;t require any compositing manager to work and is available for most Linux distros. It is a simple dock that doesn&#8217;t have much functionality except to allow you to quickly access your applications from the dock. The development has been stopped for several years and the latest version is backdated to July 2007.</p>
<p>Which dock do you use for your Linux machine?  Can you recommend another one?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/whats-this-linux-thing-and-why-should-i-try-it/" title="What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It? (March 12, 2008)">What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It?</a> (125)</li>
	<li><a href="http://www.makeuseof.com/tag/virtualization-free-in-windows-linux-installation/" title="Virtualization-Free In-Windows Linux Installation (April 19, 2008)">Virtualization-Free In-Windows Linux Installation</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-center-part-1/" title="Using Your Linux Computer As A Media Center (Part 1) (October 28, 2008)">Using Your Linux Computer As A Media Center (Part 1)</a> (66)</li>
	<li><a href="http://www.makeuseof.com/tag/ubuntu-system-panel-gives-you-quick-access-to-your-applications/" title="Ubuntu System Panel Gives Quick Access To Your Applications (January 12, 2009)">Ubuntu System Panel Gives Quick Access To Your Applications</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-ubuntu-the-easy-way/" title="Tweak Ubuntu the Easy Way (February 24, 2008)">Tweak Ubuntu the Easy Way</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/8-power-docks-for-your-linux-machine/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Accessing KDE Applications From Your Windows</title>
		<link>http://www.makeuseof.com/tag/accessing-kde-applications-from-your-windows/</link>
		<comments>http://www.makeuseof.com/tag/accessing-kde-applications-from-your-windows/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 18:01:12 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=14962</guid>
		<description><![CDATA[Being a Windows user doesn&#8217;t mean that you have to stick to Windows-based applications all the time. Previously, we have covered several ways to install Linux in Windows without having to reformat your computer.
With the release of KDE 4.2, you can now install and use all the KDE applications natively on your Windows without having [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/kde4.png" alt="" vspace="10" align="left" />Being a Windows user doesn&#8217;t mean that you have to stick to Windows-based applications all the time. Previously, we have covered <a href="http://www.makeuseof.com/tag/virtualization-free-in-windows-linux-installation/" target="_blank">several</a> <a href="http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/" target="_blank">ways</a> to install Linux in Windows without having to reformat your computer.</p>
<p>With the release of KDE 4.2, you can now install and use all the KDE applications natively on your Windows without having to install any Linux operating system on your computer.</p>
<p>For those who have not tried or used KDE before, it is one of the most popular and commonly used Windows managers for various Linux distributions. Apart from the attractive Windows-like user interface, it also comes with a complete suite of desktop applications, ranging from file manager, browser, media player to office suite.</p>
<p>As Windows comes with its own Windows manager, when installing KDE for Windows, only the applications are installed. If you want to get the full KDE experience, it is best to try out a KDE based Linux distro, such as <a href="http://www.kubuntu.org/" target="_blank">Kubuntu</a>.</p>
<p>To install KDE for Windows, first download the <a href="http://windows.kde.org/" target="_blank">installer</a> (<a href="http://www.winkde.org/pub/kde/ports/win32/installer/kdewin-installer-gui-latest.exe" target="_blank">download link here</a>) from the KDE website.</p>
<p>First run the installer. It will ask you several questions and walk you through the installation.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/kdeinstaller1.jpg" alt="kde-installer1" width="577" height="363" /></p>
<p>During the installation, you have a chance to choose between <em>End User</em> or <em>Package Manager</em> mode. The Package Manager mode allows you to install many more different types of packages, but it is more complicated to use and configure. If you are not geeky enough, you might want to select the End User mode instead.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/kde-usermode.jpg" alt="kde-usermode" width="577" height="363" /></p>
<p>You will also get to choose between the different versions of KDE to install. I would strongly recommend installing the latest version (4.2.1 as of this post)</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/kdeversion.jpg" alt="kde-version" width="498" height="227" /></p>
<p>Lastly, before the whole installation starts, you can select the applications that you want to install on your Windows. For most of you, the package name will not make any sense to you. You have to read the package notes to get an idea what a particular package does.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/kdepackage.jpg" alt="kde-package" width="577" height="398" /></p>
<p>Once you have got everything configured, the installer will start downloading all the necessary files. This might take a long time depending on the number of applications you have selected and your Internet connection. For me, it took me about half an hour to finish downloading 500MB of files.</p>
<p>Once the installation is completed, you will be able to access the KDE applications from the Start menu.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/kdestartmenu.jpg" alt="kde-startmenu" width="577" height="215" /></p>
<p>Here are some of the screenshots:</p>
<h2><strong>Konqueror</strong></h2>
<p>Konqueror is a two-in-one file manager and Internet browser. When I use it in Windows, it can be rather memory intensive and some of the site rendering can be a bit off.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/kdekonqueror.jpg" alt="kde-konqueror" width="577" height="350" /></p>
<h2><strong>Dolphin</strong></h2>
<p>This popular and versatile file manager works well in Windows, though the initial startup could be a bit laggy. Once it has finished loading, its performance is as good as in a native Linux KDE environment.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/kdedolphin.jpg" alt="kde-dolphin" width="577" height="405" /></p>
<h2><strong>KWrite</strong></h2>
<p>Serves as a good alternative for Wordpad and notepad</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/kdekwrite.jpg" alt="kde-kwrite" width="577" height="328" /></p>
<p>At this moment, not all the applications are stable for daily usage. For me, I am not able to load the media player &#8211; Amarok at well as it crashed everytime I opened it. One thing for sure, all the games work pretty well and they are very addictive.</p>
<p>Currently, Windows 2000, XP, 2003 and Vista are supported.  I have not tried it on Windows 7 yet. If you have tried it, do let me know if it works. In addition, there is also a Mac version that you can download. Mac users who are interested can check it out <a href="http://mac.kde.org" target="_blank">here</a>.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/8-great-alternative-desktop-managers-for-linux/" title="8 Great Alternative Desktop Managers For Linux (November 17, 2008)">8 Great Alternative Desktop Managers For Linux</a> (55)</li>
	<li><a href="http://www.makeuseof.com/tag/8-free-ftp-clients-for-mac/" title="8 Free FTP Clients For Mac (May 31, 2009)">8 Free FTP Clients For Mac</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/" title="3 Ways to Install Linux on Windows or Mac (August 1, 2008)">3 Ways to Install Linux on Windows or Mac</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/whats-this-linux-thing-and-why-should-i-try-it/" title="What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It? (March 12, 2008)">What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It?</a> (125)</li>
	<li><a href="http://www.makeuseof.com/tag/virtualization-free-in-windows-linux-installation/" title="Virtualization-Free In-Windows Linux Installation (April 19, 2008)">Virtualization-Free In-Windows Linux Installation</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/accessing-kde-applications-from-your-windows/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Reset Any Linux Password</title>
		<link>http://www.makeuseof.com/tag/how-to-reset-any-linux-password/</link>
		<comments>http://www.makeuseof.com/tag/how-to-reset-any-linux-password/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 23:01:51 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[live CD]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=13849</guid>
		<description><![CDATA[A few days back we looked at how to password protect your GRUB boot entries so that a password is required before anyone can boot the operating system or edit the boot entry.
Let&#8217;s look at some ways you can use to reset your Linux system&#8217;s password. You might know that the root user can change [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/lock.png" alt="how to reset password in linux" vspace="10" align="left" />A few days back we looked at <a href="http://www.makeuseof.com/tag/how-to-password-protect-grub-entries-linux/">how to password protect your GRUB boot entries</a> so that a password is required before anyone can boot the operating system or edit the boot entry.</p>
<p>Let&#8217;s look at some ways you can use to reset your Linux system&#8217;s password. You might know that the root user can change the password for any other user. However what if you forget your root password? This is what we would attempt to achieve here. </p>
<p>So, how to reset password in Linux?</p>
<p>To reset your root password (or any other account&#8217;s password for that matter), there are essentially two different situations which require varying approaches.</p>
<h3><strong>When you can use GRUB</strong></h3>
<p>If you have GRUB installed and you have accesses to edit boot parameters of selected entries then the job is as easy as it can get. Follow along and you shall have root access in no time. Once you have root access you can pretty much do anything you want to do!</p>
<ul>
<li>Highlight the GRUB entry for the Linux installation that you want to reset the password for.</li>
<li>Press &#8216;e&#8217; to edit. Select the Kernel line. Add &#8217;single&#8217; at the end of the kernel line. Press &#8216;b&#8217; to boot. If your system still requires you to enter the root password, add <strong>init=/bin/bash</strong> at the end. Press &#8216;b&#8217; to boot.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/grub1.png" alt="reset password linux" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/single.png" alt="how to change password linux" /></p>
<li>Either you would be taken to the root prompt directly or shown the recovery menu from where you can choose the root prompt. Use <strong>passwd &lt;username&gt;</strong> to change the password for any account.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/rootprompt.png" alt="" /></p>
<li>Type <strong>reboot</strong> to reboot the system and then log in in with your new password.</li>
</ul>
<p>Also, note that some distributions will create a recovery mode entry during install. If you have the recovery mode entry listed in GRUB, you need not do any of the above, just choose the recovery mode and then choose root prompt at the screen that follows.</p>
<h3><strong>When you can&#8217;t use GRUB</strong></h3>
<p>If you are unable to use GRUB for whatever reasons (like password protected entries) you can still reset the password using a Live CD (I will be using Ubuntu Live CD, you may use any other). Just follow the steps below to achieve this:</p>
<ul>
<li>Boot from the Live CD</li>
<li>Choose &#8220;Try Ubuntu without any changes to your computer&#8221;</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/tryubuntu.png" alt="" /></p>
<li>When the system is ready, fire up a terminal window and get ready for some command line action</li>
<li>Type <strong>sudo fdisk -l</strong>. In the output we are concerned to know which partition Linux is installed on and what name the hard disk is using. (e.g) in this case it is <strong>/dev/sda1</strong> is the required partition. If you are sure about the partition you can skip this step.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/fdisk.png" alt="" /></p>
<li>Next we need to mount the Linux partition. Create a directory to act as mount point for the partition. Use &#8216;<strong>sudo mkdir /media/linx_part</strong>&#8216;</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/mkdir.png" alt="" /></p>
<li>Mount the linux partition using the command &#8216;<strong>sudo mount /dev/sda1 /media/linx_part</strong>&#8216;</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/mount.png" alt="" /></p>
<li>Change Root to the mount directory &#8211; &#8216;<strong>sudo chroot /media/sda1</strong>&#8216;</li>
<li>Type <strong>passwd</strong> and then enter the new password to change the password.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/chroot.png" alt="" /></p>
<li>Type <strong>reboot</strong> to restart the system.</li>
</ul>
<p>Have you ever attempted such a password recovery? How did you go about it? Have some other nice tricks to show off? Let us know in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/put-your-linux-distro-on-a-life-cd/" title="Put your Linux Distro on a Live CD (March 27, 2008)">Put your Linux Distro on a Live CD</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/put-your-life-on-a-stick/" title="Put your Life On a USB Stick [Linux] (April 7, 2008)">Put your Life On a USB Stick [Linux]</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/play-linux-games-from-a-live-dvd/" title="Play Linux Games From A Live DVD (December 12, 2008)">Play Linux Games From A Live DVD</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-password-protect-grub-entries-linux/" title="How To Password Protect GRUB Entries (Linux) (February 22, 2009)">How To Password Protect GRUB Entries (Linux)</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-create-a-custom-splashimage-for-grub/" title="How To Create A Custom Splashimage For GRUB (November 29, 2008)">How To Create A Custom Splashimage For GRUB</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-reset-any-linux-password/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Transfer Files Easily Between Linux Machines</title>
		<link>http://www.makeuseof.com/tag/how-to-transfer-files-easily-among-linux-machines/</link>
		<comments>http://www.makeuseof.com/tag/how-to-transfer-files-easily-among-linux-machines/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 17:01:34 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[files]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=13443</guid>
		<description><![CDATA[Let&#8217;s say you&#8217;ve got two or more Linux machines in your home (or office). You want to transfer some files from one computer to another, what are the ways you can do this?
You can either:

Use a USB drive
Use Dropbox
Use SSH (Secure Shell)

What if there is a small application that is simple, fast and allows you [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/file-transfer-icon.png" alt="transfer-files-between-linux" vspace="10" align="left" />Let&#8217;s say you&#8217;ve got two or more Linux machines in your home (or office). You want to transfer some files from one computer to another, what are the ways you can do this?</p>
<p>You can either:</p>
<ul>
<li>Use a USB drive</li>
<li>Use <a href="https://www.getdropbox.com/" target="_blank">Dropbox</a></li>
<li>Use SSH (Secure Shell)</li>
</ul>
<p>What if there is a small application that is simple, fast and allows you to send files easily without any configuration or technical knowledge, wouldn&#8217;t it be great?</p>
<p><a href="http://code.google.com/p/giver/" target="_blank">Giver</a> is a simple desktop file sharing application. It is a zero configuration software that anyone can use quickly and easily. Other people running Giver on your network are automatically discovered and you can send files to them by simply dragging the files to their respective entries in Giver.</p>
<p>If you are using Ubuntu 8.10, you can easily install Giver by <a href="http://code.google.com/p/giver/" target="_blank">clicking here</a> or type in the following command in the terminal:</p>
<p><em>sudo apt-get install giver</em></p>
<p>Once you have finished the installation, you can access Giver via <em>Applications -&gt; Internet -&gt; Giver</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/giver-window.jpg" alt="transfer files between linux pc" /></p>
<p>Alll the computers that have Giver installed and running will instantly show up on the Giver window. To send files to another computer, you just need to drag and drop the files to the respective row.</p>
<p>Upon receiving a sent request, a notification will appear on the other computer and the user on the other end can decide if he/she wants to accept the file.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/giver-sent-notification.jpg" alt="" /></p>
<p>When the transfer is completed, a notification will appear on both computers stating that the files have been sent/received successfully.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/giver-done-giving.jpg" alt="giver-done-giving" /><br />
<img src="http://www.makeuseof.com/wp-content/uploads/2009/03/giver-done-receiving.jpg" alt="" /></p>
<p>A good thing about Giver is that it only creates the connection so that you can transfer files easily. It doesn&#8217;t set a limit on the number of files or the size of the files that you can send; so if you have a bunch of files or folders, you will have no problem getting them across to another computer.</p>
<p>One software that integrates well with Giver is the popular <a href="http://projects.gnome.org/tomboy/" target="_blank">Tomboy notes</a>. You can easily drag and drop any of the notes to get it sent over to another computer. On the other side, it will automatically add itself to the Tomboy notes and saving you the effort of re-importing the notes.</p>
<p>In a situation where there are many computers in the network and it is difficult to identify which computer entry belongs to who, Giver allows you to change your computer name and use your photos/web link/gravatar as the icon.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/giver-pref.jpg" alt="" /></p>
<p>Using Giver is almost a no-brainer. There is zero-configuration and anyone  can use it immediately, even if you have no technical knowledge.</p>
<p>One thing though, it only works between Linux machines. It would be great if it can also send files to a Windows or Mac computer.</p>
<p>What other software do you use to transfer files between different computers?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/transmission-the-lightweight-bittorrent-client/" title="Transmission, The Lightweight BitTorrent Client (July 4, 2008)">Transmission, The Lightweight BitTorrent Client</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/top-free-file-hosts/" title="Top Free File Hosts To Store Your Files Online (June 12, 2008)">Top Free File Hosts To Store Your Files Online</a> (157)</li>
	<li><a href="http://www.makeuseof.com/tag/split-and-share-large-files-easily-with-gsplit/" title="Split Big Files into Smaller Ones with GSplit (January 3, 2009)">Split Big Files into Smaller Ones with GSplit</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/dead-simple-file-sharing-with-meiga-linux/" title="Meiga &#8211; One of The Best Linux File Sharing Programs (June 25, 2009)">Meiga &#8211; One of The Best Linux File Sharing Programs</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-easily-share-files-across-mac-windows-computers/" title="How To Easily Share Files Between Mac &#038; Windows Computers (November 5, 2008)">How To Easily Share Files Between Mac &#038; Windows Computers</a> (18)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-transfer-files-easily-among-linux-machines/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Encrypt Files in Linux with eCryptfs</title>
		<link>http://www.makeuseof.com/tag/encrypt-your-files-in-linux-with-ecryptfs/</link>
		<comments>http://www.makeuseof.com/tag/encrypt-your-files-in-linux-with-ecryptfs/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 18:01:48 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=10640</guid>
		<description><![CDATA[Mark has previously described how you can use TrueCrypt to encrypt your sensitive data. While that is a great encryption software, it requires you to pre-allocate a fixed size to the container before you can store confidential data to it. If you are using only 10% of the allocated space, the remaining 90% of the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/binary.jpg" border="0" alt="how to encrypt files in linux" vspace="10" align="left" />Mark has previously described how you can <a href="http://www.makeuseof.com/tag/encrypt-sensitive-data-with-truecrypt/">use TrueCrypt to encrypt your sensitive data</a>. While that is a great encryption software, it requires you to pre-allocate a fixed size to the container before you can store confidential data to it. If you are using only 10% of the allocated space, the remaining 90% of the space goes to waste. If you are looking for a more dynamic solution to encrypt files in Linux, eCryptfs might be the solution for you.</p>
<p><a href="http://ecryptfs.sourceforge.net/ecryptfs-faq.html" target="_blank">eCryptfs</a> is a stacked cryptographic filesystem embedded within the Linux kernel (versions 2.6.19 and later). Being a stacked filesystem, it can easily encrypt and decrypt the files on your Linux PC as they are written to or read from the hard disk.</p>
<p>The greatest advantage of eCryptfs is that all encryption is made at the single-file level. This means that you don&#8217;t have to create a fixed size container to hold your files.</p>
<p>There are several benefits of single-file level encryption:</p>
<ul>
<li>Since each file is treated differently, on a shared platform/server/directory, you can have different files encrypted by different users and each user can access only his/her files.</li>
<li>All the cryptographic metadata is stored in the header of the file. This means that the encrypted file can be copied/moved from one location to another without losing its confidentality.</li>
<li>It requires no special on-disk storage allocation effort. You don&#8217;t have to pre-allocate 1GB (or more) of your hard disk space to store your sensitive data that maybe only few megabytes.</li>
</ul>
<h2><strong>Installing eCryptfs</strong></h2>
<p>The installation method might differ in different distros. In Ubuntu 8.04 and above, you can install eCryptfs using the following command:</p>
<p><em>sudo aptitude install ecryptfs-utils</em></p>
<h3><strong>For Ubuntu 8.10</strong></h3>
<p>As eCryptfs is implemented in Ubuntu 8.10, you can easily set it up using the following command:</p>
<p><em>ecryptfs-setup-private</em></p>
<p>Once you have set it up Ubuntu 8.10, you will find a <em>Private</em> folder in your Home directory. To access to the folder, you need to mount it with this command:</p>
<p><em>mount.ecryptfs_private</em></p>
<p>You can now add your sensitive files into the <em>Private</em> folder. Encryption will be done as the file is added to the folder.</p>
<p>To unmount the folder, use the command:</p>
<p><em>umount.ecryptfs_private</em></p>
<h3><strong>For Ubuntu 8.04 or other Ubuntu-based distro</strong></h3>
<p>First create a folder in your Home directory and name it <em>secret</em></p>
<p><em>mkdir ~/secret</em></p>
<p>Change the file permission so only you can access</p>
<p><em>chmod 700 ~/secret</em></p>
<p>Mount the eCryptfs to the <em>secret</em> folder</p>
<p><em>sudo mount -t ecryptfs ~/secret ~/secret</em></p>
<p>It will prompts you to answer a few questions:</p>
<p>1) Selecting your key type for newly created files</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/01/ecryptfs-keytype.jpg" alt="ecryptfs tutorial" /></p>
<p>Press &#8216;1&#8242; to select passphrase</p>
<p>2) Selecting your encryption cipher</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/01/ecryptfs-cipher.jpg" alt="ecryptfs-cipher" /></p>
<p>Press Enter to select the default option [AES]</p>
<p>3) Select key bytes</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/01/ecryptfs-keybyte.jpg" alt="ecryptfs-keybyte" /></p>
<p>Press Enter to select the default option [16]</p>
<p>4)  Enable plaintext passthrough</p>
<p>Type &#8216;N&#8217; to select No.</p>
<p>That&#8217;s it. You can now add files into the <em>secret</em> folder.</p>
<p>To test the reliability of eCryptfs, unmount the <em>secret</em> folder and see if you can open the files inside the folder.</p>
<p><em>sudo umount ~/secret</em></p>
<p>If all is good, you should not be able to open any files inside the folder.</p>
<p>What other encryption methods you use to protect your files?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/protect-and-track-your-laptop-in-case-of-theft/" title="Protect And Track Your Laptop In Case Of Theft (March 31, 2009)">Protect And Track Your Laptop In Case Of Theft</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/hack-windows-passwords-with-ophcrack/" title="Ophcrack &#8211; A Password Hack Tool to Crack Almost Any Windows Password (July 17, 2009)">Ophcrack &#8211; A Password Hack Tool to Crack Almost Any Windows Password</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/keeping-under-the-radar-and-securing-your-files/" title="Keeping Under the Radar and Securing Your PC Files (June 16, 2008)">Keeping Under the Radar and Securing Your PC Files</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-privacy-settings-to-make-skype-safe-against-snoopers/" title="How to Set Privacy Settings to Make Skype Safe Against Snoopers (August 5, 2009)">How to Set Privacy Settings to Make Skype Safe Against Snoopers</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-encrypt-your-instant-messaging-chats/" title="How To Secure &#038; Encrypt Your Instant Messaging Chats (February 7, 2009)">How To Secure &#038; Encrypt Your Instant Messaging Chats</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/encrypt-your-files-in-linux-with-ecryptfs/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How To Add Custom Functionality To Nautilus [Linux]</title>
		<link>http://www.makeuseof.com/tag/add-custom-functionality-to-nautilus-linux/</link>
		<comments>http://www.makeuseof.com/tag/add-custom-functionality-to-nautilus-linux/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 17:01:14 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[File Manager]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[nautilus-actions]]></category>
		<category><![CDATA[right-click menu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=10394</guid>
		<description><![CDATA[ Nautilus, as you know, is the default file manager for Gnome Desktop Environment. It&#8217;s where you wander and spend most of your time, when you are not browsing the web or firing commands at the command prompt.
So obviously it would be cool and productive to some tools that make your work easier. Nautilus actions [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/nautilus.jpg" border="0" alt="" vspace="10" align="left" /> <a href="http://www.makeuseof.com/tags/nautilus/" target="_blank">Nautilus</a>, as you know, is the default file manager for Gnome Desktop Environment. It&#8217;s where you wander and spend most of your time, when you are not browsing the web or firing commands at the command prompt.</p>
<p>So obviously it would be cool and productive to some tools that make your work easier. Nautilus actions allow you to add custom functionality to Nautilus. This is achieved via the right click menu. You can inter-convert files in various formats, mount ISO files, merge PDF files all from within Mautilus without launching any other application all from the right click context menu. The possibilities here are only limited by your imagination!</p>
<p>Adding such custom functionality is pretty easy. You don&#8217;t need to be a Linux hacker or programmer to get it working. All you need is:</p>
<ul>
<li>The &#8216;nautilus-actions&#8217; package</li>
<li>The knowledge of an equivalent command to achieve the same objective</li>
</ul>
<h2><strong>The Nautilus-Actions Package</strong></h2>
<p>The nautilus-actions package is what provides you with a nice graphical tool where you can create, edit and remove nautilus-actions or the custom functionality we are looking for. It is easily available through your distribution&#8217;s package manager.</p>
<h2><strong>Knowledge Of The Command</strong></h2>
<p>As a Linux user you are no stranger to the fact that most of the tasks that you perform via the mouse and GUI can be accomplished via commands as well. Want to print resume.doc? Just enter &#8216;oowriter -p resume.doc&#8217; in the terminal. Need to convert a jpeg file to gif? Enter &#8216;convert logo.jpeg logo.gif&#8217; (requires imagemagick). Want to set an image as wallpaper? Type &#8216;gconftool-2 -t str &#8211;set /desktop/gnome/background/picture_filename &#8216;.</p>
<p>So you can achieve almost anything from the command line and this is what we will exploit here.</p>
<h2><strong>Create An Action</strong></h2>
<p>Let me illustrate the steps you need to follow with an example. We will create a nautilus action to convert flv files to mp4 suitable for playback in an iPod Touch/iPhone. I will use ffmpeg for conversion, so make sure you have it installed (mostly available through package managers, &#8217;sudo apt-get install ffmpeg&#8217; on ubuntu) if you plan to use the action or try along.</p>
<ul>
<li>Go to <em>System &gt; Preferences &gt; Nautilus Actions</em></li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/initialnact.png" alt="" /></p>
<li>Click on Add. (Note that you can edit, remove, import/export actions from here on in)</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/optionsnact.png" alt="" /></p>
<li>In the label field, type the text you want to appear in the right click context menu of flv files. You can choose an icon and specify a tooltip which provides information about what this option would do. I will skip both of these as they are not essential for functionality.</li>
<li>Path and Parameters is where all the action is. In path put in the utility that you will use to perform the action. We will be using ffmpeg so put in <strong><span style="font-family: courier;">/usr/bin/ffmpeg</span></strong> here. If you are not sure where the utility resides use the &#8216;where is&#8217; command to find out. eg use &#8216;<strong><span style="font-family: courier;">whereis ffmpeg</span></strong>&#8216; to know its location.</li>
<li>The parameter line is going to be scary so hold your breath and copy paste:&#8217;<strong><span style="font-family: courier;"> -i %d/%f  -f mp4 -vcodec libxvid -maxrate 01000 -qmin 3 -qmax 5 -bufsize 4096 -g 300 -acodec aac -s 480&#215;320 -ab 0128000 -b 400000 %d/%f.mp4 </span></strong>&#8216;  Don&#8217;t blame me, this is what you need to enter on the command line to convert flv to mp4 with ffmpeg (refer man ffmpeg for more details)! What is noteworthy is the %d and %f. These two provide information on which file you right clicked. Click on the legend button for more details. By the way, I am no video expert and I don&#8217;t claim the options above to be perfect, it does the job just fine. So if you have some suggestions please feel free to share them in comments.
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/conditionsnact.png" alt="" /></p>
</li>
<li>Next click on the condition tab.  This is where you will limit your options to the context menu&#8217;s required file types (flv in our case). You can limit your choices via the filename metacharacters or via the mimetype. Additionally you can specify if your action appears for files only or for files and folders as well. We will type &#8216;*.flv&#8217; for filename and apply our actions to files only.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/advancedcondnact.png" alt="" /></p>
<li>In the advanced condition tab, you can further limit your choice to local files, samba shares, ftp files etc. We will choose local files here.</li>
<li>Click OK and you are done!</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/menunact.png" alt="" /></p>
<p>Now go look for an flv file. Right click and presto, there is your very own custom &#8216;Convert for iPod&#8217; option. Click on it and you will see a new mp4 file in the same folder.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/bothnact.png" alt="" /></p>
<h2><strong>For The Lazier Geeks</strong></h2>
<p>If the above seems like too much work for you, check out <a href="http://www.grumz.net/index.php?q=configlist">here</a> for ready made actions!</p>
<h2><strong>Some Tips</strong></h2>
<p>Experiment on the command line with file names and the options for the utility. When you are pretty sure about a functionality that you require for certain type of files, replace the file name in the command with %d/%f.</p>
<p>If you want to act on more than one files use %M instead.</p>
<p>For performing complicated operations (e.g. to email a file to someone from the context menu) its best to create a script and pass the appropriate arguments within the script. This will help you to debug and allow greater control altogether.</p>
<p>With nautilus actions you can transform any task that you perform often or a cumbersome command line like above into a convenient easy to use context menu option. Here is the <a href="http://www.filefactory.com/file/agfe543/n/config_aee17cb1-7a33-49a8-b1dc-bd5a5220c900_schemas">&#8216;Convert for iPod&#8217; Action</a> if you need it. Check out <a href="http://www.makeuseof.com/tag/linux-68-useful-extensions-to-improve-nautilus-functionality/">other nautilus addons previously covered on MakeUseOf.</a></p>
<p>Have you used nautilus-actions before? What actions you are currently using? Have a great idea to turn into an action? Share with us in the comments, who knows you might just get an action! Oh and in case you are puzzled by the topmost image, it is a <a href="http://en.wikipedia.org/wiki/Nautilus">nautilus</a>!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/linux-68-useful-extensions-to-improve-nautilus-functionality/" title="6 Useful Extensions to Improve Nautilus Functionality [Linux] (October 2, 2008)">6 Useful Extensions to Improve Nautilus Functionality [Linux]</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/8-great-alternative-desktop-managers-for-linux/" title="8 Great Alternative Desktop Managers For Linux (November 17, 2008)">8 Great Alternative Desktop Managers For Linux</a> (55)</li>
	<li><a href="http://www.makeuseof.com/tag/4-open-source-collection-manager-apps/" title="4 Open Source Collection Manager Apps (August 30, 2008)">4 Open Source Collection Manager Apps</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/15-great-tips-for-ubuntu-power-users/" title="15 Great Ubuntu Tips For Linux Power Users (August 8, 2009)">15 Great Ubuntu Tips For Linux Power Users</a> (83)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-windows-registry-tweaks-part-2/" title="Windows Registry Tweaks (Part 2) (September 13, 2007)">Windows Registry Tweaks (Part 2)</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/add-custom-functionality-to-nautilus-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>3 Fun Games To Start The Year With A Bang</title>
		<link>http://www.makeuseof.com/tag/3-fun-games-to-start-the-year-with-a-bang/</link>
		<comments>http://www.makeuseof.com/tag/3-fun-games-to-start-the-year-with-a-bang/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 17:01:51 +0000</pubDate>
		<dc:creator>Simon Slangen</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=10237</guid>
		<description><![CDATA[A new year has begun and though it is still pretty much the same, some things are different. A line is drawn between the past and the current day and New Year resolutions make up a big part of this.
Now, in what twisted way do resolutions have to do with gaming, you might wonder.
I made [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/893839_video_games_fan.jpg" border="0" alt="" vspace="5" width="264" height="221" align="left" />A new year has begun and though it is still pretty much the same, some things <em>are</em> different. A line is drawn between the past and the current day and New Year resolutions make up a big part of this.</p>
<p>Now, in what twisted way do resolutions have to do with gaming, you might wonder.</p>
<p>I made three resolutions this year, which is a great deal more than last year. To temper my arrogance somewhat is the first one, the second is to put more effort in my work, and the third one is to &#8211; in spite of the first two resolutions &#8211; also have a lot of fun this year.</p>
<p>For this reason (my third resolution), and because it&#8217;s <span style="text-decoration: underline;">never</span> a bad time to discover new things, we&#8217;ll show you three great and free games to start the year with a bang.</p>
<h2><strong><a href="http://www.andyetitmoves.net/">And Yet it Moves</a> (Win &amp; Mac)</strong></h2>
<p>&#8220;And Yet It Moves&#8221; is a really fun and innovative indie game from ImpulsProgramm productions.</p>
<p>It&#8217;s a run-and-jump platformer, in which you can turn the world ninety degrees at any given time. This creates some intensive platforming gameplay and keeps the game interesting from installation till finish.</p>
<p>The game&#8217;s concept and physics engine are really interesting. While rotating, all objects get frozen in time, whereafter they continue with the same velocity as before, but with a different gravitational direction. This can be exploited by the player in various situations, from reaching those tough spots to manipulating your surroundings.</p>
<p>If games are art &#8211; a discussion that continuously arises these days &#8211; AYIM is a schoolbook example. All the visuals in the game are built up like a collage, with layered rips of paper. This makes the game not only fun to play, but makes it great eyecandy as well.</p>
<p>The game is available for <a href="http://www.andyetitmoves.net/index.php?content=downloads">download</a> on Windows and Mac systems. Please note that this is still just a prototype of the final game, and that errors can still emerge while playing.</p>
<p><center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="577" height="320" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2747746&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="577" height="320" src="http://vimeo.com/moogaloop.swf?clip_id=2747746&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></center></p>
<h2><strong><a href="http://binnenstad.hku.nl/">de Blob</a> (Win)</strong></h2>
<p>The above page is the official site &#8211; in Dutch. The English installers of the game can be downloaded from <a href="http://www.utrecht.nl/images/OGU/pos/Downloads/TheBlob_EN.zip">here</a> or <a href="http://binnenstad.hku.nl/Release/The%20Blob%20(English).exe">here</a>.</p>
<p>This game was (just like Killzone) developed not far from my home, in a place that some people call &#8216;the low lands&#8217;, but is generally known as the Netherlands.</p>
<p>Initially, nine students started working on this game for a school project, and from there it even made its way to the big players in the industry. On this day, deBlob is <a href="http://www.deblob.com/">also available</a> for the Wii console, recently released by THQ. The original game is still available though.</p>
<p>In de Blob, you play with a big &#8216;blob&#8217; of paint, your main goal being to paint all the different landmarks on your map. On your way, you can grow and change colour by absorbing other blobs of paint &#8211; it gets called &#8220;katamari with paint&#8221; for a reason &#8211; and collect the coins that are spread throughout the level.</p>
<p>In short, this is a really fun game, both for fanatic- and non gamers.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/deblobscreenshot02.jpg" alt="" /></p>
<h2><a href="http://www.thewayoftheninja.org/n.html">N</a> (Win, Mac &amp; Linux)</h2>
<p>N: Inadvertently Homicidal Robots, Evasive Ninjas and A Whole Whack of Style.</p>
<p>N is for ninja, I guess. It&#8217;s a brilliant 2D platformer, in which you got to get to the exit by jumping up walls in mid air, and meanwhile collect every last one of those golden marks. The concept in itself is not very remarkable, but the game&#8217;s engine and gameplay are wonderful.</p>
<p>The game started out in flash (you can play it <a href="http://www.addictinggames.com/ngame.html">here)</a>, but is now also available for <a href="http://www.thewayoftheninja.org/n_downloads.html">download</a> on Windows, Mac and Linux systems. It has won various awards and is worthy of every last one of them.</p>
<p>At the moment, N+ (the successor) it has also become available for the <a href="http://www.thewayoftheninja.org/n+_XBLA.html">Xbox 360</a> (Live Arcade), <a href="http://www.thewayoftheninja.org/n+_DS_PSP.html">Nintendo DS and Sony PSP</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/n-21.jpg" alt="" /></p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/yahoo-games-wordracer-is-my-boggle-game-of-choice/" title="Yahoo! Games: WordRacer is my Boggle Game of Choice (September 11, 2007)">Yahoo! Games: WordRacer is my Boggle Game of Choice</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/design-your-perfect-fighting-moves-with-toribash/" title="Toribash Fighting Game &#8211; Design &#038; Try Perfect Fighting Moves (January 29, 2009)">Toribash Fighting Game &#8211; Design &#038; Try Perfect Fighting Moves</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/top-five-free-online-shooter-games/" title="Top Five Free Online Shooter Games &#8211; Must Read For Gamers (July 5, 2008)">Top Five Free Online Shooter Games &#8211; Must Read For Gamers</a> (88)</li>
	<li><a href="http://www.makeuseof.com/tag/top-5-addictive-and-challenging-web-games/" title="Top 5: Addictive and Challenging Web Games (July 7, 2007)">Top 5: Addictive and Challenging Web Games</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/5-of-the-best-online-flash-games/" title="The Best Online Flash Games (October 12, 2008)">The Best Online Flash Games</a> (29)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-fun-games-to-start-the-year-with-a-bang/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Play Linux Games From A Live DVD</title>
		<link>http://www.makeuseof.com/tag/play-linux-games-from-a-live-dvd/</link>
		<comments>http://www.makeuseof.com/tag/play-linux-games-from-a-live-dvd/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 19:01:38 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[live CD]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=8796</guid>
		<description><![CDATA[ When it comes to gaming in Linux, one of the most frequently faced problems is the sourcing of the game code then compiling and installing them on your machine. While some games provide easy ways to install them or are found in the distro&#8217;s software repository, there are plenty of games that come in [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/12/lg-live-label.jpg" alt="lg-live-play-games-on-linux" vspace="10" align="left" /> When it comes to gaming in Linux, one of the most frequently faced problems is the sourcing of the game code then compiling and installing them on your machine. While some games provide easy ways to install them or are found in the distro&#8217;s software repository, there are plenty of games that come in pure binary source code and require you to compile, make and install, all of which are like a nightmare to many Linux newbies.</p>
<p>Now, without worrying you about any of the technical details, you can play Linux games from a Live DVD.</p>
<p><a href="http://live.linux-gamers.net/?s=home" target="_blank">lg-LIVE</a> is a Linux distro that comes preloaded with 13 of the most popular Linux games. It is created by the <a href="http://linux-gamers.net/" target="_blank">Linux-gamers</a> team and comes in the form of a <a href="http://en.wikipedia.org/wiki/Live_DVD" target="_blank">Live DVD</a>. The distro itself is based on Arch Linux. Unlike other Linux distros that requires you to install them in your system to use it, lg-Live only needs you to boot up the Live DVD and you will be able to play your favorite Linux games in no time. No installation, no compilation, no configuration. Simply boot and play.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/lg-live-main.jpg" alt="play linux games" /></p>
<p>The games found in the Live DVD include the following:</p>
<ul>
<li><strong>Astromenace</strong> &#8211; An exciting 3D scrolling space shooter game with countless ship upgrade possibilities.</li>
<li><strong>Btanks</strong> &#8211; Battle Tanks is an interesting battle where you can choose one of three vehicles and eliminate your enemy using the whole arsenal of weapons.</li>
<li><strong>BzFlag</strong> &#8211; an online multiplayer cross-platform open source 3D tank battle game.</li>
<li><strong>Glest</strong> &#8211; A 3D real-time strategy game, where you control the armies of two different factions: Tech, which is mainly composed of warriors and mechanical devices, and Magic, that prefers mages and summoned creatures in the battlefield.</li>
<li><strong>Maniadrive</strong> &#8211; An arcade car game on acrobatic tracks,  with a quick and nervous gameplay.</li>
<li><strong>Nexuiz</strong> &#8211; A free open-source fast paced 3D first person shooter game.</li>
<li><strong>Openarena</strong> &#8211; An open source first-person shooter computer game based heavily on the Quake III Arena style deathmatch.</li>
<li><strong>Sauerbraten</strong> &#8211; A free multiplayer/singleplayer first person shooter, built as a major redesign of the Cube FPS.</li>
<li><strong>Teeworlds</strong> &#8211; A fast-paced sidescrolling multiplayer-only shoot &#8216;em up computer game. The game features cartoon-themed graphics and physics, and relies heavily on classic shooter weaponry and gameplay.</li>
<li><strong>Warsow</strong> &#8211; A fast-paced FPS game.</li>
<li><strong>Warzone2100</strong> &#8211; a real-time strategy and real-time tactics hybrid computer game.</li>
<li><strong>Widelands</strong> &#8211; a slow-paced real-time strategy game that in many games resembles the popular games <em>The Settlers</em> and <em>The Settlers II</em>.</li>
<li><strong>World of Padman</strong> &#8211; A first person shooting game based on the Padman comic strip.</li>
</ul>
<p>When you boot up the Live DVD, it will run tests and detect your graphics card setting. If you are using ATI/nVidia 3D graphics card, it will prompt you to install the proprietary drivers. For those who want to avoid all technical details at all costs, you can simply select the default option and let it auto-configure your system. You will need to hook on your LAN cable if you want to play multiplayer games.</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/12/lg-live-save-usb.jpg" alt="lg-live-save-usb" vspace="5" align="left" />On the home screen, when you right click your mouse, you will be able to configure the gameplay option. You can change the monitor resolution or change your network setup. If you are tech-savvy enough, you can also turn to the terminal mode and do your own configuration.</p>
<p>In addition, after you have played the game, you will want to save your progress so that you can continue next time round. Since this is the live DVD, you won&#8217;t be able to save to the disc. Instead, you can save the game and all configurations that you have made to your USB thumb drive/hard drive. Next time you want to play the game, load the configurations from the USB drive and you can start from where you have ended previously.</p>
<p>If you find that the included games are not up to your liking and you want to add your own game in, linuX-gamers also provides you with a custom mastering script for you to create your own game distro. First download the base system, then run the <a href="http://live.linux-gamers.net/?s=mastering" target="_blank">masterme script</a> to add any<a href="http://live.linux-gamers.net/?s=games" target="_blank"> prepackaged game </a>and you will have your own Live Linux gaming DVD.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/put-your-linux-distro-on-a-life-cd/" title="Put your Linux Distro on a Live CD (March 27, 2008)">Put your Linux Distro on a Live CD</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/put-your-life-on-a-stick/" title="Put your Life On a USB Stick [Linux] (April 7, 2008)">Put your Life On a USB Stick [Linux]</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-reset-any-linux-password/" title="How To Reset Any Linux Password (March 10, 2009)">How To Reset Any Linux Password</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/" title="3 Ways to Install Linux on Windows or Mac (August 1, 2008)">3 Ways to Install Linux on Windows or Mac</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/whats-this-linux-thing-and-why-should-i-try-it/" title="What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It? (March 12, 2008)">What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It?</a> (125)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/play-linux-games-from-a-live-dvd/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Create A Custom Splashimage For GRUB</title>
		<link>http://www.makeuseof.com/tag/how-to-create-a-custom-splashimage-for-grub/</link>
		<comments>http://www.makeuseof.com/tag/how-to-create-a-custom-splashimage-for-grub/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 19:01:56 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[grub]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=8252</guid>
		<description><![CDATA[Almost all the popular Linux distributions use the GNU GRand Unified Bootloader (GRUB) as the bootloader of choice these days. If you have been experimenting with a number of distributions, you must have seen that some of them have a backdrop image for GRUB and some (like Ubuntu) don&#8217;t.
If, like me, the default black background [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/11/logogrb.jpeg" alt="" align="left" />Almost all the popular Linux distributions use the GNU GRand Unified Bootloader (GRUB) as the bootloader of choice these days. If you have been experimenting with a number of distributions, you must have seen that some of them have a backdrop image for GRUB and some (like Ubuntu) don&#8217;t.</p>
<p>If, like me, the default black background of the GRUB menu looks boring to you or if you would like to change the default backdrop to something of your choice, like your girlfriend&#8217;s photo for example, then follow along!</p>
<h2><strong>We will use:</strong></h2>
<ul>
<li>An image of the photo you want to use as the background</li>
<li>GIMP</li>
<li>A text editor</li>
</ul>
<h2><strong>Steps</strong></h2>
<p>First, open up the image you want to use as the backdrop in GIMP. There are a few things you should keep in mind while choosing a image for a task like this. You must keep in mind that when the GRUB menu is displayed, your system has limited graphic capabilities. So don&#8217;t choose an image that is too wide or too high. A normal 4:3 aspect ratio photo or image would work well.</p>
<p>Also not something that we will have to reduce colors (to a mere 14 to be precise), so again don&#8217;t choose something with gradients, or soft edges or varying tones of a single color because all this will look abrupt once we finish editing to make it work with GRUB.</p>
<p>Once the image is open inside GIMP, go to <strong>Image &gt; Scale Image</strong>.  In the dialog that appears, type 640 for the width, the height would automatically be reduced to 480 (if it&#8217;s set to constrain proportion and if you chose the right sized image). Once you are satisfied hit &#8216;Scale&#8217;. The image will now be scaled to 640 x 480, which is perfect for our needs.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/scalegrb.png" alt="" /></p>
<p>Next go to <strong>Image &gt; Mode &gt; Indexed</strong>. Check &#8216;generate optimum palette&#8217; if it&#8217;s not already checked and key in &#8216;14&#8242; in the &#8216;Maximum number of colors&#8217; box. Leave color dithering to none. Hit &#8216;convert&#8217; and you will see that your image loses some colors and looks a bit out of place. If it&#8217;s too much for you, maybe you should try it on a different image. It&#8217;s all about what you would like to see! If it looks good, then we are almost done.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/indexcolor.png" alt="" /></p>
<p>Click on <strong>File &gt; Save</strong> and save the image as an xpm file. Further use <strong>gzip ~/background.xpm</strong> (assuming you saved it as background.xpm in your home directory) to create a file background.xpm.gz. You may also use File Roller to achieve the task as long as you get background.xpm.gz</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/savegrb1.png" alt="" /></p>
<p>Now for the final part we need to tell GRUB to use the masterpiece you have just created as the background. Since now you know how to create the backgrounds for GRUB, you might as well create a dedicated directory to store them. Quickly type in the following set of commands:</p>
<p style="text-align: center;"><strong>sudo mkdir /boot/grub/backgrounds/<br />
sudo mv ~/background.xpm.gz /boot/grub/backgrounds/</strong></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/termgrb.png" alt="" /></p>
<p>Finally edit the boot menu file to let GRUB know about the location of your master piece(s). You will need to edit the /boot/menu.lst file. Do so as follows:</p>
<p style="text-align: center;"><strong>sudo vi /boot/grub/menu.lst</strong> (or &#8220;gksu gedit /boot/grub/menu.lst&#8221; if you prefer GUI)</p>
<p>Scroll down or find the line which reads &#8216;End Default Options&#8217;. Just next to this line and before the title paragraphs start you need to insert the following line</p>
<p style="text-align:center"><strong>splashimage=XXXXXX/boot/grub/backgrounds/background.xpm.gz</strong></p>
<p>replace <strong>XXXXXX</strong> with your root partition. If everything went well, you should see the background next time you boot.</p>
<p>There you go, your very own personalized GRUB splashimage. You can also find ready made splashimages at <a href="http://gnome-look.org/">gnome-look</a> and other places.</p>
<p>Let me know in the comments if you have some questions.  Oh and don&#8217;t forget to show us what you are using as a splashimage for the GRUB menu on <strong>your</strong> machine.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-reset-any-linux-password/" title="How To Reset Any Linux Password (March 10, 2009)">How To Reset Any Linux Password</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/15-great-tips-for-ubuntu-power-users/" title="15 Great Ubuntu Tips For Linux Power Users (August 8, 2009)">15 Great Ubuntu Tips For Linux Power Users</a> (83)</li>
	<li><a href="http://www.makeuseof.com/tag/whats-this-linux-thing-and-why-should-i-try-it/" title="What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It? (March 12, 2008)">What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It?</a> (125)</li>
	<li><a href="http://www.makeuseof.com/tag/virtualization-free-in-windows-linux-installation/" title="Virtualization-Free In-Windows Linux Installation (April 19, 2008)">Virtualization-Free In-Windows Linux Installation</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-center-part-1/" title="Using Your Linux Computer As A Media Center (Part 1) (October 28, 2008)">Using Your Linux Computer As A Media Center (Part 1)</a> (66)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-create-a-custom-splashimage-for-grub/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>8 Great Alternative Desktop Managers For Linux</title>
		<link>http://www.makeuseof.com/tag/8-great-alternative-desktop-managers-for-linux/</link>
		<comments>http://www.makeuseof.com/tag/8-great-alternative-desktop-managers-for-linux/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 15:01:23 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[better alternatives]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=7724</guid>
		<description><![CDATA[Most of the Linux users should be familiar with Gnome and KDE since both of them are the most commonly used desktop managers in the various Linux distros. Now, if you are using an old PC with low hardware specs, you might find that the above two desktop environments are too heavy for your computer [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the Linux users should be familiar with Gnome and KDE since both of them are the most commonly used desktop managers in the various Linux distros. Now, if you are using an old PC with low hardware specs, you might find that the above two desktop environments are too heavy for your computer to handle.</p>
<p>In this case, you will have to consider using an alternative lightweight desktop manager for your Linux. Here are 8 of the best lightweight desktop managers that I personally use and recommend.</p>
<h2>1. <a href="http://www.xfce.org/" target="_blank"> XFCE</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/xfce.jpg" alt="xfce- desktop manager linux" /></p>
<p>Xfce is a lightweight desktop environment for unix-like operating systems. It aims to be fast and lightweight, while still being visually appealing and easy to use. It is based on the GTK2+ toolkit which is the same as Gnome, so if you have always been a Gnome user, you will find some of the design and icons very familiar in Xfce.</p>
<p>A good thing about Xfce is that it is as fully customizable as both Gnome and KDE. The full Xfce package is split up into several projects , each for different parts of the desktop. You can either install the full package to make use of its full functionality, or only install the components you need to reduce the burden placed on the hardware. In addition, you can easily customize every single part of the Xfce package to create the best looking desktop for your daily use.</p>
<h2>2. <a href="http://www.enlightenment.org/" target="_blank">Enlightenment</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/enlightenment.jpg" alt="enlightenment linux" /></p>
<p>Enlightenment is the lightweight desktop manager that I like the most. It is revolutionary, visually appealing and extremely easy to use. While most lightweight managers strip out all the graphical effects to reduce the hardware requirement, Enlightenment does the opposite. You will be amazed how it can make everything run so smoothly and gracefully, even if it is running on a low-end PC.</p>
<p>When you first log in, you will be surprised to find that there are no menubar, panel or icons in Enlightenment. All you have is a blank canvas and a pager at the bottom of the screen. To access your menu, you simply click anywhere on the canvas. Shift your mouse around or scroll your mouse wheel and you will see the visual effect of the window minimizing to the pager. It may be difficult to get used to the interface at first, but once you are used to it, you won&#8217;t want to use any other desktop manager anymore.</p>
<h2>3. <a href="http://www.fvwm-crystal.org/" target="_blank">FVWM-Crystal</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/fvwm-crystal.jpg" alt="fvwm-crystal" /></p>
<p>If you like eye-candy, then I am sure you will like FVWM-Crystal too. FVWM-Crystal is based on the FVWM window manager. It retains the flexible and highly configurable traits of FVWM and has added plenty of improvement to the interface. What results is a cool interface with semi-transparent windows and lots of eye-candy.</p>
<p>Among all the lightweight desktop managers, FVWM-Crystal have the fastest speed, be it in booting up or loading applications. It also integrates well with XMMS, XMMS2, MPD, Quod Libet and cdcd. If you are looking for a fast, pretty desktop manager that can link to your music server easily, then FVWM-Crystal is clearly the choice.</p>
<h2>4. <a href="http://lxde.org/" target="_blank">LXDE</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/lxde.jpg" alt="LXDE" /></p>
<p>Being someone who has experience in Gnome and KDE, I have found LXDE extremely easy to use. The reason being, LXDE is simply a lightweight version of Gnome and KDE combined together. You have a KDE look-alike bottom panel and Gnome-style interface, so there really nothing new that you need to learn here. If you have a low-end PC and do not want to deviate too much away from Gnome or KDE, then LXDE would be a good alternative.</p>
<h2>5. <a href="http://www.icewm.org/" target="_blank">IceWM</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/icewm.jpg" alt="icewm" /></p>
<p>IceWM is simple and highly configurable. All the settings are stored as plain text files in the user&#8217;s home directory, making it easy to customize and configure the settings.</p>
<p>In case you are concerned about the Windows 95 lookalike interface, IceWm is also fully themeable. You can apply your favorite theme and make it look like Windows Vista, Mac OS X or whatever design you want.</p>
<h2>6. <a href="http://fluxbox.org/" target="_blank">Fluxbox</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/fluxbox.jpg" alt="fluxbox" /></p>
<p>Fluxbox is considered a minimalist desktop manager as it has minimal graphical support with only a taskbar in the whole desktop. You don&#8217;t see any menubar around, but you can easily access the menu by right-clicking your mouse. The interface is fully themeable and most of the settings are controlled by text files which can be edited easily.</p>
<h2>7. <a href="http://www.windowmaker.info/" target="_blank">Window Maker</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/window-manager.jpg" alt="windowmaker" /></p>
<p>Window Maker is one of the few desktop managers that offers a graphical tool to configure the system setting. Wprefs (the graphical tool) is easy to use. It eliminates the use of plain text files and ensures that any users, be it a newbie or a seasoned Linux user, can configure and customize the settings easily.</p>
<p>Like Fluxbox, Window Maker is also a minimalist desktop manager. There are only four icons on the whole desktop. One of them is to access the terminal while the other is to open the Wprefs. To access the main menu, you just have to right-click your mouse and the menu will appear.</p>
<h2>8. <a href="http://www.afterstep.org/" target="_blank">AfterStep</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/afterstep.jpg" alt="afterstep" /></p>
<p>Originally based on the look and feel of the NeXTStep interface, AfterStep provides its users with a consistent, clean, and elegant desktop that can run on any low end PC. As the same as other lightweight desktop managers, it is fast, stable, easy to use and easy to configure.</p>
<p>The above mentioned lightweight desktop managers are the ones I use and recommend. There are plenty of other desktop managers out there. Which one do you use? If your favorite is not in the above list, which one do <strong>you</strong> recommend?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/goblinx-an-alternative-os-with-4-different-flavors/" title="GoblinX &#8211; An Alternative Linux OS With 4 Different Flavors (November 2, 2009)">GoblinX &#8211; An Alternative Linux OS With 4 Different Flavors</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/linux-68-useful-extensions-to-improve-nautilus-functionality/" title="6 Useful Extensions to Improve Nautilus Functionality [Linux] (October 2, 2008)">6 Useful Extensions to Improve Nautilus Functionality [Linux]</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/ubuntu-system-panel-gives-you-quick-access-to-your-applications/" title="Ubuntu System Panel Gives Quick Access To Your Applications (January 12, 2009)">Ubuntu System Panel Gives Quick Access To Your Applications</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-ubuntu-the-easy-way/" title="Tweak Ubuntu the Easy Way (February 24, 2008)">Tweak Ubuntu the Easy Way</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/three-replacements-for-windows-active-desktop/" title="Three Active Desktop Replacements for Windows (February 2, 2009)">Three Active Desktop Replacements for Windows</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/8-great-alternative-desktop-managers-for-linux/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>The Ubuntu Upgrade Guide</title>
		<link>http://www.makeuseof.com/tag/the-ubuntu-upgrade-guide/</link>
		<comments>http://www.makeuseof.com/tag/the-ubuntu-upgrade-guide/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 21:01:52 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=6961</guid>
		<description><![CDATA[


 The next release of Ubuntu (8.10 Intrepid Ibex) is just round the corner. So it&#8217;s time again to upgrade the Ubuntu release that you are using and a good time to consider trying out Ubuntu if you have never done so before.
Let&#8217;s take a look at some of the options you have and then [...]]]></description>
			<content:encoded><![CDATA[<table>
<tr>
<td><img src="http://makeuseof.com/images/ubuntu-8-10.png" alt="ubuntu-8-10-upgrade" /></td>
<td> The next release of Ubuntu (8.10 Intrepid Ibex) is just round the corner. So it&#8217;s time again to upgrade the Ubuntu release that you are using and a good time to consider trying out Ubuntu if you have never done so before.</p>
<p>Let&#8217;s take a look at some of the options you have and then we will have a brief look at what the new things are and the anticipated additions to Ubuntu Intrepid as well as where we can find them.</td>
</tr>
</table>
<h2>If you are new to Ubuntu</h2>
<ul>
1. <a href="http://www.ubuntu.com/getubuntu/download">Download</a> the flavor according to your choice. (The Intrepid images might not show until they are officially released on 30th October 2008, in that case <a href="http://www.ubuntu.com/testing/810rc">visit here</a>).</p>
<p>2. Run the installer. You can either completely wipe away all your data, configure a dual boot system or even install Ubuntu just like you install any other software in Windows. Whatever you choose to do, remember to take a backup of all your important files.
</ul>
<h2>Updating your Ubuntu Installation</h2>
<p>If you are using 8.04 (Hardy) then you can update directly to 8.10 (Intrepid). In other cases you should <a href="https://help.ubuntu.com/community/Installation/UpgradeFromOldVersion">follow a sequential upgrade path</a> and not skip any of the releases (unless you are on a LTS release).</p>
<ul>
1. &#8220;Backup important files&#8221;. Although the upgrades preserve your data and settings, it&#8217;s always wise to backup at least your home directory in case Murphy&#8217;s law comes into play. This includes copying (or tar-ring) the desired files to an external drive or a server some place safe. If you plan to do incremental backups in future as well then use something like rsync to help you out. (<a href="http://ubuntuforums.org/showthread.php?t=35087&amp;highlight=backup+home">Backup Tutorial</a>)</p>
<p>2. Make sure your system is up to date. This means that you should have applied all the available updates for your present version of Ubuntu (these updates are different from the actual upgrade. So be careful you don&#8217;t skip this step).</p>
<p>3. Read the <a href="http://www.ubuntu.com/getubuntu/releasenotes/810">Release Notes</a> to find out if there are some issues and possible workarounds and to know what&#8217;s the new release all about.</p>
<p>4. Upgrade by running the Update Manager (Note that before 30th October you will have to run &#8216;update-manager &#8211;devel-release&#8217; to let it know you want to install the developmental release)</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/updatemanagerubu.png" alt="" /></p>
</ul>
<h2>Points to Keep in Mind When Upgrading / Downloading</h2>
<p>If you are keen to upgrade or don&#8217;t want to spend time downloading the image/upgrade when the majority of users are also doing the same then you can download and use the Release Candidate. A release candidate is the closest you can get to the real thing, basically if no more bugs are found till the official release then RC would essentially be the same as the actual release.</p>
<p>If you want to be absolutely certain that you don&#8217;t miss anything, you can use <strong>jigdo</strong> to download the ISO and then update the downloaded ISO when the final release becomes available.</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/10/jigdoubu.png" alt="" align="left" />Jigdo or JIGsaw Download is a download manager that makes downloading of large files easier. In our context we will be using it to compare two images and then download only those packages that are new in the recent image available on the servers. This means that if you are totally paranoid to have the latest image but don&#8217;t want to download it all over again after you have downloaded the Release Candidate then Jigdo is for you.</p>
<p>See <a href="https://help.ubuntu.com/community/JigdoDownloadHowto">how to update ubuntu images using jigdo</a>. However, this step is not necessary if you are not burning Intrepid to a disc because if something is updated in the final release it will most likely trickle down to you via software updates.</p>
<p>If you are actually downloading on the D-Day then you should consider using BitTorrent for your downloads.  Not only is it faster but it also reduces burden on the servers.</p>
<p>If you decide to go against BitTorrent for some reason, then choose the server closest to your location when you download the image. If you are upgrading via the update-manager, then this has most likely already been taken care of.</p>
<h2>Things to check out in Ubuntu Intrepid</h2>
<p>Here are a couple of things that are new and you might want to check them out as soon as you log into Intrepid for the first time!</p>
<h3>An alternate Dark Theme</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/darktheme1.png" alt="Interpid -Dark Theme" /></p>
<p>There was a lot of hype over the Artwork overhaul in Intrepid.  While its not a complete revamp that we all hoped for, there are some changes nevertheless. First and foremost, Intrepid will come with a Dark Theme. It will not be applied by default.</p>
<p><strong>Where to find:</strong> <em>System &gt; Preferences &gt; Appearance </em></p>
<h3>Guest Sessions</h3>
<p><img style="margin-left:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/10/guestubu.png" alt="guest-sessions" align="right" /> Intrepid introduces Guest Sessions, which can be accessed via the user switcher applet. Guest sessions allow you to do basic things like surfing the web, email etc.  However they don&#8217;t allow any modification to the system.</p>
<p>Excellent for allowing access to &#8220;guests&#8221; on your system without having to worry about data and settings.</p>
<p><strong>Where to find:</strong> <em>User Switcher Applet generally on the top panel</em></p>
<h3>Encrypted private directory</h3>
<p>Considering your data to be secure with just a login password? Think again.</p>
<p>Anyone with a live CD can mount the file systems and not only have a look at but can also walk way with your data. BIOS password gives some additional security but how about encryption? Intrepid includes a <strong>~/Private directory</strong>.  All the files you put in here will be encrypted. <a href="http://blog.dustinkirkland.com/2008/10/what-in-my-encrypted-private-directory.html">How to set up private directory and what all to include in it?</a></p>
<p><strong>Where to find:</strong> <em>~/Private</em></p>
<h3>Improved Network Manager</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/networkmanagerubu.png" alt="Interpid - network manager" /></p>
<p>Network Manager now bundles up all types of network connections including Wired, wireless, DSL, VPN in one central management tool.</p>
<h3>Nautilus Tabs and Eject Icons</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/nautilusubu.png" alt="nautilius tools, eject icons" /></p>
<p>Nautilus the default file manager/ file browser gets Tabs. Allows you to open multiple folders as tabs without too much cluttering. Also the devices listed in the left pane get Eject icons when supported.</p>
<p><strong>Where to find:</strong> <em>Just fire up Nautilus (Open any folder)</em></p>
<h3>USB Live Disk Creator</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/usbstartupubu.png" alt="USB Live disk creator" /></p>
<p>The tool allows you to create a bootable USB stick. Just fire it up, choose the device and that&#8217;s it. As easy as that, no more Googling and workarounds.</p>
<p><strong>Where to find:</strong> <em>System &gt; Administration &gt; Create Startup Disk</em></p>
<h3>System Cleaner</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/syscleanerubu.png" alt="system cleaner" /></p>
<p>No fuss tool to help remove packages that you no longer need. Provides an intuitive list of all the packages that are installed all in one place and lets you take appropriate actions.</p>
<p><strong>Where to find:</strong> <em>Applications &gt; System Tools &gt; System Cleaner</em></p>
<h3>&#8220;Last successful boot&#8221; recovery entry</h3>
<p>On each successful boot, Intrepid will retain a copy of your running kernel and make it available from the boot loader as a &#8220;Last successful boot&#8221; option. This makes it possible for old kernel packages to be safely auto-removed by the package manager, instead of being kept indefinitely.</p>
<h3>DKMS</h3>
<p>Allows kernel drivers to be automatically rebuilt when new kernels are released.</p>
<h3>Some not so obvious changes</h3>
<p><il><br />
Persistent Permissions: When asked for a password you can choose to remember the password and never be asked again in the session.</p>
<p>Access BBC content and High Quality Youtube videos with Totem</p>
<p>X.Org 7.04: With the new release, most users will be able to operate with an empty xorg.conf, letting the OS detect and choose the proper driver, and detect monitor resolutions and input devices automatically, without requiring user input.</p>
<p>File Roller now supports ALZ, RZIP, CAB and TAR.7Z file types as well.</p>
<p>Linux Kernel 2.6.27-7
</ul>
<p>Did I miss something that you found interesting in Intrepid? Have you already installed Intrepid or are you waiting for the actual release? Lets us know in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/" title="Run Windows Applications on Linux (or Mac) with WINE (June 23, 2008)">Run Windows Applications on Linux (or Mac) with WINE</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/install-linux-with-ease-using-unetbootin/" title="How To Install Linux With Ease Using UNetbootin (July 30, 2008)">How To Install Linux With Ease Using UNetbootin</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/get-screen-actions-for-your-mouse-on-linux/" title="How to Get Screen Actions for your Mouse on Linux (August 19, 2008)">How to Get Screen Actions for your Mouse on Linux</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/easily-install-non-native-packages-in-ubuntu-with-alien/" title="Easily Install Non-Native Packages in Ubuntu With Alien (April 18, 2008)">Easily Install Non-Native Packages in Ubuntu With Alien</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-ubuntu-the-easy-way/" title="Tweak Ubuntu the Easy Way (February 24, 2008)">Tweak Ubuntu the Easy Way</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/the-ubuntu-upgrade-guide/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using Your Linux Computer As A Media Center (Part 1)</title>
		<link>http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-center-part-1/</link>
		<comments>http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-center-part-1/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 15:01:34 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[tivo]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=6870</guid>
		<description><![CDATA[If you are a Windows or Mac user, you will be familiar with Windows Media Center or Front Row that both have the ability to turn your computer into a Media Center PC. Linux users don&#8217;t have such luck as most distros do not come with a media center application pre-installed.
If you are like me [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-6878" style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/10/tux_headphone.jpg" alt="tux_headphone" align="left" />If you are a Windows or Mac user, you will be familiar with Windows Media Center or Front Row that both have the ability to turn your computer into a Media Center PC. Linux users don&#8217;t have such luck as most distros do not come with a media center application pre-installed.</p>
<p>If you are like me who is a Linux user and owns a huge collection of music, videos and pictures, the world is not over for you yet. There are many open-source applications that you can use to turn your Linux machine into a lean, mean media center.</p>
<p>In part one of this series, I will go through some of these free media center software that you can use in your Linux machine (also see <a href="http://www.makeuseof.com/tag/cool-windows-media-center-alternatives/">Media Center alternatives for Windows</a>).</p>
<h2>1. <a href="http://www.xbmc.org" target="_blank">XBMC</a></h2>
<p style="text-align: center;"><img class="size-full wp-image-6871 aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/xbmc.jpg" alt="xbmc linux - media center for ubuntu" /></p>
<p>XBMC is by far, one of the best media centers around. Originally built for <a href="http://www.xbox.com" target="_blank">Xbox</a>, the XBMC team has now ported the popular software to the various platforms, including Linux, OSX and Windows. It supports a wide range of protocols and audio/video formats, making it a versatile media player that you want to have in your system.</p>
<p>With XBMC, not only can you enjoy your audio/videos/images that are stored in your local drive, you can also stream the multimedia content from the Web, via network share, SAMBA or even from uPnP devices.</p>
<p>In addition, XBMC is also extensible via the use of scripts. There is <a href="http://www.xbmcscripts.com" target="_blank">even a site</a> that is dedicated for XBMC scripts.</p>
<h2>2. <a href="http://www.entertainer-project.com/" target="_blank">Entertainer</a></h2>
<p style="text-align: center;"><img class="size-full wp-image-6872 aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/entertainer.jpg" alt="entertainer - media center for linux" /></p>
<p>Entertainer aims to be a simple and easy-to-use media center solution for the Gnome and XFce desktop environments. It uses the Gstreamer library in your Linux system to playback multimedia content and it allows you to play audios, videos, pictures, RSS feeds and weather.</p>
<p>One of its abilities is that it can download metadata (like cover-art and movie information) from the internet and makes it easier for you to organize and search your media files. The installation and initial configuration is not as straightforward as it should be and it involves running several scripts to get the application running.</p>
<p>However, once you have done the configuration and got it up and running, the rest is simply a matter of &#8216;point and click&#8217;.</p>
<h2>3. <a href="http://elisa.fluendo.com/" target="_blank">Elisa</a></h2>
<p style="text-align: center;"><img class="size-full wp-image-6874 aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/elisa.jpg" alt="elisa" /></p>
<p>Elisa is an open source media center available on the Linux and Windows platform (the Mac version is due to be released soon). The interface is simple, with only 5 icons in the main screen that lets you select between Picture, Video, Audio, Settings and Plugins.</p>
<p>It has a tight integration with the internet and allows you to watch YouTube videos, listen to Shoutcast, view photos from Flickr and many other popular internet services. It is also extensible via the use of plugins.</p>
<h2>4. <a href="http://www.mythtv.org" target="_blank">MythTV</a></h2>
<p style="text-align: center;"><img class="size-full wp-image-6875 aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/mythtv.jpg" alt="mythtv" /></p>
<p>MythTV is a popular software that need little or no introduction. With the necessary hardware, MythTV can turn your computer into a PVR (Personal Video Recorder), a digital multimedia home entertainment system or even a Home Theater Personal Computer.</p>
<p>If you are familiar with <a href="http://www.tivo.com/" target="_blank">TiVo</a>, then this is the equivalent to the software version of it. MythTV initially started as a PVR project, but now with the use of modules (similar to plugins), one can also listen to music, play DVD&#8217;s, access NetFlix, view pictures, and many more features.</p>
<p>Due to its popularity, MythTV has also been integrated into several Linux distros to make the whole usage process easier. The most popular one is <a href="http://www.mythbuntu.org/" target="_blank">Mythbuntu</a>, a Ubuntu-based distro with MythTV as the frontend. Other distros include <a href="http://mysettopbox.tv/knoppmyth.html" target="_blank">KnoppMyth</a> and <a href="http://mythdora.com/" target="_blank">Mythdora</a></p>
<h2>5. <a href="http://freevo.sourceforge.net/index.php" target="_blank">Freevo</a></h2>
<p><img class="alignnone size-full wp-image-6876" src="http://www.makeuseof.com/wp-content/uploads/2008/10/freevo.jpg" alt="freevo" /></p>
<p>Rather than calling it a media center, Freevo is in fact a &#8220;media manager&#8221; that organizes your media files and enables you to access them all in one place. It uses the mplayer or xine to play your multimedia content and has an image viewer that can rotate your picture on-the-fly to allow easy viewing.</p>
<p>With the use of a TV-tuner card, Freevo can also act as a TV recorder. In addition, Freevo also comes with a series of in-built plugins that you can activate to extend its functionality. One of the interesting plugins is the game plugin that allows you to play your console game on the computer (via an emulator).</p>
<h2>6. <a href="http://geexbox.org/en/doc.html" target="_blank">GeeXboX</a></h2>
<p><img class="alignnone size-full wp-image-6877" src="http://www.makeuseof.com/wp-content/uploads/2008/10/geexbox.jpg" alt="geexbox" /></p>
<p>GeeXboX is not a software that you install on your Linux. It is instead a small Linux distribution built with the intention to turn your PC into a Home Theater PC. There is no installation required. You just need to boot up the LiveCD and it will run by itself. You can even use it on a diskless computer, where the whole system is being loaded in your RAM.</p>
<p>While a full Linux distro comes in a size of up to 700MB, the ISO of  GeeXboX is only 9MB and it comes with a complete and automatic hardware detection, thus does not require any drivers to be added. It supports playback of nearly any kind of audio/video and image files and all known codecs and containers are shipped in, allowing playing them through various physical supports, either CD, DVD, HDD, LAN or internet.</p>
<p>Now, if you are looking to recycle that old computer, GeeXboX might be the one for you.</p>
<p>In Part 2, I will discuss using your Linux machine as a media server.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-build-a-great-media-center-for-your-home-pdf/" title="How To Build A Great Media Center For Your Home [PDF] (July 2, 2009)">How To Build A Great Media Center For Your Home [PDF]</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/cool-windows-media-center-alternatives/" title="Cool Windows Media Center Alternatives (June 4, 2008)">Cool Windows Media Center Alternatives</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/boxee/" title="Boxee &#8211; Cool Media Center for Mac and Ubuntu (August 8, 2008)">Boxee &#8211; Cool Media Center for Mac and Ubuntu</a> (88)</li>
	<li><a href="http://www.makeuseof.com/tag/watch-free-tv-channels-on-the-go-with-kiteplayer/" title="Watch Free TV Channels On The Go With KitePlayer (September 29, 2009)">Watch Free TV Channels On The Go With KitePlayer</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/using-your-linux-computer-as-a-upnp-av-server-part-3/" title="Using Your Linux Computer As A UPnP AV Server (Part 3) (November 7, 2008)">Using Your Linux Computer As A UPnP AV Server (Part 3)</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-center-part-1/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>5 Wallpaper Changer Apps For Linux</title>
		<link>http://www.makeuseof.com/tag/5-wallpaper-changer-apps-for-linux/</link>
		<comments>http://www.makeuseof.com/tag/5-wallpaper-changer-apps-for-linux/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 20:01:20 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=6711</guid>
		<description><![CDATA[In Linux, setting an image as the desktop wallpaper is not a difficult task, but getting it to change automatically at a certain interval is. While there are plenty of wallpaper-changing apps available for Windows, there are only a limited few for Linux.
If you have a good collection of wallpapers and want to see them [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/10/monitor-256b.png" border="0" alt="wallpaper-changers" align="left" />In Linux, setting an image as the desktop wallpaper is not a difficult task, but getting it to change automatically at a certain interval is. While there are plenty of <a href="http://www.makeuseof.com/tag/the-best-resources-to-pimp-your-wallpaper/">wallpaper-changing apps available for Windows</a>, there are only a limited few for Linux.</p>
<p>If you have a good collection of wallpapers and want to see them in action on your desktop, here are 5 wallpaper changers that you can use in your Linux machine. Most, if not all, of them are meant for the GNOME and KDE desktop.</p>
<h2><a href="http://www.webilder.org/" target="_blank">Webilder</a></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/10/webilder2.jpg" alt="webilder -<br />
wallpaper-changer-ubuntu" align="left" />Webilder is one of the best wallpaper changers for Linux. Not only does it change your wallpaper at regular intervals but it can also download images directly from <a href="http://www.flickr.com/" target="_blank">Flickr</a> and <a href="http://www.webshots.com/" target="_blank">WebShots</a> (requires a paid account) and add them to your collection.</p>
<p>When downloading from Flickr, you can configure it to download photos that match the tags you specified, or just to download the most interesting photo of the day.</p>
<p>If you run out of tags idea, you can also check out the <a href="http://www.webilder.org/channels/popular" target="_blank">Webilder channel</a> to see what others are downloading and add their tags to your Webilder.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/webilder-desktop.jpg" alt="webilder-desktop" /></p>
<p>In addition, Webilder also comes with a simple photo browser where you can preview the image in full screen and decide if you want to use it as the wallpaper.</p>
<h2><a href="http://wallpapoz.akbarhome.com/" target="_blank">Wallpapoz</a></h2>
<p>I like Wallpapoz the best, for the simple reason that it allows me to specify a different set of wallpapers for each workspace. When I change workspace, the wallpaper also changes accordingly. With this feature, you can configure each workspace to display a different &#8216;mood&#8217; of wallpaper.</p>
<p>The first workspace may display those &#8216;Get back to work&#8217; kinds of wallpaper that constantly remind you to finish up your work. The second workspace may be made up of relaxing, soothing wallpaper where you can listen to your music with peace. The trick is, when you are bored with your work, simply switch the workspace and change your mood instantly.</p>
<p>I am not sure if this works for you, but it is definitely working for me.</p>
<p style="text-align: center;"><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/wallpapoz.jpg" alt="wallpapoz" /></p>
<p>The current version of this app is 0.4.1 and works well in most Linux distros with GNOME desktop. This will also be the last stable version as the developer has decided to quit the development.</p>
<h2><a href="http://drapes.mindtouchsoftware.com/" target="_blank">Drapes</a></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/drapes1.jpg" alt="Desktop drapes" align="left" />Drapes is a simple wallpaper changer that sit quietly in the notification area and changes your wallpaper every once in a while. A good thing about Drapes is that you can specify a folder for it to monitor. When you add a new wallpaper into the folder, Drapes will pick it up and add it to its database.</p>
<p>Generally, this is a simple wallpaper changer that performs what it&#8217;s supposed to do &#8211; change wallpapers at regular intervals. If you just want a <em>set it once and leave it</em> kind of wallpaper-changing app, then this is most suitable for you.</p>
<p>If you are using Ubuntu, Drapes is included in the repository and you can easily install via the Synaptic Package Manager. If that is too troublesome for you, click <a href="apt:drapes">here</a> to install it.</p>
<h2><a href="http://planetearthworm.com/projects/wp_tray/" target="_blank">Wallpaper-Tray</a></h2>
<p>Wallpaper-Tray is another simple wallpaper changer that does only the basic stuff. You specify the location of your wallpapers, set the time interval and you are good to go. No surprises.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/wallpaper-tray.jpg" alt="wallpaper-tray : wallpaper changer download" /></p>
<p>There is one interesting feature though &#8211; Wallpaper Search tool. You type in some text in the search bar and it will search your filesystem and display all the images with file names similar to your search term. You can then select from the results the image that you want to set as the wallpaper.</p>
<p>Wallpaper-Tray is also available in the Ubuntu repository.</p>
<h2><a href="http://www.screenlets.org/index.php/Wallpaper_Changer_Screenlet" target="_blank">Wallpaper Changer Screenlet</a></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/screenlet-wallpaper-changer.jpg" alt="screenlet-wallpaper-changer" align="left" /> If you have already installed <a href="http://www.screenlets.org/" target="_blank">Screenlets</a> in your system, you can also use the Wallpaper Changer Screenlet to change your wallpaper at regular intervals. Same as Webilder, it allows you to download the interesting picture of the day from Flickr. It can also retrieve images from <a href="http://art.gnome.org/" target="_blank">art.gnome.org</a> and <a href="http://images.google.com" target="_blank">Google Images</a>.</p>
<p>There is no installation required for this app. You just need to download the tar file and extract it to the Screenlets folder (usually located in <em>/home/username/.Screenlets</em>). You can then activate the app via the Screenlets main menu.</p>
<p>While this app works fine as a wallpaper changer, its interface is rather unpolished and can be hard to manage at times. I would advise you to use this app only if you have already installed Screenlets.</p>
<p>Did I miss out any wallpaper changer app for Linux? Do let me know and I will add it to the list.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/wordle-become-addicted-to-rss-feeds-the-fun-way/" title="Wordle &#8211; Become Addicted To RSS Feeds The Fun Way (July 26, 2008)">Wordle &#8211; Become Addicted To RSS Feeds The Fun Way</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/whats-this-linux-thing-and-why-should-i-try-it/" title="What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It? (March 12, 2008)">What&#8217;s This &#8220;Linux&#8221; Thing and Why Should I Try It?</a> (125)</li>
	<li><a href="http://www.makeuseof.com/tag/wally-an-incredible-cross-platform-wallpaper-rotation-app/" title="Wally- Awesome Wallpaper Rotator for Windows, Mac &#038; Linux (November 15, 2009)">Wally- Awesome Wallpaper Rotator for Windows, Mac &#038; Linux</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/virtualization-free-in-windows-linux-installation/" title="Virtualization-Free In-Windows Linux Installation (April 19, 2008)">Virtualization-Free In-Windows Linux Installation</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/using-your-linux-computer-as-a-media-center-part-1/" title="Using Your Linux Computer As A Media Center (Part 1) (October 28, 2008)">Using Your Linux Computer As A Media Center (Part 1)</a> (66)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-wallpaper-changer-apps-for-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Latest Picks from MakeUseOf Geeky Fun</title>
		<link>http://www.makeuseof.com/tag/latest-picks-from-makeuseof-geeky-fun-25/</link>
		<comments>http://www.makeuseof.com/tag/latest-picks-from-makeuseof-geeky-fun-25/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 00:20:43 +0000</pubDate>
		<dc:creator>Aibek</dc:creator>
				<category><![CDATA[Latest in 'Geeky Fun']]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geeks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=6521</guid>
		<description><![CDATA[Check out the top picks from MakeUseOf Geeky Fun during the last week. Thanks to everyone who emailed us the links. You guys are awesome.
1. iPhone Rap (video)
2. iHaircut (pic)
3. Linux Sex Positions (pic)
4. Photoshop App For iPhone (video)
To keep up with all Geeky Fun additions subscribe to Geeky Fun feed. You can also get [...]]]></description>
			<content:encoded><![CDATA[<p>Check out the top picks from MakeUseOf <a href="http://www.makeuseof.com/tech-fun/">Geeky Fun</a> during the last week. Thanks to everyone who emailed us the links. You guys are awesome.</p>
<ul>1. <a href="http://www.makeuseof.com/tech-fun/iphone-rap-nsfw/">iPhone Rap</a> (video)</p>
<p>2. <a href="http://www.makeuseof.com/tech-fun/ihaircut/">iHaircut</a> (pic)</p>
<p>3. <a href="http://www.makeuseof.com/tech-fun/linux-positions/">Linux Sex Positions</a> (pic)</p>
<p>4. <a href="http://www.makeuseof.com/tech-fun/photoshop-for-iphone/">Photoshop App For iPhone</a> (video)</p>
<p>To keep up with all <em>Geeky Fun</em> additions subscribe to <a href="http://feeds.feedburner.com/GeekyFun">Geeky Fun feed</a>. You can also <a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=1228799">get stuff by email</a>.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/make-use-of-podcast-25-geeky-fun-isong/" title="Make Use Of Podcast #25: Geeky Fun &#8211; iSong (October 15, 2008)">Make Use Of Podcast #25: Geeky Fun &#8211; iSong</a> (0)</li>
	<li><a href="http://www.makeuseof.com/tag/transmission-the-lightweight-bittorrent-client/" title="Transmission, The Lightweight BitTorrent Client (July 4, 2008)">Transmission, The Lightweight BitTorrent Client</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/latest-picks-from-makeuseof-geeky-fun-21/" title="Latest Picks from MakeUseOf Geeky Fun (September 17, 2008)">Latest Picks from MakeUseOf Geeky Fun</a> (0)</li>
	<li><a href="http://www.makeuseof.com/tag/latest-picks-from-makeuseof-geeky-fun-22/" title="Latest Picks from MakeUseOf Geeky Fun (September 20, 2008)">Latest Picks from MakeUseOf Geeky Fun</a> (1)</li>
	<li><a href="http://www.makeuseof.com/tag/latest-picks-from-makeuseof-geeky-fun-23/" title="Latest Picks from MakeUseOf Geeky Fun (September 27, 2008)">Latest Picks from MakeUseOf Geeky Fun</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/latest-picks-from-makeuseof-geeky-fun-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>aria2 &#8211; Fast Multiprotocol Power Downloader App</title>
		<link>http://www.makeuseof.com/tag/aria2-fast-multiprotocol-power-downloader-app/</link>
		<comments>http://www.makeuseof.com/tag/aria2-fast-multiprotocol-power-downloader-app/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 18:01:23 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[BitTorrent]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[downloader]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[torrent clients]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=6382</guid>
		<description><![CDATA[If you are a power downloader, who likes to download large files or download files via bittorrent, you should definately check out aria2. aria2 is an advanced utility  for the &#8216;powerful geeky downloader&#8217;.
Aria2 is  for Linux, however Windows and Mac ports are available. It supports downloads in HTTP/HTTPS/FTP/BitTorrent/Metalink protocols. Although it is a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/dbutton.jpg" alt="" width="175" height="175" align="left" />If you are a power downloader, who likes to download large files or download files via bittorrent, you should definately check out <a href="http://aria2.sourceforge.net">aria2</a>. aria2 is an advanced utility  for the &#8216;powerful geeky downloader&#8217;.</p>
<p>Aria2 is  for Linux, however <a href="http://aria2.sourceforge.net/#binarypackages">Windows and Mac ports are available</a>. It supports downloads in HTTP/HTTPS/FTP/BitTorrent/Metalink protocols. Although it is a command line utility, don&#8217;t let it scare you off because there are <a href="http://aria2.sourceforge.net/#guifrontends">some GUI&#8217;s available</a> that provide a graphical interface to aria2.  It is feature rich and not only that but it has some unique features that are not easy to find elsewhere.</p>
<p>Let&#8217;s see some of them :</p>
<h2>Download files from multiple sources and protocols</h2>
<p>Not only does aria2 support multiple protocols, it also lets you download the same file from different sources/protocols. Let&#8217;s say you want to download the Ubuntu Intrepid Beta. Such files are an excellent candidate to try aria2 on because you generally have the files mirrored on different servers, plus the file is sufficiently large enough to notice speed differences with aria2. So you would give the following command:</p>
<p><em>aria2c http://server/yourfile http://server/yourfile</em></p>
<p>You are not limited to 2 servers &#8211; you can add more if you like to the command above. Not only this, you are also not limited to a single protocol. This means that if one of the links is an http link and the other is a ftp link, you can still use them to download segments using aria2. Just throw in the appropriate protocol in the command like:</p>
<p><em>aria2c http://server/yourfile ftp://server/yourfile</em></p>
<p align="center"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/termaria.png" alt="" width="510" height="99" /></p>
<p>You can even take it a step further by adding bittorrent to the equation.</p>
<p><em>aria2c http://site/file.torrent</em></p>
<p>Of course you will have to do some searching to find the torrent for the exact file, this is generally not an issue with ISOs of distros and similar files. Nevertheless check out <a href="http://www.makeuseof.com/tag/sniff-out-your-torrents-from-multiple-trackers-with-usniff/" target="_blank">this Make Use Of article</a> for searching torrents. Some other torrets search engines can be also found <a href="http://www.makeuseof.com/dir/tag/torrent/">here</a>.</p>
<h3>Some handy usage options:</h3>
<p>There are a myriad of useful options and features offered by aria2. However I would like to mention only some of the cooler ones that I think would be useful to all</p>
<p>- <strong>BitTorrent Download</strong></p>
<p><em>aria2c http://site/yourfile.torrent</em></p>
<p>- <strong>BitTorrent Download (torrent yourfile present locally)</strong></p>
<p><em>aria2c &#8211;max-upload-limit=40K yourfile.torrent</em></p>
<p>- <strong>Repair damaged downloads (only for bitTorrent and metalink)</strong></p>
<p><em>aria2c &#8211;check-integrity=true yourfile.metalink</em></p>
<p>- <strong>Download/upload speed throttling</strong></p>
<p><em>aria2c &#8211;max-download-limit=100K http://server/yourfile</em></p>
<p>- <strong>Quickly specify multiple urls</strong></p>
<p><em>aria2c -P http://{server1,server2,server3}/yourfile</em></p>
<p><em>aria2c -Z -P http://server/image[000-100].png  (to download multiple sequentially named yourfiles)</em></p>
<p>- <strong>Oh you just want to download a file plain &#8216;n easy? Sorry, forgot about you ^ ^, here you go</strong></p>
<p><em>aria2c http://server/yourfile</em></p>
<p>Other features include</p>
<p>- <strong>BitTorrent extensions:  Fast extension, DHT, PEX, MSE/PSE,  Multi-Tracker </strong><br />
- <strong>Verify downloaded files</strong><br />
- <strong>Being a command line utility you can use it effectively to automate tasks</strong><br />
- <strong>Concurrent downloads of multiple files</strong><br />
- <strong>Run in background</strong><br />
- <strong>HTTP proxy and authentication support</strong></p>
<p>Or in case you are hungry for more and want to know about all the things aria2 can do, I would suggest you <a href="http://aria2.sourceforge.net/aria2c.1.html">RTFM</a> ( <a href="http://en.wikipedia.org/wiki/rtfm">I what?</a> )</p>
<h2>Graphical Frontends: Use Aria from Graphical Interface</h2>
<p>If the whole command line scanario scares the crap out of you, no need to be disappointed, have a look at the <a href="http://aria2.sourceforge.net/#guifrontends">graphical frontends</a> to the command. Yeah they allow you to specify files and options graphically and a little more intuitively.  They then would generate the appropriate options for the command and invoke aria2 with those options. If that&#8217;s the way you like it so be it!</p>
<p align="center"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/aria2fe.png" alt="" width="510" height="450" /></p>
<p>What do you think of aria2? Ever used a similar utility or do you know a better one? Let&#8217;s hear in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/transmission-the-lightweight-bittorrent-client/" title="Transmission, The Lightweight BitTorrent Client (July 4, 2008)">Transmission, The Lightweight BitTorrent Client</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/feedmytorrents-keeps-your-tv-shows-downloading-automatically/" title="FeedMyTorrents Keeps TV Shows Downloading Automatically (February 4, 2009)">FeedMyTorrents Keeps TV Shows Downloading Automatically</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/top-6-torrent-alternatives-to-pirate-bay-downloads/" title="Top 6 Torrent Alternatives To The Pirate Bay (August 16, 2009)">Top 6 Torrent Alternatives To The Pirate Bay</a> (30)</li>
	<li><a href="http://www.makeuseof.com/tag/top-3-sites-to-help-you-become-a-linux-command-line-master/" title="Top 3 Sites To Help You Become A Linux Command Line Master (November 16, 2009)">Top 3 Sites To Help You Become A Linux Command Line Master</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-cheat-with-your-bittorrent-ratio/" title="How To Cheat With Your BitTorrent Ratio (February 8, 2009)">How To Cheat With Your BitTorrent Ratio</a> (35)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/aria2-fast-multiprotocol-power-downloader-app/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MUO Podcast #20: Seinfeld is History &amp; Chrome is Hacked</title>
		<link>http://www.makeuseof.com/tag/podcast-20-seinfeld-is-history-chrome-is-hacked/</link>
		<comments>http://www.makeuseof.com/tag/podcast-20-seinfeld-is-history-chrome-is-hacked/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 13:01:11 +0000</pubDate>
		<dc:creator>Jason Mayoff</dc:creator>
				<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[photo sharing]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=5844</guid>
		<description><![CDATA[This week on the show, we&#8217;ll see which OS Microsoft used to create stills for its latest ads (see video below), we&#8217;ll hack Google Chrome in a number of ways and make beautiful presentations online.
I’d love to hear from you. Send me your MP3 files containing comments about the show, reviews of your favourite websites [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/05/jasonmayoffpodcast.jpg" border="0" alt="" width="175" height="175" align="left" />This week on the show, we&#8217;ll see which OS Microsoft used to create stills for its latest ads (see video below), we&#8217;ll hack Google Chrome in a number of ways and make beautiful presentations online.</p>
<p>I’d love to hear from you. Send me your MP3 files containing comments about the show, reviews of your favourite websites or just general chitchat. I’ll choose a few to play on the show each week. Send them to <strong>podcast [at] makeuseof [dot] com</strong>.</p>
<p>If you look underneath the links from the show on this page, you will see a little media player where you can listen to the podcast right here on the site. Or if you prefer, you can right-click on the “audio MP3″ logo and save the MP3 file to your computer for listening on your MP3 player or iPod.</p>
<p>The podcast is available through iTunes so don’t forget to <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=280546798">subscribe to the podcast</a> if you have an iPod, or in <a href="http://feeds.feedburner.com/MUO-podcast">another podcatcher</a> if you have a different MP3 player.</p>
<ul>
<li><a title="Permanent Link to Make Beautiful Online Presentations With Sliderocket" rel="bookmark" href="../tag/make-beautiful-online-presentations-with-sliderocket/">Make Beautiful Online Presentations With Sliderocket</a></li>
<li><a title="Permanent Link to 7 Useful Hacks To Improve Your Google Chrome Experience" rel="bookmark" href="../tag/7-useful-hacks-to-improve-your-google-chrome-experience/">7 Useful Hacks To Improve Your Google Chrome Experience</a></li>
<li><a title="Permanent Link to Quickly Create Temporary Email Addresses with YopMail" rel="bookmark" href="../tag/quickly-create-temporary-email-addresses-with-yopmail/">Quickly Create Temporary Email Addresses with YopMail</a></li>
<li><a title="Permanent Link to Free Alternatives to 10 Popular Commercial Mac Applications" rel="bookmark" href="../tag/free-alternatives-to-popular-commercial-mac-applications/">Free Alternatives to 10 Popular Commercial Mac Applications</a></li>
<li><a title="Permanent Link to How to Run The Google Chrome Browser on Mac or Linux" rel="bookmark" href="../tag/run-the-google-chrome-browser-on-mac-or-linux/">How to Run The Google Chrome Browser on Mac or Linux</a></li>
<li><a title="Permanent Link to MUO Polls: What Photo Sharing Website Do You Use?" rel="bookmark" href="../tag/muo-polls-what-photo-sharing-website-do-you-use/">MUO Polls: What Photo Sharing Website Do You Use?</a></li>
</ul>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="349" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/oWk8ouioXgE&amp;hl=en&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" /><embed type="application/x-shockwave-flash" width="425" height="349" src="http://www.youtube.com/v/oWk8ouioXgE&amp;hl=en&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1" allowfullscreen="true"></embed></object>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/podcast-19-gates-seinfeld-round-2-and-comedy-on-youtube/" title="MUO Podcast #19: Gates &#038; Seinfeld Round 2 &#038; Comedy On YouTube (September 14, 2008)">MUO Podcast #19: Gates &#038; Seinfeld Round 2 &#038; Comedy On YouTube</a> (1)</li>
	<li><a href="http://www.makeuseof.com/tag/run-the-google-chrome-browser-on-mac-or-linux/" title="How to Run The Google Chrome Browser on Mac or Linux (September 16, 2008)">How to Run The Google Chrome Browser on Mac or Linux</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/transmission-the-lightweight-bittorrent-client/" title="Transmission, The Lightweight BitTorrent Client (July 4, 2008)">Transmission, The Lightweight BitTorrent Client</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/" title="Run Windows Applications on Linux (or Mac) with WINE (June 23, 2008)">Run Windows Applications on Linux (or Mac) with WINE</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/muo-podcast-22-appdonkey/" title="MUO Podcast #22: Appdonkey (October 5, 2008)">MUO Podcast #22: Appdonkey</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/podcast-20-seinfeld-is-history-chrome-is-hacked/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
