December 17, 2009

Best Firewall Rejection Message so far

Filed under: Fun — Jeff @ December 17, 2009 8:28 am

I tried to read more about a Boot CD tool that cracks WEP passwords and was denied with “Hacking/Computer Crime not allowed”.

How lame.

image

December 8, 2009

Adding GNU Emacs to the Explorer Context Menu on Windows

Filed under: Development,Software — Jeff @ December 8, 2009 8:46 am

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell]

[HKEY_CLASSES_ROOT\*\shell\openwemacs]
@="Edit with &GNU Emacs"

[HKEY_CLASSES_ROOT\*\shell\openwemacs\command]
@="C:\\Program Files\\emacs-23.1\\bin\\emacsclientw -n –a \"C:\\Program Files\\emacs-23.1\\bin\\runemacs.exe\" \"%1\""