<?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; commands</title>
	<atom:link href="http://www.makeuseof.com/tags/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Sun, 22 Nov 2009 01:06:33 +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 Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</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>A Beginners Guide To The Windows Command Line</title>
		<link>http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/</link>
		<comments>http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 22:01:18 +0000</pubDate>
		<dc:creator>Tina</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=26892</guid>
		<description><![CDATA[This is not another post about smilies. This article deals with the Windows command line.
The command line lets you communicate directly with your computer and instruct it to perform various tasks. For this you have to use specific commands. The commands are not necessarily intuitive, so they have to be learned, just like words in [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/06/cmdlinelogo.png" border="0" alt="command line" vspace="5" align="left" />This is not <a title="15 Popular Codes for Smiley Faces and their Meanings" href="http://www.makeuseof.com/tag/15-popular-codes-for-smiley-faces-their-meanings/">another post</a> about smilies. This article deals with the Windows command line.</p>
<p>The command line lets you communicate directly with your computer and instruct it to perform various tasks. For this you have to use specific commands. The commands are not necessarily intuitive, so they have to be learned, just like words in a language. Fortunately, there are graphical user interfaces (GUIs) replacing most procedures that formerly required using the command line.</p>
<p>However, sometimes using the command line is quicker or even the only way to access certain information. Thus knowing how to use the command line can be extremely valuable. And that&#8217;s where this Windows command guide comes in.</p>
<p>To access the Windows command line in XP, click <em>&gt; START &gt; Run</em>, type <strong>cmd</strong> into the <em>&gt; Open:</em> field, and click <em>&gt; OK</em>.</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/10/CommandLine01.png" border="0" alt="windows command guide" /></p>
<p><span id="more-26892"></span><br />
Alternatively, you can go through <em>&gt; Start &gt; All Programs &gt; Accessories</em> and select <em>&gt; command prompt</em>.</p>
<p>This launches cmd.exe, a window that reminds us of the old days in computer history: pure white text on a uniform black background. Despite its resemblance to a DOS windows, cmd.exe merely is a command line interpreter merely similar to DOS.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/CommandLine02.png" border="0" alt="guide windows commands" /></p>
<p>Now that you have successfully accessed the command prompt, what is there to do here?</p>
<p>To operate at command prompt level, you need to know some commands. Let me give you some basics to play with.</p>
<h3><strong>Help</strong></h3>
<p>First let me say that there is intrinsic help in the command prompt. If you&#8217;re not sure whether a certain command really exists or what it does or what switches there are to it, type the command followed by a <strong>/?</strong> and you shall be enlightened.</p>
<h3><strong>Switches</strong></h3>
<p>Switches are optional extensions to a command, which change the command&#8217;s behavior. We actually saw an example of a switch in the previous section. <strong>/?</strong> is a switch to any command, explaining its function rather than executing it in any way.</p>
<p>Note that you can add several switches to each command, but always leave a space between the command and each switch.</p>
<p>Now let&#8217;s get on with serious commands.</p>
<h3><strong>dir</strong></h3>
<p>The dir command lists the contents of the current <span style="text-decoration: underline;">dir</span>ectory.</p>
<p>There are some useful switches to it. For example <strong>dir /d</strong> (/d being the switch) will list the directory contents in up to three columns. Alternatively, you can use <strong>dir /w</strong>, which will sort the contents differently. With <strong>dir /p</strong> the information doesn&#8217;t scroll, but pauses at the end of the screen, until you hit a random key for the next screen full of data.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/CommandLine03.png" border="0" alt="windows command guide" /></p>
<h3><strong>cd</strong></h3>
<p>To <span style="text-decoration: underline;">c</span>hange <span style="text-decoration: underline;">d</span>irectories, use the cd command.</p>
<p>Pick a directory seen in the previous dir listing. Directories are indicated by &lt;DIR&gt; in the directory listing. For example type <strong>cd desktop</strong> and you will switch into the Desktop directory. Type <strong>cd..</strong> to return to the previous directory. To go directly to a specific directory, rather than haggling your way through each single one, type in the entire path. Let&#8217;s say you went back to C:\&gt; and want to return to the Desktop directory. Simply type <strong>cd documents and settings\administrator\desktop</strong>.</p>
<p>Note that switching between drives doesn&#8217;t require the cd command. Simply type in the respective drive letter and a colon, e.g. d: to switch.</p>
<h3><strong>mkdir</strong></h3>
<p>This one is used to <span style="text-decoration: underline;">m</span>a<span style="text-decoration: underline;">k</span>e a <span style="text-decoration: underline;">dir</span>ectory, i.e. create a new directory. Type <strong>mkdir name</strong> to create a directory called name.</p>
<h3><strong>rmdir</strong></h3>
<p>To <span style="text-decoration: underline;">r</span>e<span style="text-decoration: underline;">m</span>ove a <span style="text-decoration: underline;">dir</span>ectory, use this command. So that would be <strong>rmdir name</strong> to remove a directory called name. Only empty directories can be removed.</p>
<p>You can of course create and delete directories located in any other directory, you just have to specify the respective path in your command, starting from where you are.</p>
<p>For example <strong>mkdir documents and settings\administrator\test</strong> when you&#8217;re in C:\ or <strong>mkdir administrator\test</strong> if you&#8217;re already in the documents and settings directory.</p>
<h3><strong>del</strong></h3>
<p>This is the command to <span style="text-decoration: underline;">del</span>ete files. It works similar to the mkdir and rmdir commands. So you type <strong>del example.exe</strong> to delete the file example.exe in your directory. If you&#8217;re not already in the right directory, you add the respective path.</p>
<p>This was a short list of commands to make you familiar with the command line environment. For an entire list of commands, please refer to <a title="Command Line Reference A to Z" href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds.mspx?mfr=true">this list</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/CommandLine04.png" border="0" alt="command prompt" /></p>
<p>We will now look at some very helpful commands for tasks that can not easily be completed by any other means. For all of them you can use the /? switch, to find out what all you can do with these commands.</p>
<h3><strong>driverquery</strong></h3>
<p>For a list of all drivers installed on your system, driverquery is the quickest solution.</p>
<h3><strong>ping</strong></h3>
<p>Ping must be the most popular command line prompt. It&#8217;s used to check an IP address and see whether the respective computer is online or responding, i.e. whether network communication between your and that computer is possible.</p>
<h3><strong>ipconfig</strong></h3>
<p>Here you can reveal network data of your own computer, such as the name of your computer in the network, your IP address or your MAC address.</p>
<h3><strong>systeminfo</strong></h3>
<p>The command to retrieve extensive information about your system, including Windows serial number, computer model, and available RAM.</p>
<p>This Windows command guide can merely touch on the surface of what the command line can do. For more extensive information, please refer to <a title="The Command Line in Windows" href="http://commandwindows.com/">The Command Line in Windows</a> and PCStats&#8217; <a title="WindowsXP Command Prompt Guide" href="http://www.pcstats.com/articleview.cfm?articleid=1723">WindowsXP Command Prompt Guide</a>.</p>
<p>If you got hooked, you might want to check out the following MakeUseOf articles dealing with the command line. Varun wrote about <a title="10 Windows Command Line Tips" href="http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/">10 Windows Command Line Tips You Should Check Out</a> and he introduced <a title="Nircmd Command Line Tool" href="http://www.makeuseof.com/tag/nircmd-a-power-packed-command-line-tool/">Nircmd &#8211; A Power Packed Command Line Tool</a>. Mark explained how to <a title="Change Windows User Password" href="http://www.makeuseof.com/tag/quick-tip-change-the-windows-user-password-via-command-line/">Change the Windows User Password</a> via Command Line.</p>
<p>What command do you find most useful?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/" title="10 Windows Command Line Tips You Should Check Out (June 6, 2009)">10 Windows Command Line Tips You Should Check Out</a> (33)</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> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/run-windows-commands-easily-with-commands-in-demand/" title="Run Windows Commands Easily with Commands In Demand (August 20, 2009)">Run Windows Commands Easily with Commands In Demand</a> (21)</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/a-beginners-guide-to-the-windows-command-line/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Run Windows Commands Easily with Commands In Demand</title>
		<link>http://www.makeuseof.com/tag/run-windows-commands-easily-with-commands-in-demand/</link>
		<comments>http://www.makeuseof.com/tag/run-windows-commands-easily-with-commands-in-demand/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 20:01:29 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[application launchers]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[system monitor]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=23144</guid>
		<description><![CDATA[Talk about doing repetitive tasks and you would think of the command line to be the best place to do them. However it is not always easy for everyone to remember how to run Windows commands. Commands in Demand provides you with an interface to perform a number of such tasks at the click of [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/commandslogo.png" alt="" vspace="5" align="left" />Talk about doing repetitive tasks and you would think of the command line to be the best place to do them. However it is not always easy for everyone to remember how to run Windows commands. <a href="http://www.vasilios-free.gr/freesoft/commands_in_demand.htm">Commands in Demand</a> provides you with an interface to perform a number of such tasks at the click of a button.</p>
<p>Sadly there is no portable version of the application. It would have been an excellent tool to keep on your USB drive had there been a portable version available.</p>
<p>The commands or actions are categorized into sections displayed towards the left. There are as many as 70 actions that you can perform with Commands in Demand. We have to say though, that some of them are easier and quicker if done the conventional way!</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/completeimage.png" alt="run windows commands" width="539" height="478" /></p>
<p><span id="more-23144"></span></p>
<p>Some of the salient features of the application are:</p>
<p>Tools to deal with non responsive applications. You can kill non responsive applications at the click of a button, it even lets you create a shortcut to do so, <a href="http://www.makeuseof.com/tag/how-to-kill-unresponsive-programs-without-the-task-manager/">like we showed you some time back</a>. You can restart Windows Explorer with a single click or fire the Task Manager to take things in your hand!</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/killer.png" alt="run windows commands" width="260" height="245" /></p>
<p>A real time clipboard editor that lets you edit the contents of the clipboard. It automatically reads the text on your clipboard and then you can edit it as you would do in notepad. You can also drag and drop additional text  to add to the text already on your clipboard. Print from here, save to a file or paste anywhere and the updated text will be pasted at the destination.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/clipboardeditor.png" alt="common windows commands" width="336" height="274" /></p>
<p>A list alphabetizer application that lets you create a list, sort it and then create a directory structure according to the list. You can even read in the contents of a folder as a list and then perform various operations on the list. The files and folders section also allows you to quickly launch common folders or open command prompt in a said folder.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/listalyzer.png" alt="windows commands" width="335" height="200" /></p>
<p>An icon extractor that can extract icons from exe and dll files. Here are some icons that it found in Google Talk executable:</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/googleicons.png" alt="commands in demand" width="364" height="179" /></p>
<p>A memory and CPU usage Monitor with a memory cleaner. The memory cleaner would essentially free up memory by dumping to the virtual memory, so make sure you don&#8217;t use it when you are  working in an application. It would be helpful if you are going to launch a memory intensive application and don&#8217;t need the other applications for some time as they will become less responsive till they are swapped back into the memory.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/memcpu.png" alt="windows commands" width="352" height="354" /></p>
<p>It also lets you search and compare results from two search engines side by side. Check the search engines (no Bing sadly) you want, type in your query and hit enter. It will open up the search results in your web browser.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/doublesearch.png" alt="" width="546" height="309" /></p>
<p>You can also change Commands in Demand&#8217;s settings. You can adjust transparency and control behavior like loading on startup and minimizing when a button is clicked to perform an action.</p>
<p>Commands in Demand is a nice application that lets you run several windows comments and perform a number of tasks from within a single application. It is a mix of a tweaker, launcher and a whole bunch of other tools. Definitely worth checking out. I would really like to see a portable version of an application like this. What do you think about it? 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 Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-launch-any-windows-app-at-the-touch-of-a-button/" title="How To Launch Any Windows App At The Touch Of A Button (December 20, 2008)">How To Launch Any Windows App At The Touch Of A Button</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/your-computer-your-world-how-to-keep-out-the-mindless/" title="Your Computer, Your World &#8211; How to Keep Out the Mindless (May 26, 2008)">Your Computer, Your World &#8211; How to Keep Out the Mindless</a> (51)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-system-tools-at-your-fingertips-with-fastkake/" title="Windows System Tools at your Fingertips with FastKake (March 26, 2008)">Windows System Tools at your Fingertips with FastKake</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/vista-switcher-replace-windows-alt-tab-with-something-cooler/" title="Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler (October 21, 2009)">Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/the-essential-keyboard-shortcuts-to-whip-your-windows/" title="The Essential Keyboard Shortcuts to whip your Windows (March 19, 2008)">The Essential Keyboard Shortcuts to whip your Windows</a> (18)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/run-windows-commands-easily-with-commands-in-demand/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>A Beginner&#8217;s FTP Command Tutorial For Ascii or Binary File Transfers</title>
		<link>http://www.makeuseof.com/tag/a-mini-ftp-guide-for-beginners/</link>
		<comments>http://www.makeuseof.com/tag/a-mini-ftp-guide-for-beginners/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 12:01:44 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=21340</guid>
		<description><![CDATA[FTP stands for File Transfer Protocol. It is a simple and secure way to exchange files over the Internet. There are two players involved in any FTP transfer &#8211; the server or the site which is hosting the files  and the client which contacts the server and requests to transfer a file. You can [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/ftpguidelogo.png" alt="" vspace="5" align="left" /><strong>FTP</strong> stands for <strong>F</strong>ile <strong>T</strong>ransfer <strong>P</strong>rotocol. It is a simple and secure way to exchange files over the Internet. There are two players involved in any FTP transfer &#8211; the server or the site which is hosting the files  and the client which contacts the server and requests to transfer a file. You can either use your browser or you can download a specific software to run as a <a href="http://www.makeuseof.com/tags/ftp-client/">FTP client</a>.</p>
<h2><strong>What you will need:</strong></h2>
<ul>
<li>The address of the FTP server you wish to communicate with. This can be an IP address or a domain name.</li>
<li>The login credentials for a FTP account on the server (you don&#8217;t need this for anonymous or public FTP).</li>
<li>An FTP client.</li>
</ul>
<p>Assuming you know the address and the login credentials, let&#8217;s straight away hop over to the FTP client. As I mentioned before you can either use your browser as a client or use dedicated FTP software. If you want to download the occasional file or two from FTP sites you are good to do so with a browser, just type in the address of the file and make sure you use ftp:// instead of the usual http://.</p>
<p><span id="more-21340"></span></p>
<p>If on the other hand you are managing a site or required to constantly upload/download files and manage accounts on the server you should use a FTP client designed for the task. Here are your choices:</p>
<ul>
<li>Most operating systems have a built in command line FTP client with which you would have to get familiar with the commands.</li>
<li>You can also use one of the GUI FTP clients: Firefox users can try <a href="https://addons.mozilla.org/en-US/firefox/addon/684">FireFTP</a>, or you can use <a href="http://www.makeuseof.com/tag/transfer-files-by-ftp-with-filezilla">FileZilla</a>, built specially with FTP in mind.</li>
</ul>
<p>It is easier to find your way around the GUI tools. A typical GUI client would have two panes, one showing the remote FTP directory and the other showing directories on your computer. There are buttons representing transfer between the two panes. Browse to the directories you want to transfer to/from like you would do inside Windows Explorer, click on the appropriate transfer button and the client takes care of the rest.</p>
<p>All the commands are issued transparently by the client without requiring you to issue them explicitly. While this may seem easier, it is always handy to know what is going on behind the scenes, which you can by trying out the commands yourself.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/filezilla.png" alt="" width="540" height="431" /></p>
<p>Let&#8217;s touch up the basic FTP commands, shall we?</p>
<p>First and foremost you need to connect to the host. Use <strong>ftp</strong> to connect to the host. The server would respond with some information including if anonymous access is allowed.  If it isn&#8217;t, you will be required to enter a username and password for the FTP account on the server.</p>
<p>Go ahead and enter those details. If you don&#8217;t know your username or password, you would have contact the administrator of the site or create a new FTP user (if you are the administrator).</p>
<p>After a successful login you can perform any desired operations on the files. You can always use the <strong>help</strong> to get a list of available commands or get help on any command as well.</p>
<p>Let us now see how you can perform the basic file operations over FTP:</p>
<h3>1. Moving around</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/loggedin.png" alt="" width="442" height="274" /></p>
<ul>
<li>To get a directory listing both <strong>ls</strong> and <strong>dir</strong> work.</li>
<li>You can change directories using the ubiquitous <strong> cd </strong> command. e.g. <strong> cd www </strong> changes to the www directory, To change to a local directory (i.e. a directory on your computer) instead use the <strong> lcd </strong> command.</li>
<li>To know which directory you are currently working in use the <strong> pwd </strong> (present working directory) command.</li>
<li>You can create directories using the <strong> mkdir &lt;dir-name&gt; </strong> command, remove directory using <strong> rmdir &lt;dir-name&gt; </strong>.</li>
<li>To delete a file use the <strong> delete &lt;filename&gt; </strong> command, rename files using <strong> rename &lt;old-name&gt; &lt;new-name&gt; </strong>.</li>
</ul>
<h3>2. Set File Transfer type</h3>
<ul>
<li>If you are going to transfer text files (includes txt, html, shell scripts, css files etc) you need to set the file transfer mode to ascii using <strong>ascii</strong> command.</li>
<li>On the other hand if you are going to transfer binary files (like images, pdf, MS office files, compiled code or executables etc) you need to set the file transfer mode to binary using <strong> binary </strong> command.</li>
</ul>
<h3>3. Transferring files</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/get.png" alt="" /></p>
<ul>
<li>To upload files to the server use the <strong> put </strong> command. e.g. <strong> put style.css </strong> would upload style.css from your local directory to the remote directory. Not that <strong> put </strong> doesn&#8217;t allow you to use wildcards, use <strong> mput </strong><strong> </strong> instead, if you want to use wildcards.</li>
<li>Similarly to download a file you can use the <strong> get &lt;filename&gt; </strong> or the <strong> mget &lt;filenames/wildcards&gt; </strong> commands.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/byeftp.png" alt="" /></p>
<h3>4. Creating your own FTP server</h3>
<p>If you pay a hosting company for server space, they generally have things configured beforehand and some even create accounts for you. You can always use the management panel to create and edit FTP accounts and some settings. You would have to poke around the management panel your hosting company is providing you with.</p>
<p>If you want to create an FTP server on your home network some configuration is needed. Windows user can try the <a href="http://filezilla-project.org/">Filezilla server</a>. Its great and simple to use. Linux users have plenty of options out of which <a href="http://vsftpd.beasts.org/">vsftpd</a> is pretty straighforward and feature rich.</p>
<p>Once you have configured the server you can access your files from any computer on your home network, using the IP address of the FTP server. If you want to be able to access your server from across the Internet you would require a static IP or perhaps you could look into something like <a href="http://www.dyndns.com/">dyndns</a> (which we discussed briefly while configuring <a href="http://www.makeuseof.com/tag/remotely-access-and-manage-your-torrents/">remote access to your torrents</a>).</p>
<p>That&#8217;s it, you have enough knowledge to get you started and help you along whenever working with FTP. Let us know if you use some other tools for similar purposes.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/use-ftp-online-without-installin-a-client/" title="Online FTP Clients: Use FTP Online without Installing A Client (August 14, 2008)">Online FTP Clients: Use FTP Online without Installing A Client</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/wordpress-tv-the-best-wordpress-tutorials-ever/" title="Wordpress.tv &#8211; The Best Wordpress Tutorials Ever! (October 28, 2009)">Wordpress.tv &#8211; The Best Wordpress Tutorials Ever!</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/transfer-files-by-ftp-with-filezilla/" title="Transfer files by FTP with FileZilla (August 20, 2007)">Transfer files by FTP with FileZilla</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/speed-up-your-wordpress-blog-with-php-speedy/" title="Speed Up Your WordPress Blog With PHP Speedy (January 23, 2009)">Speed Up Your WordPress Blog With PHP Speedy</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/rightload-adds-quick-ftp-options-to-windows-explorer/" title="Rightload &#8211; Add Quick FTP Options to Windows Explorer (November 12, 2008)">Rightload &#8211; Add Quick FTP Options to Windows Explorer</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/a-mini-ftp-guide-for-beginners/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>10 Windows Command Line Tips You Should Check Out</title>
		<link>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/</link>
		<comments>http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 19:00:08 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18664</guid>
		<description><![CDATA[Linux geeks are proud of their command line prowess and generally have some tricks up their sleeves. While the Windows command line is not considered as powerful as a Linux&#8217;s, here are some Windows command line tips and tricks not everyone might know about.
Drag and drop files for a full path
Tired of typing the long [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/cmdlinelogo.png" align="left" width="100" height="100">Linux geeks are proud of their command line prowess and generally have some tricks up their sleeves. While the Windows command line is not considered as powerful as a Linux&#8217;s, here are some Windows command line tips and tricks not everyone might know about.</p>
<h3>Drag and drop files for a full path</h3>
<p>Tired of typing the long pathnames for files/folders buried deep inside a folder tree? Just drag and drop the file onto the command prompt window and you will get the full path and filename reveal to you.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/drag1.png"></p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/drag2.png"><br />
<span id="more-18664"></span></p>
<h3>Copy and paste from/to the command line</h3>
<p>Click on the icon in the title bar and choose Edit > Mark. Now, drag over the area you want to copy, hit Enter and the text is copied to the clipboard. Similarly, you can click on the icon in the title bar and choose Paste to paste the text you already have on the clipboard. You can also do this by right-clicking inside the command prompt window</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/copypaste.png"></p>
<h3>Hit F7 for command line history</h3>
<p>Hit F7 and you will get a complete list of commands that you executed. Use the arrow keys to highlight the command you want to run again or just hit the number key corresponding to the command that you want to execute.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/fseven.png"></p>
<h3>History keys</h3>
<p>Use F1 to paste the previous command one character at a time, F2 (followed by a number) to paste the previous command up to the said number and F3 to paste the previous command.</p>
<h3>Run multiple commands</h3>
<p>You can run multiple command by separating them with &#038;&#038;. Note that this doesn&#8217;t run the commands simultaneously. Instead, the command towards the left is run first and if it completes successfully then the second command will run. If the first command fails, then the second command will not run</p>
<h3>Go fullscreen</h3>
<p>Hit Alt+Enter and now you have the entire screen to enter your commands and view the output. Sadly,. this doesn&#8217;t work as expected in Vista and you might have to do some additional tinkering.</p>
<h3>Change window size</h3>
<p>So you thought you knew the previous one? How would you change the size of the window? Use the <strong>mode</strong> command. Use mode &lt;no of characters wide&gt;, &lt;no of lines high&gt; to change the size of the window. For example, <strong>mode 100, 50</strong> will make the window 100 characters wide and 50 lines high</p>
<h3>Get help</h3>
<p>Linux users turn to the <strong>man</strong> command when in doubt, while Windows users don&#8217;t have complete manuals to refer. All is not lost. You can get some help for most commands by using <strong>command /?</strong> or <strong>command &#8211;help</strong>. You can also use the help command to see a list of available commands (although the list is far from extensive).</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/copyhelp.png"></p>
<h3>Filter command output</h3>
<p>If you are only interested in part of command output and don&#8217;t want to spend time scanning the entire output, you can pass the output over to the <strong>find</strong> command. eg use <strong>tasklist | find &#8220;firefox&#8221;</strong> to only list the entry for Firefox if it is running.</p>
<h3>Sleep or pause for some time</h3>
<p>If you have ever written a batch file and wanted to wait for a period of time before you start executing the next command, you might have been amazed to find the &#8220;sleep&#8221; command missing. You can however hack yourself a sleep command using ping! Use <strong>ping -n 5 127.0.0.1 > NUL 2>&#038;1</strong> to wait for 5 seconds. Be warned that the timing would not be exact so don&#8217;t just bet your life on it.</p>
<p>Think you know some more tricks? Have a command line tip to share? Sound off in the comments and let us know!</p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/" title="A Beginners Guide To The Windows Command Line (October 17, 2009)">A Beginners Guide To The Windows Command Line</a> (12)</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> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/run-windows-commands-easily-with-commands-in-demand/" title="Run Windows Commands Easily with Commands In Demand (August 20, 2009)">Run Windows Commands Easily with Commands In Demand</a> (21)</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/10-windows-command-line-tips-tricks-you-should-definitely-check-out/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How To Use Speech Commands on Your Mac</title>
		<link>http://www.makeuseof.com/tag/having-a-conversation-with-your-mac-computer/</link>
		<comments>http://www.makeuseof.com/tag/having-a-conversation-with-your-mac-computer/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 21:01:32 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[speech recognition]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=14338</guid>
		<description><![CDATA[&#8220;Computer, how many Romulan battleships are there?&#8221; Captain Kirk said.
&#8220;Ten&#8221; a soft female voice answered.
&#8220;What&#8217;s our chance of survival?&#8221;
&#8220;Zero percent.&#8221;
Kirk smiled and said &#8220;Computer, increase the shield to maximum.&#8221; He sat on his chair on the bridge &#8220;and play me some Mozart.&#8221;
&#8220;Affirmative.&#8221;
Then the scene from my imaginary episode of Star Trek continues with a fierce [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/kirkanimated.jpg" border="0" alt="mac-speech-commands" vspace="10" width="272" height="204" align="left" />&#8220;Computer, how many Romulan battleships are there?&#8221; Captain Kirk said.</p>
<p>&#8220;Ten&#8221; a soft female voice answered.</p>
<p>&#8220;What&#8217;s our chance of survival?&#8221;</p>
<p>&#8220;Zero percent.&#8221;</p>
<p>Kirk smiled and said &#8220;Computer, increase the shield to maximum.&#8221; He sat on his chair on the bridge &#8220;and play me some Mozart.&#8221;</p>
<p>&#8220;Affirmative.&#8221;</p>
<p>Then the scene from my imaginary episode of Star Trek continues with a fierce space battle between the USS Enterprise and ten Romulan battleships while Mozart’s &#8220;Air In G&#8221; plays in the background.</p>
<p>Countless episodes of sci-fi movies shows us that one of the major dreams of humans is to be able to have a conversation with computers. Your Mac OS X has a great speech recognition technology that is overlooked by most of its users. And even if we are still far from what the sci-fi movies dream about, talking with your Mac could be a very fun thing to do.</p>
<h2><strong>The Figure of Speech</strong></h2>
<p>To enable the speech recognition ability and use speech commands on your Mac, the first thing you have to do is open the <strong>Speech</strong> menu from System Preferences.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/01-system-preferences.jpg" alt="how to use mac speech" /></p>
<p>Then you need to choose the <strong>Speech Recognition</strong> tab.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/02-speech-recognition-tab.jpg" alt="" /></p>
<p>Turn the function on by choosing <strong>On</strong> on the <strong>Speakable Items</strong> radio button.</p>
<p>The next step would be to choose the sound source – the default is Internal Microphone. Then you would want to <strong>calibrate</strong> it.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/03-microphone-calibration.jpg" alt="" /></p>
<p>You could change the <strong>Listening Key</strong> if you don’t want to use the default <strong>Esc</strong> key.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/04-set-the-shortcut-key.jpg" alt="" /></p>
<p>There are two options on how the computer should listen to you. If you don’t want to have &#8220;accidental&#8221; operation, choose <strong>Listen only while key is pressed</strong> radio button. If you want to have the nearest working environment to the USS Enterprise, choose <strong>Listen continuously with keyword</strong> and pick your favorite keyword.</p>
<p>To make sure that your Mac acknowledges your command, put the checkmark into <strong>Speak command acknowledgement</strong> option.</p>
<h2><strong>The Voice behind The Machine</strong></h2>
<p>We now come to the personal preferences part &#8211; which voice do you want to speak to you?  Personally, I like a girl’s voice as I consider my Mac to be a female. But there are many choices that Mac users could choose from the <strong>Text to Speech</strong> tab.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/05-text-to-speech-tab.jpg" alt="use mac speech commands" /></p>
<p>There are other options related to Speech that you can choose from this tab. My favorite is <strong>Speak selected text when the key is pressed</strong>. This way I can have my writing read to me as I can easily spot mistakes this way. Just don’t forget to choose the key combination.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/06-speak-selected-text.jpg" alt="" /></p>
<p>But even without having this option checked, you still could have the text read to you by selecting any text then right-click on it and choose <strong>Speech &#8211;&gt; Start Speaking</strong>. Please note that this right click option is not available for all applications.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/07-speech-start-speaking.jpg" alt="" /></p>
<p>The quality of the speech is still very &#8220;machine&#8221; and far from a human sound. But sometimes it is fun listening to your document instead of reading it.</p>
<h2><strong>The List of Mac Speech Commands</strong></h2>
<p>So, how would you know what command to say to your Mac? Click on the down arrow from the <strong>Speech Recognition Window</strong> and choose <strong>Open Speech Command Window</strong>. You’ll have a window with a list of commands available.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/08-open-speech-command.jpg" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/09-speech-command-window.jpg" alt="" /></p>
<p>From my experiment I found out that these commands are easily editable. Just open the <strong>Speakable Items Folder</strong> (/User/Library/Speech/Speakable Items/) then rename the file(s). If you think that the &#8220;Minimize Speech Commands window&#8221; command is too long, just rename the corresponding file into something shorter, and then your Mac will understand the new command.</p>
<p>Please note that this feature will not work correctly in noisy environments since the noises will interfere with your spoken command.</p>
<p>Another annoyance is that sometimes the machine can be so stupid that you have to repeat a command several times.</p>
<p>But all in all, these speech recognition features of Mac OS X is another cool feature that Mac users should try.</p>
<p>As a fun bonus, try to say this command to your Mac: &#8220;tell me a joke&#8221; and share your thoughts and experiences using Mac speech commands using the comments below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</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> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/run-windows-commands-easily-with-commands-in-demand/" title="Run Windows Commands Easily with Commands In Demand (August 20, 2009)">Run Windows Commands Easily with Commands In Demand</a> (21)</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/makeuseof-your-iphone-set-up-voice-dialing-with-cactus/" title="MakeUseOf Your iPhone: Set Up Voice Dialing With Cactus (September 22, 2008)">MakeUseOf Your iPhone: Set Up Voice Dialing With Cactus</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/make-use-of-podcast-38-yang-quits-yahoo-iphone-google-app/" title="Make Use Of Podcast #38: Yang Quits Yahoo!, iPhone Google App (November 19, 2008)">Make Use Of Podcast #38: Yang Quits Yahoo!, iPhone Google App</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/having-a-conversation-with-your-mac-computer/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>4 Websites to Learn Cool Linux Command Line Tricks</title>
		<link>http://www.makeuseof.com/tag/4-websites-to-learn-cool-linux-command-line-tricks/</link>
		<comments>http://www.makeuseof.com/tag/4-websites-to-learn-cool-linux-command-line-tricks/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:01:20 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=12413</guid>
		<description><![CDATA[Hollywood movies often have a tech geek entering commands and doing amazing things. While it may not be that easy to hack into public transport systems or or control the world like Eagle Eye, the command line is certainly a geeks playground.
Want to show off your command line prowess to your geeky friends but don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/09/gterm.png" border="0" alt="learn linux commands" vspace="10" align="left" />Hollywood movies often have a tech geek entering commands and doing amazing things. While it may not be that easy to hack into public transport systems or or control the world like Eagle Eye, the command line is certainly a geeks playground.</p>
<p>Want to show off your command line prowess to your geeky friends but don&#8217;t know any cool tricks?  Well you are in luck. The following websites will give you plenty of tricks and tips to satiate your hunger:</p>
<h3><strong><a href="http://www.shell-fu.org">shell-fu</a></strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/shellfulcli.png" alt="shellfu - learn linux command line" /></p>
<p>&#8220;Fu&#8221; is defined as possessing superior skills related to an art. Aptly named &#8220;Shell fu&#8221; houses user-submitted command line goodies, tips and tricks. You can vote entries up if you like them and vote them down if you find they are harmful or do not work as advertised.</p>
<p>If you have some tricks of your own you can even submit them and they will be added to the site after the moderators have a look at them.</p>
<h3><strong><a href="http://www.commandlinefu.com">command-line-fu</a></strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/cfulcli.png" alt="command line fu" /></p>
<p>Shell fu and Command-line fu are almost identical in concept. Command-line fu allows users to share their CLI wisdom with others and also vote up and down on submitted snippets.</p>
<p>Both shell-fu and command-line fu allow you to follow snippets through RSS and Twitter although I did find command-line fu offers a bit of extra control on RSS feeds.</p>
<h3><strong><a href="http://snipt.net/public/tag/bash?page=2">snipt</a></strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/sniptslcli.png" alt="snipt - linux command line tips" /></p>
<p>Snipt is the &#8220;long term memory for coders&#8221;.  Snipt is a collection of frequently used commands and code snippets. You can share these snippets with your co-workers or make them public. Public snippets are viewable to everyone and for our specific case, we are interested in the bash section. However feel free to browse other sections as well.</p>
<h3><strong><a href="http://www.catonmat.net">good coders code, great reuse</a></strong></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/gcuselcli.png" alt="good coder code" /></p>
<p>While all the other resources mentioned utilize the power of the crowds to build up content, this one is different. It is Peteris Krumins blog about programming, software and hacking.</p>
<p>What&#8217;s so special about it? The famous sed, awk one liners, vim tips, plugins and cheat sheets that Peteris has fabricated over time. The occasional musical geek friday is fun as well.</p>
<p>While it may not be updated as often as the others, but more often than not the content is worth the wait.</p>
<h3><strong>Pick up the basics</strong></h3>
<p>While the places mentioned above have plenty of content to keep you busy learning, they are not the best places to start your journey. If you want to start with basics have a look at <a href="http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/">Introduction to the Linux Command Line</a> published on MakeUseOf earlier. You may also find command line basics <a href="http://www.freesoftwaremagazine.com/articles/command_line_intro">here</a> and <a href="http://www.tldp.org/LDP/GNU-Linux-Tools-Summary/html/index.html">here</a>. For advanced topics you can read the <a href="http://www.tldp.org/LDP/abs/html/">Advanced Shell Scripting Guide.</a></p>
<p>That&#8217;s plenty of information to keep you involved and build up your Linux-fu! Do you know of any good sites to learn Linux commands? Or have you referred to a Linux command line tutorial that you really like? Share with the world in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</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> (20)</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>
	<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/a-beginners-guide-to-the-windows-command-line/" title="A Beginners Guide To The Windows Command Line (October 17, 2009)">A Beginners Guide To The Windows Command Line</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-websites-to-learn-cool-linux-command-line-tricks/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Nircmd &#8211; A Power Packed Command Line Tool</title>
		<link>http://www.makeuseof.com/tag/nircmd-a-power-packed-command-line-tool/</link>
		<comments>http://www.makeuseof.com/tag/nircmd-a-power-packed-command-line-tool/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 16:01:04 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=5142</guid>
		<description><![CDATA[In this article we will be looking at a free utility called Nircmd which is an excellent tool that offers a lot of features.  When used with some imagination, it can accomplish wonders.  But first let&#8217;s see what Nircmd has to offer.
Nircmd allows you to open the CD tray, dial an internet connection, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/08/cmdprompt.png" alt="" align="left" />In this article we will be looking at a free utility called Nircmd which is an excellent tool that offers a lot of features.  When used with some imagination, it can accomplish wonders.  But first let&#8217;s see what Nircmd has to offer.</p>
<p>Nircmd allows you to open the CD tray, dial an internet connection, increase &amp; decrease the system volume, center all windows, remove the title bar from the &#8216;My Computer&#8217; window, set a window as always on top, hide the start button on the taskbar, change the display mode of your monitor, turn off the monitor, start and stop windows services, write and delete registry entries, clipboard management, take screenshots, connect to a VPN, show/hide the start button, show/hide the clock and much much more.</p>
<p>Quite a handful. Isn&#8217;t it? Wait till you hear that it does all this from the command line. Yep! FROM THE COMMAND LINE.</p>
<h2>How to Use It:</h2>
<p>(1) <a href="http://www.nirsoft.net/utils/nircmd.zip">Download</a> and extract the contents<br />
(2) You will get nircmd.exe along with a help file listing various functions performed by nircmd.<br />
(3) Copy nircmd.exe to C:\windows\system32 or any other folder that is specified in the PATH environment variable.<br />
(4) Run a command!</p>
<p>
<img src="http://www.makeuseof.com/wp-content/uploads/2008/08/nircmd.png" alt="" width="367" height="232" />
</p>
<h2>Get Creative</h2>
<p>These are some of the creative ways I could think of using Nircmd.  Maybe you can let us know some more? Please mention them in the comments.</p>
<ul>
<strong>Create Shortcuts</strong>: nircmd allows you to create shortcuts (on your desktop of anywhere) to run any command. So you want to mute/unmute the system volume by clicking a<br />
shortcut?  Use this: nircmd.exe cmdshortcut &#8220;~$folder.desktop$&#8221; &#8220;Switch Volume&#8221; mutesysvolume 2</p>
<p><strong>Disable Screensaver</strong>: nircmd.exe regsetval sz &#8220;HKCU\control panel\desktop&#8221; &#8220;ScreenSaveActive&#8221; 0</p>
<p><strong>Take a screenshot after 30 seconds and save it</strong>: nircmd.exe cmdwait 30000 savescreenshot &#8220;f:\temp\shot.png&#8221;</p>
<p><strong>Start the screensaver</strong>: nircmd.exe screensaver</p>
<p><strong>Hide the clock on the system tray</strong>: nircmd.exe win child class &#8220;Shell_TrayWnd&#8221; hide class &#8220;TrayClockWClass&#8221;</p>
<p><strong>Show the clock</strong>: nircmd.exe win child class &#8220;Shell_TrayWnd&#8221; show class &#8220;TrayClockWClass&#8221;</p>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/08/cmd.png" alt="nircmd" width="590" height="344" /></p>
<p>These are only some of the examples.  You can find the complete list and more in the zip file you download.</p>
<p>You might ask why would you want to use a command line tool? Well if all that it does is not enough to push you then let me suggest some of the benefits of using the command line:</p>
<ul>
<li>If thou aspire to be a power user thou shall master &#8220;The Ancient Art of Command Line!&#8221;</li>
<li>It&#8217;s faster, believe me, even if you have a decent typing speed you will be able to finish your work a lot faster doing it from the command line</li>
<li>It&#8217;s easier to do a number of actions in bulk using the command line. Like copy the files to the specified directory and then rename them all with a common prefix.</li>
<li>It&#8217;s easier to create a batch file and schedule tasks.  Let&#8217;s say that you want to open the CD Tray at 2 am (it&#8217;s a weird one I know, you can laugh) how would you do it? Use Windows scheduled tasks and run the command at 2am. Although you might not gain a lot by doing so but this is just to let you know the power of the command line.</li>
<li>You can integrate your custom commands into menus.</li>
<li>You can create shortcuts and thus shortcut keys for your commands or batch files.</li>
</ul>
<p><em>(By) &#8211; <strong>Varun Kashyap</strong>, a programmer, blogger and tech enthusiast, who also writes on his <a href="http://varunkashyap.wordpress.com">TechCrazy Blog </a>(Its been a long time). Now you know he is a busy guy! </em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<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>
	<li><a href="http://www.makeuseof.com/tag/windows-system-tools-at-your-fingertips-with-fastkake/" title="Windows System Tools at your Fingertips with FastKake (March 26, 2008)">Windows System Tools at your Fingertips with FastKake</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/firefox-extension-use-ubiquity-to-improve-your-web-browsing-experience/" title="Ubiquity &#8211; Extend Firefox and Improve your Browsing Experience (August 29, 2008)">Ubiquity &#8211; Extend Firefox and Improve your Browsing Experience</a> (9)</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> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/the-most-essential-keyboard-shortcuts-for-google-reader/" title="The most Essential Keyboard Shortcuts for Google Reader (March 16, 2008)">The most Essential Keyboard Shortcuts for Google Reader</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/nircmd-a-power-packed-command-line-tool/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>An Introduction to the Linux Command Line</title>
		<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/</link>
		<comments>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 21:46:25 +0000</pubDate>
		<dc:creator>Abraham Kurp</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commands]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=4029</guid>
		<description><![CDATA[Now it&#8217;s time to discuss one of the most mysterious and confusing parts of Linux to a Windows user: the command line. 
To most Windows users the prospect of typing in what you want your computer to do is completely foreign and thus intimidating. It&#8217;s so intimidating in fact that Linux developers have poured countless [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/command_line_question_mark.png" border="0" alt="" align="left" />Now it&#8217;s time to discuss one of the most mysterious and confusing parts of Linux to a Windows user: the command line. </p>
<p>To most Windows users the prospect of typing in what you want your computer to do is completely foreign and thus intimidating. It&#8217;s so intimidating in fact that Linux developers have poured countless hours into designing GUIs (graphical user interfaces) to imitate and/or replace text-based commands. But sometimes the command line is still the fastest, easiest, or only way to get something done.</p>
<h2>What is this &#8220;Linux Command Line&#8221;?</h2>
<p>A command line is a method of interacting with your computer that involves typing commands (that is, words and phrases that have meaning to the computer) to make it do things. Command line interfaces replaced punch card systems back in the 1950&#8217;s and subsequently made room for GUIs. Today all three major operating systems &#8211;Windows, Mac OS X, and Linux&#8211; have command line interfaces to go along with their GUIs, although Linux tends to rely on the command line more than the other two. (That being said, you can still do plenty with your system without ever touching the command line.)</p>
<h2>Why Should I Use it?</h2>
<p>Everyone will agree that the command line was a great invention and it served many early PC users well. But with our constant rush for the latest technology, many regard the command line as archaic and useless as a steam powered automobile. I disagree and I&#8217;m certainly not alone. Here are a few reasons it may come in handy:</p>
<ul>
1. <strong>It&#8217;s fast</strong> &#8211; &#8220;productivity&#8221; is a word that gets tossed around a lot by so-called power users, but the command line can really streamline your computer use, assuming you learn to use it right.</p>
<p>2. <strong>It&#8217;s easier to get help</strong> &#8211; The command line may not be the easiest thing to use, but it makes life a whole lot easier for people trying to help you and for yourself when looking for help, especially over the internet. Many times it&#8217;s as simple as the helper posting a few commands and some instructions and the recipient copying and pasting those commands. Anyone who has spent hours listening to someone from tech support say something like, &#8220;OK, now click this&#8221; knows how frustrating the GUI alternative can be.</p>
<p>3. <strong>It&#8217;s nearly universal</strong> &#8211; There are hundreds of Linux distros out there, each with a slightly different graphical environment. Thankfully, the various distros do have one common element: the command line. There are distro-specific commands, but the bulk of commands will work on any Linux system.</p>
<p>4. <strong>It&#8217;s powerful</strong> &#8211; The companies behind those <em>other</em> operating systems try their best to stop a user from accidentally screwing up their computer. Doing this involves hiding a lot of the components and tools that could harm a computer away from novices. Linux is more of an open book, which is due in part to its prominent use of the command line.
</ul>
<h2>OK, so what do I need to know?</h2>
<p>Truly mastering the command line, like anything, takes plenty of time and practice. Entire books and websites have been written on the subject, but we can at least cover the basics here.</p>
<p><strong>Navigate the file system</strong> &#8211; Like Windows, Linux uses a system of folders and files to organize data. When you first open a terminal you will be, by default, in the home folder. Enter the <strong>pwd</strong> (<em>print working directory</em>) command to make sure and it should output something like <strong>/home/user_name</strong>. Enter <strong>ls</strong> to <em>list</em> all the files and folders in your home folder. If you&#8217;ve been using your OS for a while your home folder is likely full of files and folders.</p>
<p>Rummage through the debris and you should find the Desktop folder. Let&#8217;s take a look at that. Type <strong>cd</strong> (<em>change directory</em>) and the directory name to go to any place on your computer. In this case we want to go to the Desktop directory, but there are three ways of writing its &#8220;address&#8221;: The long way, <strong>/home/user_name/Desktop</strong>, and the two shorthand ways, <strong>~/Desktop</strong>, <strong>./Desktop</strong>. The tilde (~) is shorthand for &#8220;<strong>/home/user_name</strong>,&#8221; while the period is shorthand for the current directory. Sound confusing? If so then I suggest just using the longhand way for now.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/07/screenshot-abrahamabraham-desktop-desktop.png" alt="linux command line" /></p>
<p><strong>A few simple tasks</strong> &#8211; Using the <strong>ls</strong> command in my Desktop directory returns that I have a couple of cute cat pictures there that I just downloaded. Well, I want to get them off my desktop and into their own folder. So first I&#8217;ll enter &#8220;<strong>mkdir</strong> ~/cats&#8221; to make a directory called &#8220;cats&#8221; in my home directory. Now to move the two pictures to the new cat directory I enter &#8220;<strong>mv</strong> ./Fluffy.jpg ./mr-jingles.jpg ~/cats&#8221;. It may seem confusing, but it simply tells the computer to move the two pictures (the .jpg files) from the desktop to the &#8220;cat&#8221; folder in the home folder. You can also use the <strong>cp</strong> command instead of <strong>mv</strong> to <em>copy</em> the pictures without changing the originals on the desktop. Should I ever feel the need, I can use the &#8220;<strong>rm</strong> /path/to/files/&#8221; command to <em>remove</em> them. Please note, however, that using this command does not put the file in the trash bin, but instead deletes it forever.</p>
<p><strong>A little miscellaneous info</strong> &#8211; Most commands (if not all) have a variety of <em>options</em> you can use to change the way the command works. Enter &#8220;<strong>[command] -[option letter]</strong>&#8221; to use options. Enter &#8220;<strong>man</strong> [command]&#8221; to open a command&#8217;s <em>manual</em> page and learn a bit about what a specific command does as well as its particular options. Lastly is the concept of root user. Some commands (particularly ones that could harm your computer if used recklessly or with malice) require you to become root user beforehand, using either the <strong>su</strong> or <strong>sudo</strong> commands.</p>
<p>A warning &#8211; The command line is great, but as Uncle Ben from Spider-Man says, &#8220;With great power, comes great responsibility.&#8221; So please do not enter any commands that you know absolutely nothing about. Be wary of copying and pasting questionable commands off the internet. Be especially wary of the <strong>rm</strong> command since you may cause irrevocable damage to your system and data. I hope this doesn&#8217;t discourage you, but instead prompts you to use a bit of caution when dealing with the Linux command line.</p>
<h2>Where do I go from here?</h2>
<p>Those are the absolute basics, but there is still so much to learn. There are plenty of articles both on and off the internet that go much deeper into the subject and even reference guides that list every single command. I suggest you don&#8217;t look at them just yet. Instead, I suggest you spend a few weeks or even months getting used to the command line and picking up things as you go along. Gradually you will learn what is useful and what is not so useful, what works better on the command line than the GUI and what doesn&#8217;t. This in turn will help you get the most out of your Linux system and maybe even fall in love with computing all over again.</p>
<p><em>(By) Abraham Kurp was introduced to open source software a few years ago and it was love at first site. When not preaching the virtues of open source he enjoys reading classic science fiction, playing obscure video games, dabbling in programming, and of course writing.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</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> (20)</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>
	<li><a href="http://www.makeuseof.com/tag/aria2-fast-multiprotocol-power-downloader-app/" title="aria2 &#8211; Fast Multiprotocol Power Downloader App (October 11, 2008)">aria2 &#8211; Fast Multiprotocol Power Downloader App</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/" title="A Beginners Guide To The Windows Command Line (October 17, 2009)">A Beginners Guide To The Windows Command Line</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Bringing Command Lines to The Web: Yubnub and More!</title>
		<link>http://www.makeuseof.com/tag/bringing-command-lines-to-the-web-yubnub-and-more/</link>
		<comments>http://www.makeuseof.com/tag/bringing-command-lines-to-the-web-yubnub-and-more/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 21:26:33 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[start pages]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=3027</guid>
		<description><![CDATA[With all the hype and user interfaces of Web 2.0, it seems ridiculous to go back to the old fashioned command line. Ask a geek and you will always find that he prefers the keyboard over the mouse simply because its &#8220;the damn fastest way&#8221; to work.
For our dear readers who are back in time [...]]]></description>
			<content:encoded><![CDATA[<p>With all the hype and user interfaces of Web 2.0, it seems ridiculous to go back to the old fashioned command line. Ask a geek and you will always find that he prefers the keyboard over the mouse simply because its &#8220;the damn fastest way&#8221; to work.</p>
<p>For our dear readers who are back in time from Year 2050&#8217;s multitouch interfaces and voice recognitions and don&#8217;t remember what a command line is, I would like to remind them that the command line is the allegedly boring but the all powerful geeky way to work, where you write commands and your system says, &#8220;yes master I will do it!&#8221; (of course it can say bad command or filename too!).</p>
<p>Nevertheless what we are going to show are <em>web command lines</em> which are powerful for sure, but not a bit boring! Have a look:</p>
<div style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/06/yubnub1.png" alt="" width="496" height="181" /></div>
<p>First up bringing such features to the web is <a href="http://yubnub.org/">Yubnub</a>. But wait.  Don&#8217;t count out the Web 2.0 effect just yet because Yubnub not only offers you a command line (or box), but it also offers you a &#8220;social command line&#8221;. We will see what it means in just a moment. First let&#8217;s have a look around Yubnub.</p>
<p>As soon as you reach Yubnub you are greeted with a search box thingy! This my friends is your &#8220;Command Line for the Web&#8221;. It lets you search, convert, download, play &#8230; and do lots of other things usin simple 1-3 letter commands. It&#8217;s like a Google Search box on steroids. You will see some popular (not common) commands listed below the box. Lets see what you can do with the Yubnub command line. Take a deep breath &#8211; this is going to be a long list.</p>
<ul>
<li> Search Google, Yahoo, eBay, Flickr</li>
<li> Get stock quotes</li>
<li> Get news from CNN, BBC, this and that</li>
<li> Search music</li>
<li> Get meanings of words</li>
<li> Get a thesaurus</li>
<li> Search Wikipedia</li>
<li> Generate a random number</li>
<li> Play games</li>
<li> Generate Sudoku puzzles</li>
<li> Perform a Who is query</li>
<li> Get Java Classes documentation</li>
<li> Do a reverse lookup of phone numbers</li>
<li> Strip off images, css and javascript from a web page</li>
<li> Find a username and password for a site</li>
<li> Search movies</li>
<li> Get Torrent files</li>
<li> Create ASCII art</li>
<li> Convert between units</li>
<li> Convert currencies</li>
<li> Open up a RSS feed in Google Reader</li>
<li> Translate text from one language to another</li>
<li> Get weather forecasts</li>
<li> Digg articles</li>
<li> Search your mail</li>
<li> Create mashup of yubnub commands</li>
<li>And</li>
<li> And</li>
<li> &#8230;..</li>
</ul>
<p>I give up. There are <strong>thousands of commands</strong>. Let&#8217;s now move on to the social aspect of YubNub. YubNub allows you to <a href="http://yubnub.org/parser/parse?command=create">create your own commands</a> and let&#8217;s you use the commands created by others so there is practically no limit to the number of commands and what you can do with them. You can view the <a href="http://yubnub.org/kernel/most_used_commands">most commonly used</a> commands.</p>
<p>Not only this but you can <a href="http://yubnub.org/documentation/describe_installation">install addons or tweak your browser</a> (almost all browsers are supported) so that you can use YubNub irrespective of the web page you are on. You can also find community created widgets for your operating system on this page so as to improve your YubNub experience and get the truly command line experience!</p>
<p>You can also view what people have been up to by looking at the most popular commands. Also some of the commands are called <a href="http://yubnub.org/parser/parse?command=ge">Golden Eggs</a> which means the commands people find particularly useful and interesting.</p>
<p>In case you are still wondering why the hell its called YubNub, then first of all be aware these are the Web 2.0 days and you can never trust the names.</p>
<p>Lets start with some fun. Here is a list of my favorite YubNub commands:</p>
<p>pod &#8211; searches podcasts<br />
flkall &#8211; displays flickr pics with tags<br />
url &#8211; converts a yubnub command to a URL<br />
explode &#8211; Explodes a string to an array in xml, xoxo, or json<br />
php &#8211; php function look up<br />
muo &#8211; you know what it does!<br />
techCrazy &#8211; Searches my blog!<br />
The g, gim, a commands are common so I m not mentioning those</p>
<div>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/06/sg1.png" alt="" width="450" height="36" /></p>
</div>
<h2>Bonus:</h2>
<p>Since we are already talking about using the so called &#8220;commands&#8221; on the web, I must mention <a href="http://www.sugarcodes.com/">Sugarcodes</a> here. Sugarcodes also allows you to launch, navigate, search, locate, translate, find and look up items on the web with the help of commands. Like Yubnub, Sugarcodes also has a variety of commands to offer. You can browse commands by categories and even create your own commands.</p>
<p>Sugarcodes has one additional feature that the commands users create are first termed &#8220;usercodes&#8221;, after some time they are upgraded to &#8220;sugarcodes&#8221; after their correctness and conformance with the policy is verified.</p>
<p><a href="http://www.navino.com">Navino.com</a> is another site that offers similar functions as Yubnub but the functionality is limited to search only. You can perform a search on a number of sites and engines using the keywords from just one search box, but that&#8217;s pretty much it.</p>
<div>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/06/goosh1.png" alt="" width="450" height="237" /></p>
</div>
<p><a href="http://goosh.org/">Goosh </a>- The unofficial Google shell allows you to use various Google services via the command line. The interface in this case is the closest to the command line. Functionality and usefulness?  Um&#8230;.not much, given that there are hundreds of other ways to do the same things without visiting the site.</p>
<p>Yubnub is certainly my favourite and offers a lot of functionality.  Once you get to know the commands you want (or probably create the ones you want) then its very addictive. The ability to add Yubnub to your browser makes it a sure killer and a must have to save time.</p>
<p>So what do you think of YubNub? Which commands do you like? Let us know the commands you created so that we can check them out.</p>
<p><em>(By) Varun Kashyap &#8211; A tech enthusiast, programmer and a blogger who invites you to visit his <a href="http://varunkashyap.wordpress.com">TechCrazy Blog</a></em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<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/hittery-awesome-custom-search-dashboard/" title="Hittery &#8211; Awesome Custom Search Startpage (August 28, 2008)">Hittery &#8211; Awesome Custom Search Startpage</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/welcome-to-the-future-of-online-search/" title="Welcome To The Future Of Online Search (June 19, 2008)">Welcome To The Future Of Online Search</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/ways-to-build-your-custom-browser-start-page/" title="Ways to Build your Custom Browser Start Page (May 7, 2008)">Ways to Build your Custom Browser Start Page</a> (31)</li>
	<li><a href="http://www.makeuseof.com/tag/firefox-extension-use-ubiquity-to-improve-your-web-browsing-experience/" title="Ubiquity &#8211; Extend Firefox and Improve your Browsing Experience (August 29, 2008)">Ubiquity &#8211; Extend Firefox and Improve your Browsing Experience</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/bringing-command-lines-to-the-web-yubnub-and-more/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
