Skip to content

Instantly share code, notes, and snippets.

View mbmccormick's full-sized avatar

Matt McCormick mbmccormick

View GitHub Profile
PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
*/2 * * * * galileo >> /home/pi/galileo.log 2>&1
59 23 * * * rm /home/pi/galileo.log
#!/bin/sh
# WD Live Duplicity Back Up To Amazon S3 (and Glacier)
#
# Requires python-boto, duplicity, util-linux, and trickle to be installed
# Install using: apt-get install python-boto duplicity util-linux trickle
#
# See this blog post for more info:
# http://www.x2q.net/blog/2013/02/24/howto-backup-wd-mybook-live-to-amazon-s3-and-glacier/
@mbmccormick
mbmccormick / gist:c593f7b98730af35662b
Created May 31, 2014 18:28
logmein-hamachi-2.1.0.119-armhf - README
LogMeIn Hamachi for Linux User Guide
=====================================
About LogMeIn Hamachi
LogMeIn Hamachi is a virtual networking service that can be set up in
minutes and enables secure remote access to your business network
anywhere there is an Internet connection.
Unlike traditional hardware and software based VPN systems, LogMeIn
@mbmccormick
mbmccormick / install.sh
Last active April 20, 2016 22:38
logmein-hamachi-2.1.0.119-armhf
#!/bin/sh
HAMACHI_DST=/opt/logmein-hamachi
if [ -x /opt/logmein-hamachi/uninstall.sh ] ; then
echo Removing previous version ..
/opt/logmein-hamachi/uninstall.sh
fi
echo Copying files into $HAMACHI_DST ..
wget https://secure.logmein.com/labs/logmein-hamachi-2.1.0.119-armhf.tgz
tar -zxvf logmein-hamachi-2.1.0.119-armhf.tgz
cd logmein-hamachi-2.1.0.119-armhf
wget https://raw.githubusercontent.com/mbmccormick/hamachi-wdmycloud/master/install.sh
wget https://raw.githubusercontent.com/mbmccormick/hamachi-wdmycloud/master/uninstall.sh
wget http://download.code42.com/installs/linux/install/CrashPlan/CrashPlan_3.6.3_Linux.tgz
tar -zxvf CrashPlan_3.6.3_Linux.tgz
apt-get update
apt-get install default-jre
apt-get install libjna-java