Having a lot of space on my home file server and using XBMC, I prefer to keep all my DVD’s as ISO’s on my network so I can stream them. Most of the time after I rip them I’m left with the VIDEO_TS directory, on Windows I would use something like DVD Shrink to make […]
I guess this is a little old but I had been using Jungle Disk as a front end for Amazon S3 but didn’t want to fork out the cash after the trial period for a Mac and Windows version. I already use Transmit daily for FTP/SFTP (I personally prefer Transmit over Cyber Duck). In […]
Recently I have setup a NLB IIS site with 2 VM’s in a DRS/HA cluster. Because of this using unicast mode was not an option (we need to be able to vMotion the virtual machines). Multicast is also the way VMware recommends setting it up. From VMware’s site:
Note: VMware recommends configuring the cluster to use […]
I’ve been playing around a little recently with Thinstall (which was recently acquired by VMware). Basically it will take an application and turn it into a self-contained single EXE that doesn’t require an install.
It’s extremely easy to use, I setup a fresh install of XP in VMware Workstation, created a snapshot then you run […]
Attend one of the MS Heroes Happen events and you can get a free copy of the following:
Link to signup
To see the full directory path in the title bar instead of just the folder name, open up terminal and follow below:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
killall Finder