Skip to content

Instantly share code, notes, and snippets.

View bdashrad's full-sized avatar
😎

Brad Clark bdashrad

😎
View GitHub Profile
#!/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
@bdashrad
bdashrad / installation.md
Created February 26, 2016 02:48 — forked from guillaumevincent/installation.md
A simple guide to install PyQt5 on Mac OS X 10.9 (Maverick) and use python 3.4 on a virtualenv.

Guide to install PyQt5 on Mac OS X with python 3.4 virtualenv

Description

A simple guide to install PyQt5 on Mac OS X 10.9 (Maverick) and use python 3.4 on a virtualenv.

Requirements

  • xcode 5.1.1
  • python 3.4.0
  • Qt libraries 5.2.1
#!/usr/bin/env perl
use strict;
use warnings;
use Net::Netmask;
use Regexp::Assemble::Compressed;
print "Enter the filename to varnishize: ";
#my $filename = <STDIN>;