Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

TortoiseSVN – Moving multiple versioned files

I feel silly I've been right clicking and choosing rename... from the TortoiseSVN context menu and manually renaming files to move them into other directories. But... you can do a right click drag and drop which gives you a context menu with Subversion options. Very...

ESXi 4 VM Backup using unsupported SSH login and ftpput

I got the skeleton of this script from another post. DISCLAIMER: Use this at your own risk. I am not responsible for any data corruption or loss that may occur if you decide to use this without first making sure it works for you. After playing around with it for hours...

Before you throw away your workstations shred your disks

I did this with a Ubuntu 9.04 bootable Live CD. Boot from the CD Choose to try Ubuntu without installing Start a command prompt (Applications ==> Terminal) # get root sudo su - # find your harddisks root@ubuntu:~# fdisk -l Disk /dev/sda: 80.0 GB, 80026361856 bytes 255...