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
types { | |
text/html html htm shtml; | |
text/css css; | |
text/xml xml; | |
image/gif gif; | |
image/jpeg jpeg jpg; | |
application/javascript js; | |
application/atom+xml atom; | |
application/rss+xml rss; |
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
07 | |
aiff | |
art | |
asf | |
au | |
avi | |
bmp | |
cdf | |
chirico | |
class |
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
www.geocities.com/CollegePark/Gym/4455/booo.zip: Win.Joke.Jep-1 FOUND | |
www.geocities.com/CollegePark/Gym/4455/speed.zip: Win.Joke.ProjectCool-1 FOUND | |
www.geocities.com/CollegePark/Gym/4455/whack.zip: Legacy.Trojan.Agent-372 FOUND | |
www.geocities.com/CollegePark/Gym/4455/light.zip: Win.Trojan.Agent-229806 FOUND | |
www.geocities.com/CollegePark/Gym/4455/xo.zip: Win.Trojan.3586487-1 FOUND | |
www.geocities.com/CollegePark/Gym/4455/funny.zip: Win.Trojan.Joke-1 FOUND | |
www.geocities.com/CollegePark/Gym/1245/ImageFiles/pro.doc: Doc.Trojan.Marker-1 FOUND | |
www.geocities.com/CollegePark/Gym/1245/ImageFiles/pro.doc: Doc.Trojan.Mamm-1 FOUND | |
www.geocities.com/CollegePark/Gym/5740/programas/TESTDEPSICOLOGIADELMIEDO.zip: Win.Joke.Pelotas-1 FOUND | |
www.geocities.com/CollegePark/Square/6517/Haker/E-edup.ZIP: Win.Trojan.Fedup-1 FOUND |
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
require 'net/http' | |
module Myspace | |
class Token | |
def self.get_for_song(o = {}) | |
return nil unless o[:artist_id] && o[:album_id] && o[:song_id] | |
headers = HttpHeader.random_agent 'http://lads.myspace.com/videos/Main.swf' | |
headers['x-myspace-id'] = "ownerId=#{o[:artist_id]};contentId=#{o[:song_id]},#{o[:album_id]}" |
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
2-step (1904) | |
A'cappella (2561) | |
Acousmatic (923) | |
Acoustic (32511) | |
Afro-beat (3334) | |
Alternative (47577) | |
Ambient (13456) | |
Americana (5809) | |
Big Beat (1659) | |
Black Metal (6109) |
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 | |
wget --tries=0 --continue https://archive.org/download/myspace_dragon_hoard_2010/1.zip & | |
wget --tries=0 --continue https://archive.org/download/myspace_dragon_hoard_2010/2.zip & | |
wget --tries=0 --continue https://archive.org/download/myspace_dragon_hoard_2010/3.zip & | |
wget --tries=0 --continue https://archive.org/download/myspace_dragon_hoard_2010/4.zip & | |
wget --tries=0 --continue https://archive.org/download/myspace_dragon_hoard_2010/5.zip & | |
wget --tries=0 --continue https://archive.org/download/myspace_dragon_hoard_2010/6.zip & | |
wget --tries=0 --continue https://archive.org/download/myspace_dragon_hoard_2010/7.zip & | |
wget --tries=0 --continue https://archive.org/download/myspace_dragon_hoard_2010/8.zip & |
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
### Keybase proof | |
I hereby claim: | |
* I am kyledrake on github. | |
* I am kyledrake (https://keybase.io/kyledrake) on keybase. | |
* I have a public key whose fingerprint is B128 E73F A18D ABCB 88D4 087B D184 D8CD DCE6 F6D4 | |
To claim this, I am signing this object: |
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
/* npm install -g https://github.com/afk11/bitcoinjs-lib/tarball/opt-in-bitcoincash-sighash */ | |
/* | |
This script spends from a 2 of 3 multisig to a pubkeyhash using Bitcoin Cash | |
*/ | |
var bitcoin = require('bitcoinjs-lib') | |
var network = bitcoin.networks['bitcoin'] | |
var outputValue = 4500000 // How much to send (remainder is the miner fee) | |
var inputValue = 4600000 // utxo value is required for bitcoin cash signature |
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
# df -h /dev/rbd0 | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/rbd0 1.5T 1.5T 557M 100% /mnt/media | |
# rbd info media/media01 | |
rbd image 'media01': | |
size 1536 GB in 393216 objects | |
order 22 (4096 kB objects) | |
block_name_prefix: rb.0.1098.74b0dc51 | |
format: 1 |
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
log syslog all; | |
router id **MY_IP**; | |
protocol bgp vultr { | |
local as 395409; | |
source address **MY_IP**; | |
import none; | |
export all; | |
graceful restart on; |
NewerOlder