A simple guide to install PyQt5 on Mac OS X 10.9 (Maverick) and use python 3.4 on a virtualenv.
- xcode 5.1.1
- python 3.4.0
- Qt libraries 5.2.1
| #!/bin/bash | |
| TIMESTAMP=$(date +"%Y%m%d") | |
| FS_FILENAME=ha-file-system-backup-$TIMESTAMP.tar.gz | |
| SQL_FILENAME=ha-database-backup-$TIMESTAMP.sql.gz | |
| # Removed influxdb since it's getting huge and I don't really | |
| # think I have much benefit in backng it up | |
| cd /local |
| #!/usr/bin/env perl | |
| use strict; | |
| use warnings; | |
| use Net::Netmask; | |
| use Regexp::Assemble::Compressed; | |
| print "Enter the filename to varnishize: "; | |
| #my $filename = <STDIN>; |