Skip to content

Instantly share code, notes, and snippets.

View lights0123's full-sized avatar

Ben Schattinger lights0123

View GitHub Profile
@lights0123
lights0123 / Terminal.command
Created January 10, 2016 21:46
Replaces Terminal with a working copy
cd /tmp
rm -rf TERMINALRESTORE
mkdir TERMINALRESTORE
cd TERMINALRESTORE
curl -ORL http://swcdn.apple.com/content/downloads/21/09/031-20634/8d84o1ky5gn2agnf5kiz9eed134n7y3q4c/RecoveryHDUpdate.pkg
xar -xf RecoveryHDUpdate.pkg
hdiutil attach -nobrowse RecoveryHDMeta.dmg
@lights0123
lights0123 / SecurityAddons.pm
Created November 27, 2015 01:59
lights0123's SecurityAddons
package DDG::Goodie::SecurityAddons;
# ABSTRACT: Write an abstract here
# Start at https://duck.co/duckduckhack/goodie_overview if you are new
# to instant answer development
use DDG::Goodie;
zci answer_type => "security_addons";
zci is_cached => 1;