Setting Up A SSH Trusted Connection & Bash Alias To Speed Up Automated Scripts

Written by Gregory Milby | Wednesday, July 7th, 2010

Need to automate some scripts?  Tired of constantly entering ssh user@server.address, then the password?  Having a trusted connection can drastically improve productivity if it is used in the correct conditions.  If you’re using a public machine, then this is NOT SMART.  If you’re using a machine that anyone else has access to, then again, this [...]

No Comments

Share & Add Link Mash-ups Are Driving Modern Design

Written by Gregory Milby | Saturday, February 13th, 2010
,

Add This offers statistical data so you can track how many times your site was referred using their tool, but you will have to sign up for an account to be able to use that feature..

1 Comment

Resize An Existing .vdi Virtualbox Image – EASILY!

Written by Gregory Milby | Friday, November 20th, 2009
, , ,

Resize An Existing .vdi Virtualbox Image – EASILY! Start off by creating a fresh new drive of the size you’re after using the VirtualBox user interface. Then, locate both the your old, smaller HD and the new, larger one and run the following command: VBoxManage clonehd –existing oldhd.vdi newhd.vdi After some progress indicators ahve come [...]

8 Comments