PowerShell Cookbook

Twitter Updates

    follow me on Twitter

    Search

    Categories

     

    On this page

    Scott Hanselman’s 2006 list of Ultimate Developer and Power User Tools

    Archive

    Blogroll

    Disclaimer
    I work for Microsoft.

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

    RSS 2.0 | Atom 1.0 | CDF

    Send mail to the author(s) E-mail

    Total Posts: 235
    This Year: 12
    This Month: 0
    This Week: 0
    Comments: 634

    Sign In

     Tuesday, August 29, 2006
    Wednesday, August 30, 2006 4:38:00 AM (Pacific Daylight Time, UTC-07:00) ( )

    I’ve always loved Scott’s ultimate list of tools.  To make things even better, PowerShell now plays a big part in this year’s list :)

    To add to the list, here are the first tools (not covered by Scott) I add to my systems:

     

    Start | Control Panel | Regional Settings | … | Dvorak

    Setting my system to the Dvorak keyboard layout is one of the first things I do on my non-work computers.  Typing feels much more efficient and effortless as compared to the QWERTY keyboard layout.

    MakeMeAdmin

    Aaron Margosis’ essential tool that lets you easily work with your system as a limited user.  Much more efficient than XP’s Fast User Switching.

    Vim / Emacs

    The venerable editors.  I seem to switch between them every few years – I’m currently using Vim because Emacs gives me grief over Unicode files.  Of course, syntax highlighting for PowerShell scripts is a must:
     VIM: http://www.vim.org/scripts/script.php?script_id=1327
     Emacs: http://www.viveksharma.com/techlog/2006/08/05/updated-powershell-script-editing-mode-for-emacs-powershell-modeel/

    KeePass

    Strong “Password Safe” program that also has a Pocket PC port.  Allows me to use strong passwords on all of my accounts, without having to remember them all.

    Clipomatic

    A helpful utility that caches the last ten entries in your clipboard.  I’m not gaga about this one, but it seems to do the best job of the free ones I’ve found.  Unfortunately, this app suffers (as most clipboard monitor software does) from Windows’ Remote Desktop messing around with the clipboard.

    Tortoise Subversion

    Checking all of your important documents into source control is a backup dream come true.  Especially when your source control server doubles as a cat feeder :)

    FileZilla

    The best free FTP program I’ve found.  SmartFTP used to fit that bill until it started nagging.


    RealAlternative / QuicktimeAlternative  / K-Lite Codec Pack

    A triumvirate that makes your media viewing life so much easier.  Provides alternatives to the evil RealPlayer and Quicktime bloatware, and also gives you the codecs required to play most popular file formats.

    Windiff / ExamDiff

    For file comparison tools, I use Windiff the most because people at work are used to it.  However, ExamDiff really is a slick application.

    VncViewer

    Nice little app to let you connect to a remote VNC session.

    Putty

    Although I prefer TerraTerm as an SSH client in general, Putty won its place in my tools directory because it requires only a single file.

    AutoIt

    A cool Windows UI automation program.  I especially like its COM interface, which can be easily scripted via PowerShell.

    PerfCompare

    A little benchmarking application to help you compare the efficiency of C# code snippets.


    Packetyzer

    A great network sniffer and protocol analyzer.


    Items already in Scott’s list that deserve more attention:

    Fiddler

    A great HTTP inspector that just continues to get better.  I lived in this program when I worked for MSN Encarta, and heavily lean on it when playing with online hacking games

    AutoHotKey

    This program is much more than “AutoCorrect for Windows.”  It has powerful scripting abilities, and lets you automate tons of tasks in Windows.


    Paint.Net

    An awesome image editor that definitely replaces the open source “GIMP”

    Comments [0] | | #