This file contains hidden or 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
[["2013-08-29",5],["2013-08-30",8],["2013-08-31",1],["2013-09-01",2],["2013-09-02",1],["2013-09-03",2],["2013-09-04",1],["2013-09-05",2],["2013-09-06",10],["2013-09-07",3],["2013-09-08",14],["2013-09-09",10],["2013-09-10",7],["2013-09-11",8],["2013-09-12",1],["2013-09-13",1],["2013-09-14",3],["2013-09-15",16],["2013-09-16",1],["2013-09-17",10],["2013-09-18",16],["2013-09-19",4],["2013-09-20",1],["2013-09-21",8],["2013-09-22",8],["2013-09-23",7],["2013-09-24",38],["2013-09-25",8],["2013-09-26",3],["2013-09-27",7],["2013-09-28",4],["2013-09-29",6],["2013-09-30",17],["2013-10-01",2],["2013-10-02",6],["2013-10-03",6],["2013-10-04",3],["2013-10-05",15],["2013-10-06",16],["2013-10-07",5],["2013-10-08",6],["2013-10-09",2],["2013-10-10",4],["2013-10-11",3],["2013-10-12",24],["2013-10-13",15],["2013-10-14",1],["2013-10-15",6],["2013-10-16",1],["2013-10-17",4],["2013-10-18",4],["2013-10-19",1],["2013-10-20",8],["2013-10-21",3],["2013-10-22",1],["2013-10-23",18],["2013-10-24",9],["2013-10-25",16],["2013-10-26",14],["201 |
This file contains hidden or 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
(salt)[root@li583-50 salt]# salt-cloud -p arch-buildbox meh | |
[INFO ] salt-cloud starting | |
[INFO ] Creating Cloud VM meh | |
[INFO ] Rendering deploy script: /root/salt/salt/cloud/deploy/bootstrap-salt.sh | |
Error: There was a profile error: Command 'ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oKbdInteractiveAuthentication=no -i /root/.ssh/id_ed25519 -p 22 [email protected] \'test -e \\"/tmp/.saltcloud-bb94df41-5450-49d2-8f57-eb9513947752\\"\'' failed. Exit code: 1 |
This file contains hidden or 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
jchen@hobbes-(master|✚1)> ls content/img | |
burritologo.png l2tpipsectunnel.jpg mtrdemo.png openswan3.png openswan6.png pxelinux.jpg | |
cffunction_context_validation.png ldap.jpg openswan1.png openswan4.png openswan7.png smartplaylist.png | |
golang-package-import.jpg modelmgrease.jpg openswan2.png openswan5.png openswan8.png vim.png | |
jchen@hobbes-(master|✚1)> ls output/thumbs | |
burritologo_thumbnail_square.png openswan2_thumbnail_wide.png openswan7_thumbnail_square.png | |
burritologo_thumbnail_wide.png openswan3_thumbnail_square.png openswan7_thumbnail_wide.png | |
cffunction_context_validation_thumbnail_square.png openswan3_thumbnail_wide.png openswan8_thumbnail_square.png | |
cffunction_context_validation_thumbnail_wide.png openswan4_thumbnail_square.png openswan8_thumbnail_wide.png |
This file contains hidden or 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 | |
BOOT_ID="fake-client-018" | |
MACHINE_ID="fake-machine-018" | |
VERSION="394.0.0" | |
# Fill in default values | |
: ${COREOS_RELEASE_APPID:="{e96281a6-d1af-4bde-9a0a-97b76e56dc57}"} | |
: ${SERVER:="https://public.update.core-os.net/v1/update/"} | |
: ${GROUP:="alpha"} |
This file contains hidden or 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
20140610 | |
internal: ported s6-ftrigrd and s6-log to regex_t | |
20140707 | |
portability: npbg1 could trigger in s6_supervise_lock | |
fix: extend the lock coverage | |
bug: s6-svscan didn't kill processes when receiving -t | |
fix: trivial | |
internal: s6-svscan cleanup | |
bug: announce() called twice in up_d in s6-supervise | |
fix: trivial |
This file contains hidden or 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
################################################################################ | |
################# Arch Linux mirrorlist generated by Reflector ################# | |
################################################################################ | |
# With: reflector -l 200 --sort rate --save /tmp/mirrorlist | |
# When: 2014-08-09 18:19:26 UTC | |
# From: https://www.archlinux.org/mirrors/status/json/ | |
# Retrieved: 2014-08-09 18:16:45 UTC | |
# Last Check: 2014-08-09 17:45:41 UTC |
This file contains hidden or 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
[fucker@li244-43 tmp]$ tshark -f 'not port ssh' -w /tmp/poo | |
Capturing on 'eth0' | |
[fucker@li244-43 tmp]$ for stream in $(tshark -r poo -2 -R 'http.request' -T fields -e tcp.stream | sort -n | uniq) | |
> do | |
> tshark -r poo -q -z follow,tcp,ascii,$stream > /tmp/stream-$stream | |
> done |
This file contains hidden or 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
jchen@hobbes> irb | |
irb(main):001:0> require 'test/unit' | |
=> true | |
irb(main):002:0> extend Test::Unit::Assertions | |
=> main | |
irb(main):003:0> heh = '1234' | |
=> "1234" | |
irb(main):004:0> bleh = '1234' | |
=> "1234" | |
irb(main):005:0> assert_equal heh, bleh |
This file contains hidden or 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
root@lintest-newark:~# dnsyo notzod.com ns | |
INFO:root:Updating resolver list file | |
INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): dnsyo-list.codesam.co.uk | |
Status: Queried 500 of 500 servers, duration: 0:00:08.175817 | |
- RESULTS | |
I asked 500 servers for NS records related to notzod.com, | |
257 responded with records and 243 gave errors | |
Here are the results; |
This file contains hidden or 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
CRITICAL: coercing to Unicode: need string or buffer, list found | |
Traceback (most recent call last): | |
File "/Users/jchen/.venvs/burrito.sh/bin/pelican", line 11, in <module> | |
sys.exit(main()) | |
File "/Users/jchen/.venvs/burrito.sh/lib/python2.7/site-packages/pelican/__init__.py", line 419, in main | |
pelican.run() | |
File "/Users/jchen/.venvs/burrito.sh/lib/python2.7/site-packages/pelican/__init__.py", line 167, in run | |
p.generate_context() | |
File "/Users/jchen/.venvs/burrito.sh/lib/python2.7/site-packages/pelican/generators.py", line 508, in generate_context | |
self.categories[article.category].append(article) |