Author

Rich

Just another IT guy.

Cisco ASA Debug a Specific VPN Tunnel

November 9, 2012

Just a quick note to myself on debugging VPN connectivity;  you can specify a peer, user, etc. as a condition to the crypto debug. Here’s how I did…

Allow Pings to Windows XP using netsh

November 7, 2012

Here’s a quick note on allowing Pings (ICMP Echo Response) to your Windows XP from command line. You must be administrator. netsh firewall set icmpsetting 8 enable Quite…

Windows tree Command Example

November 6, 2012

A quite often forgotten Windows command, tree, is useful when documenting and looking at a folder layout. What is Tree? Graphically displays the folder structure of a drive…

Linux Permissions Primer

November 1, 2012

You may ask yourself when on your own Linux system or come across a blog what linux rw rw r means?  The following primer can help you answer…

What is VDI?

November 1, 2012

Virtual desktop infrastructure or VDI is a computing model that adds a layer of virtualization between the server and the desktop PCs. VMware describes Virtual Desktop Infrastructure (VDI)…

Few notes on vim diff

October 16, 2012

Start up diff: vimdiff or vim -d (requires full install not vim-tiny) If you load up two files in splits (:vs or :sp), you can do :diffthis on…

BIND DNS Security Hole Workaround

October 12, 2012

There has been a recent discovery that affects BIND DNS servers. A nameserver can be locked up if it can be induced to load a specially crafted combination…

Wallpaper Location in Windows 7

October 8, 2012

This drove me nuts for a few minutes trying to find the location of the Windows 7 wallpaper as I was trying to migrate a profile to a…

Transparent Command, Putty, Powershell and PuTTY Windows

October 4, 2012

I modified the code from NothinButNet's Glass project on CodePlex to run continuously and monitor for the following windows: PuTTY (putty.exe) Windows Command Prompt (cmd.exe) Powershell (powershell.exe) Telnet…