<?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>gHacks technology news &#187; shell</title>
	<atom:link href="http://www.ghacks.net/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remote SSH: Run processes anywhere on different platforms</title>
		<link>http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/</link>
		<comments>http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 15:02:18 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[aeshells]]></category>
		<category><![CDATA[blinkenshell]]></category>
		<category><![CDATA[eggdrop]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irc bot]]></category>
		<category><![CDATA[polarhome]]></category>
		<category><![CDATA[remote os]]></category>
		<category><![CDATA[remote shell]]></category>
		<category><![CDATA[remote-desktop]]></category>
		<category><![CDATA[sdf]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shell account]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/</guid>
		<description><![CDATA[SSH is a way to remotely and securely access command prompt/terminal on another computer, giving you access to that computer&#8217;s files, services, network connections and programs.
Some services offer free SSH accounts, so you can edit and access files anywhere, host websites, use them as proxies (or IPv6 gateways) and some even let you run processes [...]]]></description>
			<content:encoded><![CDATA[<p>SSH is a way to remotely and securely access command prompt/terminal on another computer, giving you access to that computer&#8217;s files, services, network connections and programs.</p>
<p>Some services offer free SSH accounts, so you can edit and access files anywhere, host websites, use them as proxies (or IPv6 gateways) and some even let you run processes like IRC bots and compilers.</p>
<p>Generally, such free Shell accounts impose a monthly bandwidth quota of a few megabytes, so you don&#8217;t use too much of their resources. Some providers are more generous than others, though, and some charge for additional space and bandwidth.</p>
<p><span id="more-11533"></span>Most SSH providers offer Unix-based hosting. <a href="http://www.red-pill.eu/freeunix.shtml">Mitja Sladovic offers a very large list of such free providers</a>.</p>
<p>The most popular service is the <a href="http://freeshell.org/">SDF Public Access UNIX System</a>, established in 1987. Free users are offered email hosting (POP or IMAP), games, access to the text-based &#8216;Lynx&#8217; web browser, web hosting, various network utilities and 80MB space. For access to gcc, php etc., one must a one-off fee of $36. In order to validate your account, and receive access to network utilities, one must send them $1 or €5 (in order to deter spammers).</p>
<p><a href="http://blinkenshell.org/wiki/Start">Blinkenshell is another interesting option</a>. Free accounts get 50MiB of space, access to several compilers, an IPv6 tunnel, hosting, email, IRC access and even the ability to have MySQL databases. One can&#8217;t use Blinkenshell for IRC bots, though. A few services do provide access to eggdrop, a popular IRC bot, such as <a href="http://www.polarhome.com/">Polarhome</a> and <a href="http://www.aeshells.org/">aeshells</a>.</p>
<p>Naturally, novices may struggle with such services as no graphical interface is provided. These services do, however, provide a rapid way to compile applications on different platforms (like Linux and BSD) and allow boring processes, like IRC bots, to run for you.</p>

	Tags: <a href="http://www.ghacks.net/tag/aeshells/" title="aeshells" rel="tag">aeshells</a>, <a href="http://www.ghacks.net/tag/blinkenshell/" title="blinkenshell" rel="tag">blinkenshell</a>, <a href="http://www.ghacks.net/tag/eggdrop/" title="eggdrop" rel="tag">eggdrop</a>, <a href="http://www.ghacks.net/tag/ipv6/" title="ipv6" rel="tag">ipv6</a>, <a href="http://www.ghacks.net/tag/irc/" title="irc" rel="tag">irc</a>, <a href="http://www.ghacks.net/tag/irc-bot/" title="irc bot" rel="tag">irc bot</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/polarhome/" title="polarhome" rel="tag">polarhome</a>, <a href="http://www.ghacks.net/tag/remote-os/" title="remote os" rel="tag">remote os</a>, <a href="http://www.ghacks.net/tag/remote-shell/" title="remote shell" rel="tag">remote shell</a>, <a href="http://www.ghacks.net/tag/remote-desktop/" title="remote-desktop" rel="tag">remote-desktop</a>, <a href="http://www.ghacks.net/tag/sdf/" title="sdf" rel="tag">sdf</a>, <a href="http://www.ghacks.net/tag/shell/" title="shell" rel="tag">shell</a>, <a href="http://www.ghacks.net/tag/shell-account/" title="shell account" rel="tag">shell account</a>, <a href="http://www.ghacks.net/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.ghacks.net/tag/telnet/" title="telnet" rel="tag">telnet</a>, <a href="http://www.ghacks.net/tag/unix/" title="unix" rel="tag">unix</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/22/access-remote-unix-guis-in-windows-xming/" title="Access remote Unix GUIs in Windows: Xming (November 22, 2008)">Access remote Unix GUIs in Windows: Xming</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/11/securely-copy-files-with-scp/" title="Securely copy files with scp (April 11, 2009)">Securely copy files with scp</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/02/17/get-to-know-linux-secure-shell/" title="Get To Know Linux: Secure Shell (February 17, 2009)">Get To Know Linux: Secure Shell</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/" title="dd: the ultimate disk cloning tool (January 17, 2009)">dd: the ultimate disk cloning tool</a> (11)</li>
	<li><a href="http://www.ghacks.net/2008/07/09/control-servers-from-mobile-phones-via-ssh/" title="Control Servers from Mobile Phones via SSH (July 9, 2008)">Control Servers from Mobile Phones via SSH</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Better File Management with Open++</title>
		<link>http://www.ghacks.net/2009/03/09/better-file-management-with-open/</link>
		<comments>http://www.ghacks.net/2009/03/09/better-file-management-with-open/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 15:46:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[context menu]]></category>
		<category><![CDATA[file management]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[windows shell]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=11051</guid>
		<description><![CDATA[Adding new entries to the Windows right-click context menu is no easy task if you only have the tools the Windows operating system is providing to you at your disposal. It is essential for a better file management to add entries to the shell context menu to access and manage files and folders easier and [...]]]></description>
			<content:encoded><![CDATA[<p>Adding new entries to the Windows right-click context menu is no easy task if you only have the tools the Windows operating system is providing to you at your disposal. It is essential for a better file management to add entries to the shell context menu to access and manage files and folders easier and faster. <a href="http://dengdun.webs.com/en/openxx.htm">Open++</a> is a lightweight software program for the Windows operating system that is adding one additional context menu entry to the right-click menu.</p>
<p>The application will display a configuration window after installation which is displaying the shell entries that have been added by the application. This includes copying the path, opening the command prompt, running files with parameters or opening notepad or paint.</p>
<p>Not all of the entries are needed though. It is possible to remove some entries from the context menu entry. New entries &#8211; called commands in the application &#8211; can be added as well. Every entry consists of a title, program name, arguments, directories and other variables that can be defined during creation. Entries can be moved around to change their position in the context menu.</p>
<p><span id="more-11051"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/file_management-435x500.jpg" alt="file management" title="file management" width="435" height="500" class="alignnone size-medium wp-image-11052" /></p>
<p>It is for instance possible to add any executable file to the right-click context menu including specific launch parameters. Another interesting feature of Open++ is the ability to use short path and prompts for arguments when pressing keys on the keyboard at the same time.</p>
<p>The application is running as a rundll.exe process with about 3 Megabytes of computer memory usage after installation.</p>

	Tags: <a href="http://www.ghacks.net/tag/context-menu/" title="context menu" rel="tag">context menu</a>, <a href="http://www.ghacks.net/tag/file-management/" title="file management" rel="tag">file management</a>, <a href="http://www.ghacks.net/tag/open/" title="open" rel="tag">open</a>, <a href="http://www.ghacks.net/tag/shell/" title="shell" rel="tag">shell</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-shell/" title="windows shell" rel="tag">windows shell</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/01/30/windows-vista-drive-icons/" title="Windows Vista Drive Icons (January 30, 2008)">Windows Vista Drive Icons</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/07/05/windows-software-to-create-multiple-folders-at-once/" title="Windows Software To Create Multiple Folders At Once (July 5, 2009)">Windows Software To Create Multiple Folders At Once</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/04/28/windows-shell-enhancer/" title="Windows Shell Enhancer (April 28, 2008)">Windows Shell Enhancer</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/01/14/top-100-free-software-for-windows-xp/" title="top 100 free software for windows xp (January 14, 2006)">top 100 free software for windows xp</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/03/07/start-program-after-idle-time/" title="Start Program after Idle Time (March 7, 2008)">Start Program after Idle Time</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/09/better-file-management-with-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hash Tab Shell Extension</title>
		<link>http://www.ghacks.net/2008/11/27/hash-tab-shell-extension/</link>
		<comments>http://www.ghacks.net/2008/11/27/hash-tab-shell-extension/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 17:28:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[calculate hashes]]></category>
		<category><![CDATA[hash tab]]></category>
		<category><![CDATA[hashes]]></category>
		<category><![CDATA[md5 hash]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shell extension]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8574</guid>
		<description><![CDATA[Many users shy away as soon as they hear the words hash or shell extension because of the connotation that the conversation will turn into a highly technical &#8211; and geeky &#8211; one. The concept itself however is pretty simple that even a inexperienced computer user should understand it.
A hash is just a string that [...]]]></description>
			<content:encoded><![CDATA[<p>Many users shy away as soon as they hear the words hash or shell extension because of the connotation that the conversation will turn into a highly technical &#8211; and geeky &#8211; one. The concept itself however is pretty simple that even a inexperienced computer user should understand it.</p>
<p>A hash is just a string that has been computed with the use of an algorithm. That hash is always the same as long as the file that has been checked is not modified. This leads directly to many uses of hash values. They can be used to check that a file is still the same on one computer, that a file that has been uploaded to a remote computer is the same as the file on the source computer or that a download from an Internet website is not corrupt. </p>
<p>Hash Tab is a Windows shell extension that adds a tab in the File Properties window that is displaying has values of various algorithms like MD5, CRC32 or SHA-512.</p>
<p><span id="more-8574"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/hashtab1-366x500.jpg" alt="hashtab" title="hashtab" width="366" height="500" class="alignnone size-medium wp-image-8576" /></p>
<p>One interesting feature of Hash Tab is the ability to compare hashes in the File Properties dialog. It is possible to select a second file on the hard drive and compare it with the first one or to paste a hash into one of the forms and compare the files that way. The second option is obviously thought for comparing files that are not located on the same computer. Helpful after downloading files on the Internet or transferring files to a remote computer.</p>
<p>Hash Tab is only one review that was posted by Demetris at his blog. He lists <a href="http://op111.net/p64">Fifteen useful shell extensions for Windows</a> with lots of screenshots and information on his website.</p>

	Tags: <a href="http://www.ghacks.net/tag/calculate-hashes/" title="calculate hashes" rel="tag">calculate hashes</a>, <a href="http://www.ghacks.net/tag/hash-tab/" title="hash tab" rel="tag">hash tab</a>, <a href="http://www.ghacks.net/tag/hashes/" title="hashes" rel="tag">hashes</a>, <a href="http://www.ghacks.net/tag/md5-hash/" title="md5 hash" rel="tag">md5 hash</a>, <a href="http://www.ghacks.net/tag/shell/" title="shell" rel="tag">shell</a>, <a href="http://www.ghacks.net/tag/shell-extension/" title="shell extension" rel="tag">shell extension</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/25/link-shell-extension/" title="Link Shell Extension (October 25, 2008)">Link Shell Extension</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/12/24/verify-the-integrity-and-authenticity-of-files/" title="Verify the integrity and authenticity of files (December 24, 2007)">Verify the integrity and authenticity of files</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/" title="NTFS Link Windows Shell Extension (February 2, 2009)">NTFS Link Windows Shell Extension</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/08/30/fingerprint-files-in-windows-to-uncover-file-changes/" title="Fingerprint Files In Windows To Uncover File Changes (August 30, 2009)">Fingerprint Files In Windows To Uncover File Changes</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/04/21/check-md5-hashes/" title="Check MD5 Hashes (April 21, 2007)">Check MD5 Hashes</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/27/hash-tab-shell-extension/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Link Shell Extension</title>
		<link>http://www.ghacks.net/2008/10/25/link-shell-extension/</link>
		<comments>http://www.ghacks.net/2008/10/25/link-shell-extension/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 17:05:10 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[hardlinks]]></category>
		<category><![CDATA[junctions]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[mountpoints]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shell extension]]></category>
		<category><![CDATA[symbolic links]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7863</guid>
		<description><![CDATA[Link Shell Extension is a software program for Windows NT operating systems like Windows XP, Windows Vista or Windows Server 2003 that supports the creation of hardlinks, junctions, volume mountpoints and Vista&#8217;s symbolic links. It provides the functionality as a shell extension in all supported operating systems meaning that it can be accessed from Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Link Shell Extension is a software program for Windows NT operating systems like Windows XP, Windows Vista or Windows Server 2003 that supports the creation of hardlinks, junctions, volume mountpoints and Vista&#8217;s symbolic links. It provides the functionality as a shell extension in all supported operating systems meaning that it can be accessed from Windows Explorer or compatible file managers.</p>
<p>Users installing the software need to have administrator rights to do so and should note that only NTFS drives support the creation which means that it cannot be used on partitions formatted with FAT file systems. It should also be noted that Link Shell Extension is compatible with 64-bit editions of Windows XP and Windows Vista.</p>
<p>The type of link that is created depends on the source that is picked by the user. Picking files will create hardlinks, folders will create junctions and a partition will create a volume mountpoint. The benefit of creating that file system is that files and folders can be accessed in multiple places instead of just the source location.</p>
<p><span id="more-7863"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/10/link_shell_extension-500x393.png" alt="link shell extension" title="link shell extension" width="500" height="393" class="alignnone size-medium wp-image-7864" /></p>
<p>In addition to the three link types specified above the Windows Vista version of <a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html">Link Shell Extension</a> supports the creation of Symbolic Links which have been introduced in the operating system.</p>
<p>The creation of remote links within SMB mapped network NTFS drives is supported by the software program as well. The easiest way to get an overview of the capabilities of Link Shell Extension is to visit the homepage which lists all supported modes and functions. </p>

	Tags: <a href="http://www.ghacks.net/tag/hardlinks/" title="hardlinks" rel="tag">hardlinks</a>, <a href="http://www.ghacks.net/tag/junctions/" title="junctions" rel="tag">junctions</a>, <a href="http://www.ghacks.net/tag/links/" title="links" rel="tag">links</a>, <a href="http://www.ghacks.net/tag/mountpoints/" title="mountpoints" rel="tag">mountpoints</a>, <a href="http://www.ghacks.net/tag/ntfs/" title="ntfs" rel="tag">ntfs</a>, <a href="http://www.ghacks.net/tag/shell/" title="shell" rel="tag">shell</a>, <a href="http://www.ghacks.net/tag/shell-extension/" title="shell extension" rel="tag">shell extension</a>, <a href="http://www.ghacks.net/tag/symbolic-links/" title="symbolic links" rel="tag">symbolic links</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/" title="NTFS Link Windows Shell Extension (February 2, 2009)">NTFS Link Windows Shell Extension</a> (11)</li>
	<li><a href="http://www.ghacks.net/2008/11/27/hash-tab-shell-extension/" title="Hash Tab Shell Extension (November 27, 2008)">Hash Tab Shell Extension</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/03/15/application-mover/" title="Application Mover (March 15, 2009)">Application Mover</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/26/check-file-integrity-with-hashtab/" title="Check File Integrity With HashTab (June 26, 2009)">Check File Integrity With HashTab</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/03/09/better-file-management-with-open/" title="Better File Management with Open++ (March 9, 2009)">Better File Management with Open++</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/25/link-shell-extension/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Command Line Directory Switcher</title>
		<link>http://www.ghacks.net/2008/10/02/command-line-directory-switcher/</link>
		<comments>http://www.ghacks.net/2008/10/02/command-line-directory-switcher/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 16:18:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[wcd]]></category>
		<category><![CDATA[wherever change directory]]></category>
		<category><![CDATA[windows command line]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7360</guid>
		<description><![CDATA[If you want to switch between directories in the Windows command line you need to type in the path directly most of the time especially if the files are located on different partitions. The tab feature is great for completing a file or directory name but there is no option to switch directories fast.
Wherever Change [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to switch between directories in the Windows command line you need to type in the path directly most of the time especially if the files are located on different partitions. The tab feature is great for completing a file or directory name but there is no option to switch directories fast.</p>
<p><a href="http://www.xs4all.nl/~waterlan/">Wherever Change Directory</a> (WCD via <a href="http://www.downloadsquad.com/2008/10/01/24-great-open-source-apps-for-admins-and-technicians/">Download Squad</a>) is the name of a Windows script that is offering a way to change directories in the Windows command line blazingly fast. It indexes the directory structure of the computer system at first start of the application which takes a few seconds. After that it is possible to change directories with the command wcd directory, for example wcd desktop. The default search is to look for every directory name that begins with the search term that the user entered. Wildcards can be used to change that behavior.</p>
<p>WCD will display all directories with desktop in their name giving the user the option to pick one to change to. If only one directory with the name was found on the system WCD will immediately make the directory change. </p>
<p><span id="more-7360"></span>Wherever Change Directory supports local directories, Windows LAN UNC paths, alias  directories and subdirectories.</p>
<p>A user who has the intention to work regularly with the software program should either move it into a system path directory or add the new directory to the system path to be able to run wcd from every location and not only its source directory.</p>

	Tags: <a href="http://www.ghacks.net/tag/command-line/" title="command-line" rel="tag">command-line</a>, <a href="http://www.ghacks.net/tag/shell/" title="shell" rel="tag">shell</a>, <a href="http://www.ghacks.net/tag/wcd/" title="wcd" rel="tag">wcd</a>, <a href="http://www.ghacks.net/tag/wherever-change-directory/" title="wherever change directory" rel="tag">wherever change directory</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-command-line/" title="windows command line" rel="tag">windows command line</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/18/join-mp3-from-the-command-line/" title="Join Mp3 From The Command Line (November 18, 2008)">Join Mp3 From The Command Line</a> (17)</li>
	<li><a href="http://www.ghacks.net/2008/01/15/windows-tip-dont-replace-any-files-while-copying/" title="Windows Tip: Don&#8217;t replace any files while copying (January 15, 2008)">Windows Tip: Don&#8217;t replace any files while copying</a> (10)</li>
	<li><a href="http://www.ghacks.net/2007/09/25/windows-steady-state/" title="Windows Steady State (September 25, 2007)">Windows Steady State</a> (11)</li>
	<li><a href="http://www.ghacks.net/2006/07/04/windows-shut-down-takes-ages-try-profile-hive/" title="Windows shut down takes ages ? Try Profile Hive (July 4, 2006)">Windows shut down takes ages ? Try Profile Hive</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/04/24/windows-keyboard-shortcuts/" title="Windows Keyboard shortcuts (April 24, 2006)">Windows Keyboard shortcuts</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/02/command-line-directory-switcher/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Queue File Operations with Piky Basket</title>
		<link>http://www.ghacks.net/2008/02/20/queue-file-operations-with-piky-basket/</link>
		<comments>http://www.ghacks.net/2008/02/20/queue-file-operations-with-piky-basket/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 21:05:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy paste]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/20/queue-file-operations-with-piky-basket/</guid>
		<description><![CDATA[Piky Basket is a Windows shell extension that lets you add files and folders from different locations of your hard drive to a virtual basket to perform file operations on all of the files and folders at the end. You basically select as many files and folders as you like from your system and perform a file operation on them afterwards. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.conceptworld.com/Piky/piky_features.asp">Piky Basket</a> is a Windows shell extension that lets you add files and folders from different locations of your hard drive to a virtual basket to perform file operations on all of the files and folders at the end. You basically select as many files and folders as you like from your system and perform a file operation on them afterwards. </p>
<p>You could for instance sort through your files and move all files belonging to one group into a new folder using Piky Basket. The file operations available are copy, move and delete. This is actually another nice application. I sometimes download large image collections from sites like Flickr using an automated downloader. Instead of going through each picture I could simply add all pictures that I want to delete in the basket and delete them at the end.</p>
<p>I would not have to mark them all while still browsing through them. Its also great for creating a CD or DVD with files from different locations, a backup for instance.</p>
<p><span id="more-3295"></span>Another option is to copy paths to the clipboard. Picky Basket can get the file paths of selected files and folders and copy them to the clipboard. Found at <a href="http://www.freewaregenius.com/2008/02/20/use-a-virtual-basket-to-perform-operations-on-multiple-files-and-folder-with-piky-basket/">Freeware Genius</a> (any news about my shoes Samer, hehe).</p>

	Tags: <a href="http://www.ghacks.net/tag/copy-paste/" title="copy paste" rel="tag">copy paste</a>, <a href="http://www.ghacks.net/tag/shell/" title="shell" rel="tag">shell</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/09/better-file-management-with-open/" title="Better File Management with Open++ (March 9, 2009)">Better File Management with Open++</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/20/queue-file-operations-with-piky-basket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Windows Media Player Menu Items</title>
		<link>http://www.ghacks.net/2007/11/04/remove-windows-media-player-menu-items/</link>
		<comments>http://www.ghacks.net/2007/11/04/remove-windows-media-player-menu-items/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 15:57:40 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[context menu]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[windows media player]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/11/04/remove-windows-media-player-menu-items/</guid>
		<description><![CDATA[Windows Media Player adds context items to the right-click menu of several multimedia files even if you do not use this player to play those files. It would be nice to get rid of those items in the context menu to decrease the size of the menu and have only options in there that are needed. There is however no obvious option to remove the three entries which means that we once again have to rely on the Registry to fix this issue.]]></description>
			<content:encoded><![CDATA[<p>Windows Media Player adds context items to the right-click menu of several multimedia files even if you do not use this player to play those files. It would be nice to get rid of those items in the context menu to decrease the size of the menu and have only options in there that are needed. There is however no obvious option to remove the three entries which means that we once again have to rely on the Registry to fix this issue.</p>
<p>The three items of Windows Media Player that I&#8217;m talking about are a) Add to Burn List, b) Add to Windows Media Player Player List and c) Play with Windows Media Player.</p>
<p>Do the following to remove the Windows Media Player menu items: Press Windows R, type in regedit32 and hit enter. Now navigate to the following keys in HKEY_CLASSES_ROOT\Clsid\. I would suggest to make a backup of the keys before deleting them. To backup a registry key you right-click it and select Export from the menu.</p>
<p><span id="more-2221"></span>a) {8DD448E6-C188-4aed-AF92-44956194EB1F}<br />
b) {F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}<br />
c) {CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}</p>
<p>Changes will take effect immediately and can be tested by right-clicking a multimedia file like a video. Another working method would be to unregister the wmpshell.dll which is used to provide the context menu items. This is probably the easier method.</p>
<p><code>Press Windows R, type in regsvr32 /u wmpshell.dll, hit enter</code></p>
<p>To register it again you do the following:</p>
<p><code>Press Windows R, type in regsvr32 wmpshell.dll, hit enter</code></p>
<p>Those changes take effect immediately as well.</p>

	Tags: <a href="http://www.ghacks.net/tag/context-menu/" title="context menu" rel="tag">context menu</a>, <a href="http://www.ghacks.net/tag/shell/" title="shell" rel="tag">shell</a>, <a href="http://www.ghacks.net/tag/windows-media-player/" title="windows media player" rel="tag">windows media player</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/11/25/windows-media-player-playlists-not-working-anymore/" title="Windows Media Player Playlists not working anymore ? (November 25, 2007)">Windows Media Player Playlists not working anymore ?</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/07/21/how-to-create-new-context-menu-options/" title="How to create new context menu options (July 21, 2006)">How to create new context menu options</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/10/02/command-line-directory-switcher/" title="Command Line Directory Switcher (October 2, 2008)">Command Line Directory Switcher</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/03/09/better-file-management-with-open/" title="Better File Management with Open++ (March 9, 2009)">Better File Management with Open++</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/08/19/xdn-tweaker-for-windows/" title="XdN Tweaker for Windows (August 19, 2007)">XdN Tweaker for Windows</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/11/04/remove-windows-media-player-menu-items/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Learning the Shell</title>
		<link>http://www.ghacks.net/2006/04/28/learning-the-shell/</link>
		<comments>http://www.ghacks.net/2006/04/28/learning-the-shell/#comments</comments>
		<pubDate>Fri, 28 Apr 2006 21:30:04 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/04/28/learning-the-shell/</guid>
		<description><![CDATA[If you happen to run a webserver that uses linux or happen to run linux as your operating system for the computer you work with you should know the basics of the shell. Sometimes you quickly have to find your way into the shell and a site like linuxcommand helps you alot doing so.]]></description>
			<content:encoded><![CDATA[<p>If you happen to run a webserver that uses linux or happen to run linux as your operating system for the computer you work with you should know the basics of the shell. Sometimes you quickly have to find your way into the shell and a site like <a target="_blank" href="http://linuxcommand.org/learning_the_shell.php">linuxcommand</a> helps you alot doing so.</p>
<p>Learning the shell starts with explaining the shell concept: &#8220;What is the shell ?&#8221;. After that it goes straight into navigating, looking around and a guided tour which explains the default directory structure. After that it´s manipulating files, I/O redirection, permissions and job controll. The tutorial uses lots of screenshots to visualise the paragraphs, great way for beginners I think.</p>
<p><span id="more-452"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/shell/" title="shell" rel="tag">shell</a>, <a href="http://www.ghacks.net/tag/tutorial/" title="tutorial" rel="tag">tutorial</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/" title="ShowMeDo Free Video Tutorial Website (December 10, 2006)">ShowMeDo Free Video Tutorial Website</a> (7)</li>
	<li><a href="http://www.ghacks.net/2007/11/04/remove-windows-media-player-menu-items/" title="Remove Windows Media Player Menu Items (November 4, 2007)">Remove Windows Media Player Menu Items</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/" title="Remote SSH: Run processes anywhere on different platforms (March 29, 2009)">Remote SSH: Run processes anywhere on different platforms</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/20/queue-file-operations-with-piky-basket/" title="Queue File Operations with Piky Basket (February 20, 2008)">Queue File Operations with Piky Basket</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/23/msi-or-exe-setup/" title="MSI or EXE Setup (March 23, 2009)">MSI or EXE Setup</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/04/28/learning-the-shell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
