Stay Connected
Archive for May, 2009
Windows 7 RC: Add virtual disk (.vhd) with Disk Management”
May 19th
The wow experience as IT pro and Windows 7 RC having VHD format integrated into the operating system.
The Virtual Hard Disk (VHD) format is a publicly available image format specification that specifies a virtual hard disk encapsulated in a single file, capable of hosting native file systems while supporting standard disk and file operations. They are commonly used as part of the Hyper-V feature of Windows Server 2008 R2, for example. For more information about VHDs, see Additional references. You can use Disk Management to create, attach, and detach virtual hard disks (VHDs). Membership in Backup Operators or Administrators, or equivalent, is the minimum required to complete these procedures.
Create new Virtual Hard Disk and attach it as your local drive.
The virtual hard disk is attached now. Initiate the disk and assign letter & format. I can now encrypt it with Bitlocker and password.
How cool is that?
No TrueCrypt anymore for me….
Microsoft Outlook: how to backup my signature?
May 15th
One of the things I always struggled with is creating a backup of my Microsoft Outlook signatures. This is the first time I found how to create a backup of them.
The solutions is simple and easy. You could script this and automate when doing client/profile migrations.
Start –> Run and go paste this %APPDATA%\Microsoft\Signatures
That’s it. You can copy these files to whatever location you want.

JeOS: Installing mutt without an Internet connection
May 11th
I needed to install mutt on my JeOS virtual appliance without having an internet connection because the machine is sitting behind firewall. Mutt is handy in scripts and you can attach your files. The files can be mysql database dumps for example.
Mutt is a small but very powerful text-based mail client for Unix operating systems. It is great for testing mail server setups and sending email messages via the command line.
Download the .deb files:
- http://packages.ubuntu.com/hardy/i386/mutt/download
- http://packages.ubuntu.com/hardy/i386/mutt-patched/download
Install
- dpkg -i mutt_1.5.17+20080114-1ubuntu1_i386.deb
- dpkg -i mutt-patched_1.5.17+20080114-1ubuntu1_i386.deb


