The problem with setting up an environment piecemeal is when you sit down to do something, you have to figure out what rabbit hole you’d gone down when you left off. In this case, I remembered installing mysql, but usually the last thing I do when I install mysql is install phpmyadmin because it’s such a handy productivity tool. Well, there was no phpmyadmin on my system, but that could be because Snow Leopard came with PHP 5.3 out of the box which is incompatible with most of the popular PHP web applications out there. Continue reading
Rysnc from 1 linux box to another and keep the file structure identical
Delete files from the target directory that have been deleted in the source directory rsync -avz -e ssh --delete remoteuser@remotehost:/remote/dir/ /this/dir/Continue reading