Posts Tagged ‘ssh’

Start and connect to your VirtualBox VM with a simple script

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 »

rsync and the Hard Link Limitation

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 »

Tunnelling on the fly

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 »

Access VirtualBox SSH and Web Server

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 »

Mounting a remote system with SSH

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 »