Cisco ASA Debug a Specific VPN Tunnel
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…
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…
I'm starting to research for a project I'll be working on involving PDF and TIFF multi-page documents and conversions. Here's a commandline to convert a PDF to a…
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…
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…
This gallery is of Windows 8 Develop Preview installation (in a virtual machine).
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…
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)…
Batch rename files using Windows command line. for /d /r %x in ("*") do pushd "%x" && ren *.eml *.msg && popd Recently restored about 18k emails in…
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…
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…
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…
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…
I decided to take a backup of a system I had made in Acronis and convert it to a Microsoft VirtualPC VHD. I then wanted to explore this…
I'm sure I'll be using this more and more in the coming months as I familiarize myself with Powershell. Below is a template or boilerplate for Active Directory…
This is a podcast from David Hoezler’s YouTube channel that reviews User Object extraction via Powershell.