Introduction If you ever need to modify an ASA startup config for example if you are changing internet provider and need your wife to just reboot the device so it works with your new ISP’s PPPoE settings, here’s what you
Isilon Delete Directory
Introduction If you’ve ever made the mistake of making a directory on an Isilon cluster with the wrong path but the directory contains huge amounts of data. What you need is the correct ISI command. Command This is the one
IPv6 Encapsulation using a tunnel broker
Introduction Ever since I started to learn more information about the IPv4 Internet as we know it and its eventual successor I was intrigued how I could connect to this new version of the Internet. Unfortunately my ISP was not
ESXi – Converting Thick Provisioned Disk to Thin and Vice Versa
Introduction If you need to do as per the title of this post. I am lazy so cannot be bothered to re-write a great post which already exists. Link http://www.petenetlive.com/KB/Article/0000579.htm Happy days. Thanks Pete
Turn a Linux Machine into a SOCKS Proxy in a Single Command
Introduction Need a proxy? Want to hide your IP? This is a sneaky and easy trick. Just use the following: ssh -f -N -D 0.0.0.0:1080 localhost Thats it! All there is to it. Doesn’t even need root access. Now Open-SSH