I just keep finding things to love.
Wednesday, June 20th, 2007I’m still using Ubuntu on my laptop and it just keeps getting better. Clare and I have started up a website project which has meant I’ve been doing more in depth php development work. I really love how easy it is to get a LAMP system up and running for seamless local web development. This makes it really simple to tweak and play with things on the fly. This discovery was really great and I’ve been loving it for the last couple of weeks. However, I’ve just now discovered something that might make all of that obsolete.
I started reading the Official Ubuntu Book and it casually mentioned the Connect to Server feature. Basically you drop out the Places menu, hit Connect to Server and give it the ssh details of your remote development environment. It then opens up the remote filesystem as if it were a standard window. I’m now accessing my server on the other side of the world as if it were sitting on my local system. Admittedly it’s a little slower than working with files locally, but it’s a damned sight better than buggering about working through ftp on a Windows system. Additionally, ssh is nice and secure whereas ftp is most certainly not.
Until now I’ve been working on my site locally with the idea of gzipping up all my files and my SQL database and uploading it to the server as a job lot once I’ve done. Now that I’m armed with this knowledge, I’ll likely just start working directly on the server. It’ll mean less uploading hassles ultimately. The only danger is that I may be tempted to use more absolute paths in my code, which is just poor form. Oh well, I’m a bad man. I might just stick the whole site behind an .htaccess file to avoid the great unwashed getting a look at it while I’m done and buggering up my brand integrity. (Shit, can you tell I just did a marketing subject? It’s getting into my brain.)