This is the script I use to SSH remotely dump Subversion repositories on various servers for which I am responsible.
Before you can use this script, you need to set up SSH so your local cron can access the remote servers without a password.
One thing to note about this script is that it automatically rotates the archived [...]
The following is the same on recent Ubuntu releases, including Karmic Koala.
What will not work
There seems to be a problem if you install Net::Amazon::S3 from CPAN. This will not work:
sudo cpan Net::Amazon::S3
Just about every dependency in the world installs, but fails in the home stretch when XML::LibXML::XPathContext and XML::LibXML fail to install.
What will work
sudo aptitude install [...]
While setting up a test system for a new MVC PHP web project, I ran into a hiccup when I restarted Apache under XAMPP on my Mac (OSX).
Googling this error turns out not to be very helpful. It is shown as an error, but no solutions.
This is a hard-to-track-down XAMPP error because the error issued has [...]
As I watch this video I am struck by how beautiful and singular the Morgan is. This is the product of a small team in a business hostile to small manufacturers. This car, in black, is sinister, hard-boned and…awesome.
share [...]
Here is how to emulate a Z-80 processor running CP/M on Ubuntu Linux.
This method is very easy and achieves an excellent, easy to use and understand system. Essentially, the trick is to use a DOS-based emulator that works really well in a DOS emulator under Linux. I haven’t found a good Z80 emulator that runs directory [...]