<?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 &#124; Latest Tech News, Software And Tutorials &#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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Use byobu for extended features in your terminal window</title><link>http://www.ghacks.net/2010/11/16/use-byobu-for-extended-features-in-your-terminal-window/</link> <comments>http://www.ghacks.net/2010/11/16/use-byobu-for-extended-features-in-your-terminal-window/#comments</comments> <pubDate>Tue, 16 Nov 2010 18:58:07 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[byobu]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[command-line]]></category> <category><![CDATA[shell]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=36950</guid> <description><![CDATA[The Japanese term &#8220;byobu&#8221; means a decorative, multi-paneled screen that serves as a room divider. You&#8217;ve probably seen them all over the place. When it comes to Linux, byobu is a small software that can be used on top of your standard terminal window to add extra functionality. What byobu really is is a wrapper [...]]]></description> <content:encoded><![CDATA[<p>The Japanese term &#8220;byobu&#8221; means a decorative, multi-paneled screen that serves as a room divider. You&#8217;ve probably seen them all over the place. When it comes to Linux, byobu is a small software that can be used on top of your standard terminal window to add extra functionality.</p><p>What byobu really is is a wrapper script that that launches the GNU Screen application using the byobu configuration. The user will see a strip along the bottom edge of the terminal window that gives a real-time update on various processes. Let&#8217;s take a look at this handy tool and see what all it can do.</p><p><span
id="more-36950"></span><strong>Installation</strong></p><p>ISince this is a console based tool, I will show you how to install it from the command line. Here&#8217;s how it&#8217;s done:</p><ol><li>Open up a terminal window.</li><li>Issue the command <code>sudo apt-get install byobu</code> (for Ubuntu) or <code>yum install byobu</code> (for Fedora). NOTE: For Fedora you will have to <em>su</em> to the root user prior to issuing the installation command.</li><li>Accept any dependencies that might be required.</li></ol><p>Once the installation is complete, you are ready to begin using byobu.</p><p><strong>Usage</strong></p><div
id="attachment_36953" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/11/byobu.png"><img
class="size-medium wp-image-36953 " src="http://www.ghacks.net/wp-content/uploads/2010/11/byobu-500x375.png" alt="" width="300" height="225" /></a><p
class="wp-caption-text">Figure 1</p></div><p>To use byobu, just enter the command <em>byobu</em> from the command prompt. When you do you will see the small strip appear at the bottom of your terminal (see Figure 1).</p><p>Figure 1 does show the <em>top </em>command running in the terminal to distinguish between a terminal in use and the byubu portion of the screen. If you end the top command, you will be left with an empty terminal window save for the bash prompt and the byobu strip at the bottom.</p><div
id="attachment_36954" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/11/byobu_configuration.png"><img
class="size-medium wp-image-36954 " src="http://www.ghacks.net/wp-content/uploads/2010/11/byobu_configuration-500x375.png" alt="" width="300" height="225" /></a><p
class="wp-caption-text">Figure 2</p></div><p>The byobu interface will update in real time and can give you information regarding numerous systems or monitors. You can configure what you want byobu to monitor in the <strong>~/.byobu/status </strong>file OR you can simply hit F9 while byobu is running. When you hit F9 you will see the byobu configuration window (see Figure 2). From this window you can configure a number of options. To set (or unset) the notifications you want, scroll down (with arrow keys) to the Toggle status notifications and hit Enter. When you do you will see a simple window that lists all the possible notifications for byobu. Move through the list with your arrow keys and then hit the space bar to select any option you want to include (or not include). Once you have completed this hit the Tab button to get down to the Apply &#8220;button&#8221; to save your changes. Those changes will be made as soon as you click Apply.</p><p>From the main configuration window you can also change a number of features such as fore and background colors, keybinding, escape sequence, and more. You can even add new shells (which are similar to tabs). Once you&#8217;ve added new shells you can more back and forth between the shells by hitting the F2 button to move backwards and F3 to move forward. You can  have any number of shells you want.</p><p><strong>Final thoughts</strong></p><p>The byobu tool is a very cool way to add extra functionality to the standard terminal window. If you are looking for a bit more from the standard Linux shell, byobu is just what you need.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/16/use-byobu-for-extended-features-in-your-terminal-window/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>More cool gnome-shell tips and tricks</title><link>http://www.ghacks.net/2010/04/24/more-cool-gnome-shell-tips-and-tricks/</link> <comments>http://www.ghacks.net/2010/04/24/more-cool-gnome-shell-tips-and-tricks/#comments</comments> <pubDate>Sat, 24 Apr 2010 20:39:47 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[GNOME 3]]></category> <category><![CDATA[linux desktop]]></category> <category><![CDATA[linux pager]]></category> <category><![CDATA[pager]]></category> <category><![CDATA[shell]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24837</guid> <description><![CDATA[If you have been reading Ghacks within the last month, you know that I have become a big fan of what will eventually become GNOME 3. That replacement is currently under the title GNOME Shell and it is already quite a stunning piece of work. I have covered GNOME Shell in a few pieces here [...]]]></description> <content:encoded><![CDATA[<p>If you have been reading Ghacks within the last month, you know that I have become a big fan of what will eventually become GNOME 3. That replacement is currently under the title GNOME Shell and it is already quite a stunning piece of work. I have covered GNOME Shell in a few pieces here (Check out all the <a
title="GNOME Shell content" href="http://www.ghacks.net/index.php?s=gnome+shell" target="_blank">GNOME Shell content on Ghacks</a>) and, after further usage, I thought it was a good time for a few more tips and tricks.</p><p>Understand that GNOME 3 is not due out until late 2010, so it is currently very much in beta. You will be surprised just how stable it already is. Because of this stability I feel confident that, with the help of these (and more) tips, you can also become an early adopter of GNOME 3 and be ahead of the curve. In this article you will see a few more of these tips that will help you get used to what will replace the GNOME desktop that has been around since 1997.</p><p><span
id="more-24837"></span><strong>Better use of the &#8220;overview&#8221;</strong></p><div
id="attachment_24839" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/gnome_shell_overview.png"><img
class="size-medium wp-image-24839 " src="http://www.ghacks.net/wp-content/uploads/2010/04/gnome_shell_overview-500x281.png" alt="" width="300" height="169" /></a><p
class="wp-caption-text">Figure 1</p></div><p>The &#8220;overview&#8221; of GNOME Shell is what you see when you either move your mouse to the upper left corner of your desktop or press the &#8220;Super&#8221; (or &#8220;Windows&#8221;) key. When you open up the overview you will see a zoomed out view of your desktop with all the windows thumbnailed. Let&#8217;s tweak this a bit (for a good reason).</p><p>Remember the Linux desktop pager (that tool that allows you to have more than one desktop?) Let&#8217;s set our GNOME Shell up to have four desktops. To do this click the &#8220;+&#8221; symbol in the lower right corner (when you are viewing the overview) until you have four small squares in the bottom center of the window (see Figure 1).</p><div
id="attachment_24840" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/gnome_shell_overview_four.png"><img
class="size-medium wp-image-24840 " src="http://www.ghacks.net/wp-content/uploads/2010/04/gnome_shell_overview_four-500x281.png" alt="" width="300" height="169" /></a><p
class="wp-caption-text">Figure 2</p></div><p>Now that you have those four squares, let&#8217;s set the overview to show all of your desktops when you are in overview mode. To do this click on the small icon to the bottom left of the overview window (to the left of the menu) that looks like four small squares. Now when you view the overview you will see all four desktops at once (see Figure 2). Now it gets really cool.</p><p>When you are in the overview mode, with multiple desktops showing, you can open an application into a specific desktop. Let&#8217;s say you want to OpenOffice Writer to open up in desktop 2. To do this open up the overview mode and then click the OpenOffice Writer icon (from the menu) and drag it to desktop 2. This will then open the application up in the desktop you dragged the icon to, and only that desktop! You can also just drag a currently open window from one desktop to another when in overview mode.</p><p><strong>Search</strong></p><p>We can&#8217;t leave out the search feature. When you are in overview mode you will see a Find text area. When you use this feature you can search for just about anything on your machine. And not only does this search bring up files, it brings up applications as well. Say, for instance, you want to use one of your email clients. You can enter the string &#8220;mail&#8221; (no quotes) and see whatever mail clients you have (mine brings up Evolution, Claws Mail, and KMail.) This is a handy way to find applications quickly, instead of having to comb through menus or listings.</p><p><strong>Final thoughts</strong></p><p>There you have it, even more GNOME Shell tips to entice you to give this soon to be replacement for the aging GNOME desktop a try. GNOME Shell is one of those environments you might at first not like, but very quickly you will find yourself wishing your current environment had some of its features &#8211; so much so you&#8217;ll most like head back to GNOME Shell. And, of course, more tips to come.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/24/more-cool-gnome-shell-tips-and-tricks/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <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[ipv6]]></category> <category><![CDATA[irc]]></category> <category><![CDATA[remote-desktop]]></category> <category><![CDATA[shell]]></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, to edit and access files anywhere, host websites, use them as proxies (or IPv6 gateways) and some even let you run processes like [...]]]></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, to 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 pay 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 Polarhome and <a
href="http://www.aeshells.org/Main_Page">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><p><strong>Update:</strong> Freeshell is still the number one destination for free remote SSH accounts.</p> ]]></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 Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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> ]]></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 Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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 [...]]]></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/64/">Fifteen useful shell extensions for Windows</a> with lots of screenshots and information on his website.</p> ]]></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 Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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> ]]></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 Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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 [...]]]></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 Download Squad) 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> ]]></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 Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></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/Copywhiz">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><p>Update: Picky Basket is no longer offered by the developing company. The program functionality has been moved into the commercial program Copywhiz. Windows users who prefer a free solution should take a look at <a
href="http://www.ghacks.net/2012/01/28/smartcopytool-lets-you-copy-files-from-large-folder-structures/">Smart Copy Tool</a> which provides a similar functionality.</p><p>It can be used to display all or select files stored in a root folder and all of that folder&#8217;s subfolders. These files can then be moved, copied or deleted. The program offers additional functionality, like the ability to merge directories or to synchronize them.</p> ]]></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 Brinkmann</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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/11/04/remove-windows-media-player-menu-items/feed/</wfw:commentRss> <slash:comments>11</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 Brinkmann</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> ]]></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>
