When working with Virtual Machines (VM's) you probably work with templates (and/or) clones to create new VM's. When you do this, you basically get a fixed drive with this. The size of the drives are basically the size from when you created them in the past. Since people put more and more crap programs in these VM's, you'll need more, and more diskspace.
Under VMWare it's relatively simple to add space to a virtual disk (vmdk), or even add an additional disk to the VM. The problem is that this works for creating additional partitions or extend existing NON primary system partitions. This means that you can't enlarge your C: partition, a partition where (under normal circumstances) all your programs are installed.
SSH (Secure Shell) is a secure alternative to the ancient Telnet program/protocol. Telnet (and SSH) allows a user to connect to a remote server, and enables the users to use a command line interface to execute commands (manage the server).
Where Telnet is relatively limited in its functionality, SSH has a bunch of features which enables the user to do much more. The SSH protocol has the possibility to tunnel traffic through an SSH connection (read: tunnel). The big advantage is that everything going through the tunnel is heavily encrypted (which is good).

The tool best known to use SSH is SFTP (FTP over SSH). A secure alternative of the 'old' (in plaintext communicating) File Transfer protocol.
One of the things I forgot to backup were the setting for Dialup Networking (DUN) on my MacBook. I use a Nokia N95 with a flatfee UMTS/HSDPA subscription. Both the MacBook and Nokia N95 have Bluetooth capabilities, so it should be a match made in heaven... Well, not completely.
You need specific settings AND files for getting this to work. First of all, Apple does supply several modem scripts for several phones/providers, but not the HSDPA/N95 combination.
Thankfully, I found this blogposting providing the modem scripts (local version). Having those makes it a lot easier.
Just unzip the file and place the scripts in the following folder:
/Library/Modem Scripts/
The great thing about Citrix is that you can access company resources from almost anywhere. They have several solutions for remote access and thin client computing. They also have an ICA client for Apple OSX (Yeeehaaaaa).
I've been using the OSX ICA Client for a couple of months now to access my mail on the company intranet. Apart from some little quirks (like not functioning well when having two displays), the experience is good. Up till now.
Today, completely out of the blue came this error:

The error message suggests that I have changed something on my Mac, but not that I know. For someone who works with PKI, one would think that they would remember choosing NOT to trust a public VeriSign CA.
About a month ago, I bought a Drobo to expand my hard disk storage. Normally you would buy an additional hard disk to add storage. Problem with that is that those drives will eventually fill up with all sorts of important information.
Every time you add or replace disk you need to move data around, which takes a lot of time.
The Drobo is an external enclosure which holds up to 4 SATA disk drives. The enclosure can be connected via FireWire800 or USB2.0, and is seen by the OS as a removable drive.
Your data stored on the drobo is secured when you use 2 or more drives. 1 disk drive is used for redundancy. So if one drive fails your data is still there.
Recently I bought a new MacBook (late 2008 edition). Since Apple charges the world for options I got the cheapest one available, and decided to upgrade the hard disk and/or memory when I saw the time fit. Well, that time has come.
Today I got a new Western Digital Scorpio Black 7.200rpm 320GB () for €85.00 to replace the default 160GB 5400 rpm drive.Even though the risk is minimal, there's always the risk of screwing things up. So ...
CONTINUE AT YOUR OWN RISK!!!