Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Video Conferencing

...

  1. HoeKey* - Make use of that Windows key and many other key combos. Here are my keys combinations.
  2. PureText* (Strips away formating when you paste using Winkey-V) As there is no install,
    1. Copy to the directory of your choice
    2. Start the program and it will appear as a PT icon on your system tray
    3. Right click the icon and choose options
    4. Check the box to "Automatically run PureText each time...."
  3. Araxis Merge 64-bit - Best diff tool I have ever found. (disable Ribbon Interface, check do not show splash window, add folder filter to ignore .svn folders and make the default encoding UTF-8 No BOM). DetalWalker looks promising and cheaper.
  4. 7-Zip - I am starting to use this now as my primary compression software (even over WinRar).
  5. WinRar 64-bit - better than winzip (does all the same stuff with zip files) plus allows you to create self-extracting splittable files and has a superior compression format called rar.
  6. VMWare Workstation - allows you to virtualize operating systems. If you do not know what this means you are missing out.
    1. I map the host apps and vmdata folder and then generate c:\apps\ and c:\vmdata\ symbolic link using,
      1. mklink /D C:\apps Z:\apps
      2. mklink /D C:\data-vmshared Z:\data-vmshared
  7. RamDisk* - Use some of your memory as a hard disk to speed things up. Currently using 3.5.10 RC20. On very first use I create C:\RAMDisk.img with my temp folders setup, save it and then uncheck "Save Disk Image on Shutdown".
  8. Oscar's Renamer Pro - I have not tried this, but it promised to be similar to Chgname 3.2 which allows renaming of multiple files or folders by converting the list into a text editor. Really great way of renaming things on mass.
  9. TeraCopy - Consider TeraCopy when copying lots of files over a network. It is faster, verifies files, allows pausing and keeps track of failed copies which you can redo.

Second Tier Essentail

  1. Erase - with a right-click you can securely delete or move confidential file
    1. Disable running of scheduled tasks
  2. Metapad* - almost as tiny and fast as notepad but with unlimited undo's and a couple of other nice features. However, I do find I use notepad++ more often now.
  3. Snagit - screen capture utility. Most used feature, autoscroll, which scrolls to capture all contents of a window.
  4. Quick SFV 64-bit - use md5 or sfv files to ensure integrity during transport of files.
  5. Synergy - Control multiple computers from one keyboard and mouse over your network.
  6. Oscar's Renamer Pro - I have not tried this, but it promised to be similar to Chgname 3.2 which allows renaming of multiple files or folders by converting the list into a text editor. Really great way of renaming things on mass.
  7. TeraCopy - Consider TeraCopy when copying lots of files over a network. It is faster, verifies files, allows pausing and keeps track of failed copies which you can redo.

Secure Your Data

  1. AntiVirus I use different ones on different computers. As a power user I disable the on the fly scanning to conserve cpu and memory.
    1. Avira Personal Edition - has highest detection rate but has pop-up advertisement. Though it can be disabled, I actually recommend buying a license.
    2. Avast Home Edition - Recommended by Dickson. Very good but I don't like having to renew my keys every once in a while.
    3. AVG - Free version does not check for malware.
  2. Telnet - you actually have to go into Windows 7 and install this manually.
  3. Any Password - centralize your passwords. Now I am looking at an open source alternative called KeePass which I can hopefully hook up to an application server and make online. Even more ideal, I can perhaps hook up KeePass with a java web app with 2-Factor authentication.
  4. KeePass* - a central place to keep your important data with one master password or master key file. I currently am using the Kepass 2.10.
  5. Second Copy - I have been using this forever to backup my data. My favourite feature, it can keep versions of you backups, like the last 3 versions of the file.
  6. SyncToy - Microsoft provides a free product for syncing folders. Not sure if feature rich as Second Copy (multiple backup versions) but will ask Roderick to install and check it out (since he's not using anything at the moment).

Communication Utilities

SSH and SFTP

...