Posted in 6 November 2011 ¬ 12:11h.John
The way I like to develop is to create specific virtual machines for my web development. The chore is to start the machine, mount the file system and then open up your IDE. All a nuisance that takes time. So, I’ve taken to writing a simple Bash script that will do the grunt work for [...]
Read the rest of this entry »
Posted in 27 March 2010 ¬ 23:13h.John
I’ve been setting up a new backup regime on a hosted server that I’m helping to maintain. One of the key issues right now is that it is there isn’t a solid provided backup regime, so I’ve spent the day playing around with different Linux backup solutions trying to get to the bottom of a [...]
Read the rest of this entry »
Posted in 21 September 2009 ¬ 23:46h.John
I’ve just been tweaking with SSH. One of the common things that I have to do is reconfigure my SSH tunnels while I’m working remotely to gain access to desktops and the like. In this situation, the cumbersome but easiest way always seemed to be to disconnect and change the command line. However, having used [...]
Read the rest of this entry »
Posted in 3 January 2009 ¬ 21:24h.John
One of the thing that differs VirtualBox from Microsoft’s Virtual PC is that VB puts guest on a subnet of the computer that you are working on. This means that it cannot be directly accessed from other computers on your network. To enable access, you need to configure your computer to allow ports to be [...]
Read the rest of this entry »
Posted in 2 January 2009 ¬ 10:14h.John
One of the cool things I’ve been doing lately is using secure shell to mount remote file systems. The great thing about this method is that you’re not dependant of explicitly creating shares as you are in Samba, and you don’t have to rely on repeated scp commands. As long as you have the sshfs [...]
Read the rest of this entry »