Skip to content

Instantly share code, notes, and snippets.

View deadlyhifi's full-sized avatar
🥑

Tom de Bruin deadlyhifi

🥑
View GitHub Profile
@deadlyhifi
deadlyhifi / plink-plonk.js
Created February 20, 2020 09:34 — forked from tomhicks/plink-plonk.js
Listen to your web pages
@deadlyhifi
deadlyhifi / readme.md
Last active October 21, 2017 11:26 — forked from oodavid/README.md
Backup Folders and MySQL to Amazon S3

Backup Folders and MySQL to Amazon S3

This is a simple way to backup your MySQL tables and selected folders to Amazon S3 for a nightly backup - this is all to be done on your server.

Be carefull - spend some time testing it out on your setup. I’m really not to blame if you delete all the things.

Sister Document - Restore MySQL from Amazon S3 - read that next

1 - Install s3cmd

find . -name \.AppleDouble -exec rm -rf {} \;

OS X Preferences


#Disable window animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

#Enable repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false