<?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; terminal</title>
	<atom:link href="http://www.makeuseof.com/tags/terminal/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 22:01:55 +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>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>10 Essential Software Apps For Web Development on a Mac</title>
		<link>http://www.makeuseof.com/tag/10-essential-software-apps-for-web-development-on-a-mac/</link>
		<comments>http://www.makeuseof.com/tag/10-essential-software-apps-for-web-development-on-a-mac/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 17:34:39 +0000</pubDate>
		<dc:creator>Ellie Harrison</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[image editors]]></category>
		<category><![CDATA[image tools]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[photo albums]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=20645</guid>
		<description><![CDATA[Whether Macs are the best computers for web development is up for debate, but one thing can be agreed upon &#8211; there are some great software apps for web development on a Mac.
Here&#8217;s a list of 10 essential software apps for web development on a Mac.
10. TextWrangler is a multipurpose text editor that works for [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/199819013_42eca9cf82.jpg" alt="Macbook" vspace="5" width="335" height="223" align="left" />Whether Macs are the best computers for web development is up for debate, but one thing can be agreed upon &#8211; there are some great software apps for web development on a Mac.</p>
<p>Here&#8217;s a list of 10 essential software apps for web development on a Mac.</p>
<p><strong>10. <a href="http://www.barebones.com/products/textwrangler/">TextWrangler</a></strong> is a multipurpose text editor that works for editing code and plain text documents. It can even open files from (and save them to) remote FTP and SFTP servers.</p>
<p><strong>9. <a href="http://www.inkscape.org/index.php?lang=en">Inkscape</a></strong> is an open source vector graphics editor similar to Adobe Illustrator. It is the first open source program to adopt Spiro curves. You can also go through their <a href="http://openclipart.org/">clip art collection</a> and find dozens of images made with Inkscape that are free to use or modify.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/inkscape-0.47-spiro-typography.png" alt="inkscape-0.47-spiro-typography" /></p>
<p><span id="more-20645"></span><br />
<strong>8. <a href="http://cyberduck.ch/">Cyberduck</a></strong> is the all-in-one FTP, SFTP, <a href="http://aws.amazon.com/s3/">Amazon S3</a>, WebDav and Mosso Cloud Files browser application. Web developers often need to switch between different file systems, and Cyberduck does this without a hiccup. It works with <a href="http://macromates.com/">Textmate</a> (which has a free 30 day trial), so you can open files from Cyberduck in Textmate, edit, save and upload. <em><a href="http://www.makeuseof.com/tag/8-free-ftp-clients-for-mac/">Read more about FTP clients for Mac here.</a></em></p>
<p><strong>7. <a href="http://www.gimp.org/">Gimp</a></strong> is the second-most popular photo editing software program on the market, second only to Adobe Photoshop. The difference? Gimp is absolutely free! You can <a href="http://www.makeuseof.com/tag/how-to-use-scripts-plugins-in-gimp-to-extend-its-functionality/">do just about everything in Gimp</a> that you can do in Adobe Photoshop, so web developers will find this a welcome and wallet friendly addition to their software arsenal.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/osx_aperture.jpg" alt="Gimp on OS X" width="580" /></p>
<p><strong>6. <a href="http://www.aptana.com/">Aptana</a></strong> takes up where Textmate leaves off in some aspects. It is a full featured code editor, but adds the FTP support of Cyberduck, as well as important web technologies like Ajax, Adobe AIR and PHP. <em><a href="http://www.makeuseof.com/tag/dreamweaver-quality-code-editing-with-aptana/">Read more about Aptana here on MUO.</a></em></p>
<p><strong>5. <a href="http://www.mozilla.com/en-US/">Firefox</a></strong> is a must have for web development because of three great add-ons &#8211; Firebug, the Web Developer toolbar and ColorZilla. <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> lets you edit, debug, and monitor CSS, HTML, and JavaScript live in any web page; while the<a href="https://addons.mozilla.org/en-US/firefox/addon/60"> Web Developer</a> toolbar adds additional tools like clearing cookies, disable CSS, display ruler and display source. <a href="https://addons.mozilla.org/en-US/firefox/addon/271">ColorZilla</a> lets you pick colors from websites or images online, so you can match them to your web designs, plus measure the distance between two points on a website.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/toolbar.png" alt="toolbar" /></p>
<p><strong>4. <a href="http://jalbum.net/">JAlbum</a></strong> helps you make attractive photo galleries for websites. JAlbum comes with various templates built-in, but you can also customize your own template to better match a web project you&#8217;re working on. <em>Read about 5 more <a href="http://www.makeuseof.com/tag/6-excellent-mac-apps-for-web-and-graphic-design/">Excellent Mac Apps for Graphic &amp; Web Design</a></em></p>
<p><strong>3. <a href="http://colloquy.info/">Colloquy</a></strong> is a basic IRC client that every web developer will use at one point or another. Many web platforms use IRC for support, including <a href="http://www.wordpress.org">WordPress</a>.</p>
<p><strong>2. <a href="http://www.mamp.info/en/mamp/index.html">MAMP</a></strong> is what you need to manage websites locally when you are without an internet connection or want to test changes without making them live on a website. It is easy to install MAMP and have access to Apache, PHP and MySQL for Mac OS X. It is also a stand-alone program, so if you need to install it, it won&#8217;t interfere with your OSX installation. Plus, you can use it to <a href="http://www.makeuseof.com/tag/building-your-own-local-wordpress-blog/">install WordPress on your Mac</a>.</p>
<p><strong>1. <a href="http://iterm.sourceforge.net/index.shtml">iTerm</a></strong> is a feature-filled Terminal emulator for OSX. You can bookmark your frequently used sessions, have tabbed windows with multiple sessions and more.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/iterm.png" alt="iterm" width="580" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/3_iterm_02.jpg" alt="3_iterm_02" /></p>
<p>Do you have any suggestions for better similar apps? Let&#8217;s hear 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/top-10-professional-sample-code-websites-for-programmers/" title="Top 10 Professional Sample Code Websites For Programmers (February 23, 2009)">Top 10 Professional Sample Code Websites For Programmers</a> (28)</li>
	<li><a href="http://www.makeuseof.com/tag/iweb-a-free-mac-web-design-tool-for-easy-beautiful-websites/" title="iWeb &#8211; Build A Quick, Easy &#038; Beautiful Website [Mac only] (October 1, 2009)">iWeb &#8211; Build A Quick, Easy &#038; Beautiful Website [Mac only]</a> (31)</li>
	<li><a href="http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/" title="How To Setup a Fake IRC Server with phpFreeChat (February 25, 2009)">How To Setup a Fake IRC Server with phpFreeChat</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/install-firebug-for-browsers-other-than-firefox/" title="How To Install Firebug on IE, Safari, Chrome &#038; Opera (March 14, 2009)">How To Install Firebug on IE, Safari, Chrome &#038; Opera</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-create-a-simple-blog-logo-in-photoshop/" title="How To Create a Simple Blog Logo In Photoshop (November 9, 2009)">How To Create a Simple Blog Logo In Photoshop</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/10-essential-software-apps-for-web-development-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>4 Fun And Simple Things You Can Do Using Terminal [Mac]</title>
		<link>http://www.makeuseof.com/tag/4-fun-and-simple-things-you-can-do-using-terminal-mac/</link>
		<comments>http://www.makeuseof.com/tag/4-fun-and-simple-things-you-can-do-using-terminal-mac/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 17:00:45 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[star wars]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=20576</guid>
		<description><![CDATA[Terminal is one of the utilities that is commonly found on UNIX-based computer such as Linux and Mac OS. It is where users can type commands asking the computer to perform certain tasks. Something like a DOS environment in Windows. Kinda geeky, isn&#8217;t it?
That&#8217;s why everyday computer users tend to avoid Terminal. People say that [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/00_terminal_logo.png" alt="" vspace="5" align="left" /><a href="http://en.wikipedia.org/wiki/Apple_Terminal">Terminal</a> is one of the utilities that is commonly found on UNIX-based computer such as Linux and Mac OS. It is where users can type commands asking the computer to perform certain tasks. Something like a DOS environment in Windows. Kinda geeky, isn&#8217;t it?</p>
<p>That&#8217;s why everyday computer users tend to avoid <a href="http://makeuseof.com/tags/terminal/">Terminal</a>. People say that tinkering with the Terminal is not for the faint hearted. Because something could &#8211; and possibly would &#8211; go wrong.</p>
<p>But actually, there are fun things that we can do using the Terminal&#8217;s command line. Here are few of the simple ones.</p>
<h3>1. Play the Old (Classics) Games</h3>
<p>Mac OS X comes with GNU Emacs, part of GNU operating system, which can be accessed via Terminal. There are some old, classic games hidden there. They are far from beautiful if you compare them with all the graphically-intense ones that we have today. But to fill in some spare times, these &#8216;uglies&#8217; will do just fine.<br />
<span id="more-20576"></span><br />
To access them, type in (or better yet, copy and paste) this command into the Terminal to access the GNU Emacs:</p>
<blockquote style="clear: both"><p>emacs</p></blockquote>
<p>Click Enter, then continue with the key combination of &#8220;Esc + x&#8221;. Type in <strong>one of</strong> these game&#8217;s names to start playing:</p>
<blockquote style="clear: both"><p>5&#215;5<br />
blackbox<br />
dunnet<br />
gomoku<br />
hanoi<br />
landmark<br />
mpuz<br />
pong<br />
snake<br />
solitaire<br />
tetris</p></blockquote>
<p align="center"><img class="aligncenter size-full wp-image-20578" src="http://www.makeuseof.com/wp-content/uploads/2009/07/01a_tetris.png" alt="" width="505" height="389" /></p>
<p>I know some of them well (the last four on the list) while other names did not exist in my dictionary until just now. I tried to play them all but without any information or how-to&#8217;s, it&#8217;s a tough effort to carry out.</p>
<p>If you want to quit the game, use the key combination &#8220;Ctrl + x&#8221; followed by &#8220;Ctrl + c&#8221;</p>
<p align="center"><img class="aligncenter size-full wp-image-20579" src="http://www.makeuseof.com/wp-content/uploads/2009/07/01b_pong.png" alt="" width="505" height="389" /></p>
<h3>2. Watch the text-based episode of StarWars IV</h3>
<p>I used to think that George Lucas skipped his early Math classes since he started the Star Wars sagas with number IV. Yet, I&#8217;m always a big fan of Luke and Leia.</p>
<p>If you feel like being nostalgic (and have plenty of free time to spare), why don&#8217;t you connect to the net, open the terminal and type in:</p>
<blockquote style="clear: both"><p>telnet towel.blinkenlights.nl</p></blockquote>
<p>That&#8217;s how far a REAL fan will go. (And if you are lucky enough to have IPv6, you&#8217;ll get more scenes and &#8211; drum roll, please &#8211;  color!)</p>
<p align="center"><img class="aligncenter size-full wp-image-20580" src="http://www.makeuseof.com/wp-content/uploads/2009/07/02a_star_wars_iv.png" alt="" width="505" height="389" /></p>
<p align="center"><img class="aligncenter size-full wp-image-20581" src="http://www.makeuseof.com/wp-content/uploads/2009/07/02b_star_wars_iv.png" alt="" width="505" height="389" /></p>
<h3>3. Talking Terminal</h3>
<p>Still have so much time to spare but no one to spare the time with? You could have the terminal talking to keep you company.</p>
<p>Just type in:</p>
<blockquote style="clear: both"><p>say {Fill in your text here}</p></blockquote>
<p>Fill in any text in the area provided above and Terminal will speak it out for you.</p>
<h3>4. Meet the Doctor</h3>
<p>After going as far as letting the talking Terminal accompany you during your lonely hours, you feel worried about your mental health and thinking about going to a mental therapist.</p>
<p>Well, look no further. Emacs also hides a virtual psychologist. To consult it with your problems, follow the above steps on number 1, but instead of typing in the name of the game, you type &#8220;doctor&#8221; (sans quote).</p>
<p>I guarantee that you would need a real psychotherapist after consulting with this one.</p>
<p align="center"><img class="aligncenter size-full wp-image-20582" src="http://www.makeuseof.com/wp-content/uploads/2009/07/04_doctor.png" alt="" width="505" height="389" /></p>
<p>As a final note, I think I should mention that I tried these fun things on my Mac. But since everything described here is merely command lines, these commands should also work fine on <a href="http://www.makeuseof.com/tag/play-games-inside-your-linux-terminal/">Linux</a> machines.</p>
<p>Do you know any other fun but simple things that you can do with the Terminal? Or can you help with some of the unknown games above? Share your knowledge using the comments section below.
<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/second-life-what-is-the-hype/" title="Second Life &#8211; What is the Hype? (March 27, 2008)">Second Life &#8211; What is the Hype?</a> (17)</li>
	<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/fun-personality-tests/" title="Who are you? What your pig drawing, browser type, fav. drinks, etc. reveal about you! (April 9, 2007)">Who are you? What your pig drawing, browser type, fav. drinks, etc. reveal about you!</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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-fun-and-simple-things-you-can-do-using-terminal-mac/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Get Detailed Information &amp; Benchmark Linux System</title>
		<link>http://www.makeuseof.com/tag/get-detailed-information-benchmark-your-linux-system/</link>
		<comments>http://www.makeuseof.com/tag/get-detailed-information-benchmark-your-linux-system/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 21:00:17 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19195</guid>
		<description><![CDATA[You can get a plethora of information about your Linux system via log files and the proc file system. However, the uninitiated should try Hardinfo. Hardinfo is a system profiler and benchmarking tool for your computer. Hardinfo presents detailed information about your system in a organized manner. 
Hardinfo is a Linux application. To install Hardinfo, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/hilogo.png" align="left">You can get a plethora of information about your Linux system via log files and the <a href="http://en.wikipedia.org/wiki/Procfs">proc file system</a>. However, the uninitiated should try Hardinfo. Hardinfo is a system profiler and benchmarking tool for your computer. Hardinfo presents detailed information about your system in a organized manner. </p>
<p><a href="http://hardinfo.berlios.de/">Hardinfo</a> is a Linux application. To install Hardinfo, look inside your distribution&#8217;s package manager. Ubuntu users can install Hardinfo via the terminal using:</p>
<p style="text-align:center"><strong> sudo apt-get install hardinfo </strong></p>
<p>Once installed, go ahead and run it. You will be greeted by various parameters towards the left and you can get more information by clicking on them.</p>
<p>The information is broadly classified into 3 categories: The computer, devices and benchmarks. You can get a information summary about your computer or detailed information about the Operating System, Kernel Modules, Filesystems, shared directories, network interfaces, monitors, languages installed and a log of system boots. In addition, you can also get detailed information about the processor, memory, PCI device, USB devices, battery, printers and storage etc.</p>
<p><span id="more-19195"></span></p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/memory.gif"></p>
<p>All this information is neatly organised and you can copy any one of them to the clipboard with the click of a button or generate a report to post on forums for help. You can pick and choose what information is to be included in the report by un-checking the modules you want to exclude.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/report.png"></p>
<p>Hardinfo also provides you with benchmarking that allows you run certain tests and see how well your computer does! Hardinfo benchmarks your CPU with zlib, fibonacci, md5, sha1, blowfish and FPU raytracing tests. It displays the result as well as how other common CPUs performed on the same test. </p>
<p>If you are unsure about how to interpret the results, Hardinfo displays a line towards the bottom &#8211; giving you some additional information about the test results. You can also synchronize the benchmark tests with the Hardinfo server to receive updated results for other CPUs and submit your own results if you so please.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/benchmark.png"></p>
<p>Do you know of similar profiling and benchmarking tools? Please recommend them 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/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/how-to-create-an-ubuntu-installation-usb-on-the-mac/" title="How To Create A Portable Ubuntu Installation USB On The Mac (August 9, 2009)">How To Create A Portable Ubuntu Installation USB On The Mac</a> (44)</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/get-detailed-information-monitor-and-take-a-computer-benchmark-with-pc-wizard/" title="Get Detailed Info About Your OS &#038; Hardware with PC Wizard (September 24, 2009)">Get Detailed Info About Your OS &#038; Hardware with PC Wizard</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/get-detailed-information-benchmark-your-linux-system/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Place Your Widgets On The Desktop [Mac]</title>
		<link>http://www.makeuseof.com/tag/how-to-place-your-widgets-on-the-desktop-mac/</link>
		<comments>http://www.makeuseof.com/tag/how-to-place-your-widgets-on-the-desktop-mac/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 13:00:27 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18533</guid>
		<description><![CDATA[Dashboard is one of the cool features of Mac OS X (starting from Tiger). With a push of a single keyboard button, Mac users have access to many mini useful applications called widgets.
Users can add or remove widgets to fit their personal preferences. There are already thousands widgets available today on Apple’s Dashboard download page, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/00-dashboard_widget_icon.jpg" align="left" /><a href="http://www.apple.com/macosx/features/300.html#dashboard">Dashboard</a> is one of the cool features of Mac OS X (starting from Tiger). With a push of a single keyboard button, Mac users have access to many mini useful applications called <em>widgets</em>.</p>
<p>Users can add or remove widgets to fit their personal preferences. There are already thousands widgets available today on Apple’s <a href="http://www.apple.com/downloads/dashboard/">Dashboard download page</a>, and who knows how many more are there scattered all over the internet. Users can even <a href="http://www.apple.com/pro/tips/webclip.html">create their own widgets</a>.</p>
<p>Some widgets are the ‘smaller versions’ of full-featured applications although not all are. That doesn&#8217;t mean these widgets are below the quality of the &#8220;real applications&#8221;. Many widgets are even so good (like <a href="http://www.makeuseof.com/tag/dashboard-widgets-you-cant-live-without-mac-only/">these ones</a>) that they should&#8217;ve been made available as stand-alone applications.</p>
<p>Imagine using a currency convertor widget like <a href="http://www.palple.net/widgets/currencyconverter/index.html">this one</a>, to convert a whole list of different currencies. You&#8217;ll probably have to switch between Dashboard and your desktop a million times.</p>
<p>It turns out that it’s possible to detach widgets from the Dashboard and make them available as individual applications. Here is the way to do that.<br />
<span id="more-18533"></span><br />
<img src="http://www.makeuseof.com/wp-content/uploads/2009/06/01-dashboard-n-widgets.jpg" alt="01-dashboard-n-widgets" title="01-dashboard-n-widgets" width="550" height="342" class="aligncenter size-full wp-image-18537" /><br />
<strong>Enable Developer Mode</strong><br />
First thing to do is to put the Dashboard in the Developer Mode. You can do that by launching Terminal (Applications &#8211;&gt; Utilities &#8211;&gt; Terminal) and typing in the following command:</p>
<blockquote style="clear: both"><p><em>defaults write com.apple.dashboard devmode YES</em></p>
</blockquote>
<p style="clear: both">Hit Enter or Return.</p>
<p style="clear: both">To avoid mistakes, I suggest you just copy and paste the command.</p>
<p style="clear: both">The second step is to restart the Dashboard. But instead of logging out and logging in, type in another command in the Terminal:</p>
<blockquote style="clear: both"><p><em>killall Dock</em></p>
</blockquote>
<p style="clear: both">And again, hit Enter or Return.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/02-terminal-command.jpg" alt="02-terminal-command" title="02-terminal-command" width="525" height="371" class="aligncenter size-full wp-image-18538" /></p>
<p><strong>Drag the Widgets out and back in</strong><br />
Now you can press the keyboard shortcut assigned to show and hide the Dashboard. The default key would be F12 (or in some keyboard F4). You can change the settings by going to System Preferences → Expose &amp; Spaces.</p>
<p>After the Dashboard appears, drag the widget that you want to detach. <strong>While still dragging</strong>, press the keyboard shortcut again. The Dashboard will disappear but the widget will stay. You can move it around the desktop and it will always stay above other applications.</p>
<p>You can drag as many widgets as you want out of the Dashboard and into the desktop by repeating the above process.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/03-widgets-in-desktop.jpg" alt="03-widgets-in-desktop" title="03-widgets-in-desktop" width="550" height="387" class="aligncenter size-full wp-image-18539" /></p>
<p>You can also drag the widgets back into the Dashboard by reversing the process: drag a widget on the desktop; and <strong>while still dragging</strong>, press the keyboard shortcut. Drop the widget back on the Dashboard, and press the shortcut key to go back to the desktop.</p>
<p><strong>Disable the Developer Mode</strong><br />
If later on you decide to disable the Developer Mode, you can do so by typing in this command:</p>
<blockquote style="clear: both"><p><em>defaults write com.apple.dashboard devmode NO</em></p>
</blockquote>
<p style="clear: both">Hit Enter or Return, then continue with this command:</p>
<blockquote style="clear: both"><p><em>killall Dock</em></p>
</blockquote>
<p style="clear: both">And hit Enter or Return.</p>
<p style="clear: both"><strong>Other methods</strong><br />Using the Terminal commands is not the only way to detach widgets from the Dashboard. You can also use free widget called <a href="http://the.dashboard.googlepages.com/DashIt.wdgt.zip">DashIt</a> or a paid app called <a href="http://www.amnestywidgets.com/Singles.html">Amnesty Singles</a>.</p>
<p style="clear: both">Please note that if you’ve moved the widgets to the desktop then disable the Dashboard, for example by using <a href="http://www.makeuseof.com/tag/maintain-your-mac-with-this-all-in-one-utility-tool-mac-only/">MainMenu</a>, the widgets will disappear along with the Dashboard.</p>
<p>If you know other methods to pull widgets out of Dashboard, please share using the comment below.</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/dashboard-widgets-you-cant-live-without-mac-only/" title="Dashboard Widgets You Can&#8217;t Live Without [Mac Only] (April 19, 2008)">Dashboard Widgets You Can&#8217;t Live Without [Mac Only]</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/ten-fun-dashboard-widget-games-for-mac/" title="10 Really Fun Dashboard Widget Games For Mac (June 7, 2009)">10 Really Fun Dashboard Widget Games For Mac</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/maintain-your-mac-with-this-all-in-one-utility-tool-mac-only/" title="Maintain Your Mac With This All in One Utility Tool (Mac Only) (April 11, 2009)">Maintain Your Mac With This All in One Utility Tool (Mac Only)</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/klip-the-world-to-your-desktop-with-klipfolio/" title="Klip The Web to Your Desktop With KlipFolio (August 8, 2008)">Klip The Web to Your Desktop With KlipFolio</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/become-a-cunning-linguist-with-foreign-languages-on-your-mac/" title="Become A Cunning Linguist With Foreign Languages On Your Mac (July 20, 2008)">Become A Cunning Linguist With Foreign Languages On Your Mac</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-place-your-widgets-on-the-desktop-mac/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Play Games Inside Your Linux Terminal</title>
		<link>http://www.makeuseof.com/tag/play-games-inside-your-linux-terminal/</link>
		<comments>http://www.makeuseof.com/tag/play-games-inside-your-linux-terminal/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 21:01:47 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=14257</guid>
		<description><![CDATA[So you spend most of your time on the terminal? Just entered a few commands? Feeling bored? How about some command line games? Yep, there are some oldies but goldies you can delve into for a little recreation on the terminal. So, how do your play games in terminal?
All you need to do is to [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/rfktitle.png" border="0" alt="play games in terminal" vspace="10" align="left" />So you spend most of your time on the terminal? Just entered a few commands? Feeling bored? How about some command line games? Yep, there are some oldies but goldies you can delve into for a little recreation on the terminal. So, how do your play games in terminal?</p>
<p>All you need to do is to install the required package and you get a ton of ways to &#8220;make use of&#8221; your time! Ubuntu users can get it via &#8220;sudo apt-get install &#8221; or via the Synaptic package manager. Other users might want to check out their distribution&#8217;s package manager.</p>
<h2><strong>BSDgames</strong></h2>
<p>BSDgames consists of a quite a handful of programs. There are some pretty interesting games included in the package. Board games like backgammon, gomoku and Monopoly, some card games, some quizzes and puzzles like hangman and boggle.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/backgammon.png" alt="linux terminal games" /></p>
<p>Formatting and Interconversion &#8211; create banners, convert your messages to Morse code or convert text to and from rot13</p>
<p>Some screensavers &#8211; like rain and worms, which seem more like primitive animation.</p>
<p>Calculators to decrypt Caesar cyphers, calculate the phase of moon and generate prime numbers.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/pom.png" alt="" /></p>
<p>Other random stuff including score charts and game tutorials.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/atc.png" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/boggle.png" alt="" /></p>
<p>A lot of the games might not be as intuitive to the iPhone generation as you would think, so if you would like help on any of the games just type &#8220;man 6 &lt;name of the game&gt;&#8221;</p>
<h2><strong>nInvaders</strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/ninvaders.png" alt="" /></p>
<p>Based on the classic space invaders game, nInvaders provides an ncurses based interface where you control the ship and set out to destroy the invaders before they reach you.</p>
<h2><strong>greed</strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/greed.png" alt="" /></p>
<p>Get greedy and eat as much of the screen as you can possibly eat. You can not cross over any spaces created by eating previous numbers so you might have to think a little and you might not actually want to get down right greedy.</p>
<h2><strong>robotfindskitten</strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/robot.png" alt="" /></p>
<p>Look for the kitten among the myriad of random characters and distinguish between the kittens and non kitten items.</p>
<p>There are some other terminal based games like bastet, ski, myman and overkill that you might want to check out.</p>
<p>For some other cool command line tricks check out the list of sites where you can <a href="http://www.makeuseof.com/tag/4-websites-to-learn-cool-linux-command-line-tricks/" target="_blank">learn cool tricks</a> and also check out 5 applications to <a href="http://www.makeuseof.com/tag/5-applications-to-change-the-way-you-work-with-linux-terminal/" target="_blank">make your terminal better</a>.</p>
<p>Do you know of some other cool programs to do some fun stuff on the terminal? Any other games you like to play in Linux terminal?  Share them with us in the comments and don&#8217;t forget to mention which one you liked the most!
<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-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/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/4-fun-and-simple-things-you-can-do-using-terminal-mac/" title="4 Fun And Simple Things You Can Do Using Terminal [Mac] (July 9, 2009)">4 Fun And Simple Things You Can Do Using Terminal [Mac]</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/yo-frankie-free-open-source-platform-game/" title="Yo Frankie! &#8211; Free Open Source Platform Game (December 28, 2008)">Yo Frankie! &#8211; Free Open Source Platform Game</a> (16)</li>
	<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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/play-games-inside-your-linux-terminal/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>5 Cool Apps to Make the Linux Terminal More Productive</title>
		<link>http://www.makeuseof.com/tag/5-applications-to-change-the-way-you-work-with-linux-terminal/</link>
		<comments>http://www.makeuseof.com/tag/5-applications-to-change-the-way-you-work-with-linux-terminal/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 16:01:17 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=5646</guid>
		<description><![CDATA[If you work on Linux you&#8217;ll know that the command line is the way to go (in some cases at least). If you are in GUI mode than you can access the command line via the Terminal. Here are some applications/utilities that will transform your command line experience.
Tilda and Guake
If you&#8217;ve ever played Quake you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/09/gterm.png" alt="" width="120" height="120" align="left" />If you work on Linux you&#8217;ll know that the command line is the way to go (in some cases at least). If you are in GUI mode than you can access the command line via the Terminal. Here are some applications/utilities that will transform your command line experience.</p>
<h2>Tilda and Guake</h2>
<p>If you&#8217;ve ever played Quake you&#8217;ll know how we could bring down the console in the game and then type in the command. Bringing such functionalities to the Linux Terminal are <a href="http://sourceforge.net/project/showfiles.php?group_id=126081">Tilda</a> and <a href="http://guake-terminal.org/download">Guake</a>. Both these applications perform similar functions viz allow you to show/hide a terminal windows with a hotkey. Guake is still in the early stages of development, Tilda offers somewhat more functions as compared to Guake.</p>
<p>Both Guake and Tilda allows you to customize the background of the window (with images or colors), create transparent backgrounds, manage the scroll history, manage colors. Tilda however offers some more options like custom width and height, custom animations, custom themes etc.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/images/tilda-shot.png" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/images/tilda-config.png" alt="Tilda for Linux Terminal" width="590" height="484" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/images/guake-shot.png" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/images/guake-config.png" alt="Guake for Terminal" width="490" height="630" /></p>
<h2>YaKuake</h2>
<p><a href="http://yakuake.uv.ro/?p=1">Yakuake</a> provides similar functionality to KDE users. You can add a new tab with Shift+Up, delete it with Shift+Down, and switch between tabs with Shift+Left Right.</p>
<p>Oh by the way, I forgot to mention that all three have tab functionality also!!</p>
<p>Some would ask, &#8220;Why not just launch the terminal with a shortcut key?&#8221;. Well because its faster this way and more prettier/stylish too. Now that the <a href="http://www.markshuttleworth.com/archives/162">Linux desktop is trying to outshine Apple</a> you should start getting used to some &#8216;fancy and useful&#8217; stuff.</p>
<h2>Terminator</h2>
<p>If tabs are not for you  then would you like some panes or a grid? <a href="http://launchpad.net/terminator/trunk/0.10/+download/terminator_0.10.tar.gz">Terminator</a> offers you panes/grid (although it does tabs as well). You can view the commands running side by side in different panes and you can also resize the various panes according to your needs! Personally I like Terminator. Working with panes is a lot more productive than using tabs(although you get more screen real estate in each tab). You can easily visualize the output of multiple commands or the status of that &#8216;compile from source&#8217; you had started a few minutes back!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/09/terminator.png" alt="" width="590" height="380" /></p>
<h2>DragBox</h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/09/shot3.png" border="0" alt="" width="275" height="256" align="left" />This is more of a utility than a terminal emulator. What <a href="http://nixbit.com/cat//utilities/dragbox/">DragBox</a> does is it provides you with a shelf where you can make the command line and the GUI meet. You can highlight the names of directories and files from the command line output and then drag them to the shelf.</p>
<p>From the shelf you can then drag and drop these files or directories into other GUI applications just as you would do using the clipboard. Not only this but you can also use the items in the shelf as arguments to commands using xargs.</p>
<p>Each one of us has our own preferred applications. Do you have one that does something similar to these? Why not share it with the world? 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/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/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/display-information-as-tabs-on-your-desktop-wallpaper/" title="Stick Brings Tabs to Your Desktop Wallpaper (October 3, 2009)">Stick Brings Tabs to Your Desktop Wallpaper</a> (7)</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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-applications-to-change-the-way-you-work-with-linux-terminal/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
