Are you used to using the command ls in Linux, BSD and Mac OSX? Do you keep typing ls instead of dir in Windows? Well, you’ll be glad to know there is a simple solution to ease your burden. A submission to the Internet show Hak5 (episode 1019) suggested creating a file called ls.cmd which contained only the word dir and placing it in the c:\windows directory. Now, when you type ls it automatic replaces it with dir.
This alas has a bit of a glaring problem. If you typed ls *.bat it would only run dir not the logical expectation of dir *.bat. However, with a small re-write this is possible since the suggestion was basically a Windows batch file (.bat) and can come with a host of other commands.
So, I did a minor re-write which maintains some of the common parameters which are shared by both directory listing tools.
@echo off
dir %1 %2 %3 %4 %5 %6 %7 %8 %9
This new file saved as ls.bat (I’ll call a spoon, a spoon, thanks) now executes dir and passes parameters. So if you type ls *.bat you get dir *.bat as expected.
There are a lot of other improvements to make like changing ls parameters into the dir equivalent. But that is a project for another day.
Whatever Internet Browser you use, you tend to alter it to make it work a little better for you. Well for me, I use the following add-ons in either Google Chrome or Mozilla Firefox… OR BOTH!
1. Flash Block (Firefox / Chrome)
This lovely little piece of software stops Flash applets from loading automatically. You can still run them by clicking on a play button in the middle of where the flash would have been. Very useful for blocking flash adverts, also improves performance a lot.
2. HTTPS Everywhere (Firefox / Chrome)
This plugin forces websites to use secure encryption preventing websites sending your password & username over in plain text form. Developed by the Electronic Frontier Foundation, this is another layer of piece of mind when browsing the Internet.
3. F6 (Firefox)
Since the appearance of the Chrome-like Tabs-on-top appeared in Firefox (very useful feature, claims back loads of screen space) pressing F6 no longer takes you to the address bar but the the 1st tab (except on Mac where it’s normal). This plug-in returns that feature on Windows and Linux. Always found this very useful.
4. FireFTP (Firefox)
Often a plug-in not to be done without. If you ever have anything to do FTP (either your website, XBMC install or whatever) this is essential. It is a very reliable FTP client right in Firefox. Sometimes working much better than that of FileZilla on some tasks (installing Xbox Media Centre was always unreliable).
5. Xmarks (Firefox, Chrome, Safari, Internet Explorer)
I’ve been using this for some time to syncronise my bookmarks across installations of Firefox and Chrome on various different versions of Mac, Windows and Linux and it rarely puts a foot wrong. It can even syncronise my bookmarks to my iPod Touch (when Xmarks for Safari is working, which sometimes it is not).