For future reference cp mymachine.vdi mynewmachine.vdi won’t work due o the uuid of the disk so …. cd ~/.VirtualBox/HardDisksVBoxManage clonevdi mymachine.vdi mynewmachine.vdi Then go through the steps of creating a [...]
Apr
2010
Mail Server Uptime Wow!
They don’t make Windows servers like this! Up for 848 days and going strong. For anyone interested this is a Slackware machine in a MTA role.
Apr
2010
jQuery Zebra Stripes
Traditionally I added these tiger/zebra stripes for alternate row colours within PHP but with jQuery we can accomplish the same with the following. I had a little difficulty getting the [...]
Apr
2010
Ubuntu 10.04 Window Controls
I’m not about to start to lambaste the move of the window controls to the left. I think we should give change a bit of time and see how it [...]
Apr
2010
Firefox New Tab button left
On Ubuntu to move the the Firefox new tab button to the left rather than the right (replace the ‘me’ and ‘profilename’ bits below with the appropriate settings for your [...]
Apr
2010
Mounting FTP on Ubuntu
Install CurlFtpFS with: sudo apt-get install curlftpfs Mount an FTP site with: sudo curlftpfs -o user=myuser:mypass ftp://ftp.domain.tld ./mylocaldirsudo ls ./mylocaldirsudo fusermount -u ./mylocaldir Or add it to the fstab: mkdir [...]
Apr
2010
Convert bin/cue to iso with bchunk
On Ubuntu install binchunker with: sudo apt-get install bchunk Then create the iso at the command-line with the following: bchunk myfile.bin myfile.cue newfile.iso More info here

