brawndo-installer

Tired of being oppressed by the slack-arse distro package maintainers who waste time testing that new versions don’t break anything and then waste even more time integrating software into the system? Well, so am I. So I’ve fixed it, and it was easy to do. Here’s the ultimate installation tool for any program: brawndo() { curl $1 | sudo /usr/bin/env bash – } I’ve never written a shell script before in my entire life, I spend all my time writing …

backup-mysql.sh

A bash script to backup mysql databases, with separate schema and plain-text dump files (INSERT commands) for each database. Makes it easy to restore individual databases or copy them into dev/test servers. Keeps 30 days worth of backups in separate YYYY-MM-DD directories.