I hereby claim:
- I am damienvancouver on github.
- I am damien (https://keybase.io/damien) on keybase.
- I have a public key whose fingerprint is FA15 EDAC 040C BDFA D6ED 76EB 7130 E5F5 C3B9 085B
To claim this, I am signing this object:
mysql> select fid, uid, filename, uri,type, from_unixtime(timestamp) from file_managed where uri like 'private:///%' order by fid desc; | |
+------+-----+------------------------------------------------+-----------------------------------------------------------+-------------+--------------------------+ | |
| fid | uid | filename | uri | type | from_unixtime(timestamp) | | |
+------+-----+------------------------------------------------+-----------------------------------------------------------+-------------+--------------------------+ | |
| 9479 | 8 | 9637444.zip | private:///9637444.zip | application | 2012-12-11 09:10:50 | | |
| 9476 | 1 | 8014436_1(1)(1).zip | private:///8014436_1(1)(1).zip | application | 2012-12-10 21:45:06 | | |
| 9474 | 8 | 9637454.zip | |
-------- Storage Engine Statistics ------------------------------------------- | |
[--] Status: -Archive -BDB -Federated +InnoDB -ISAM -NDBCluster | |
[--] Data in MyISAM tables: 0B (Tables: 9) | |
[--] Data in InnoDB tables: 11G (Tables: 1411) | |
[!!] Total fragmented tables: 173 | |
-------- Performance Metrics ------------------------------------------------- | |
[--] Up for: 30d 8h 1m 47s (61M q [23.355 qps], 151K conn, TX: 153B, RX: 20B) | |
[--] Reads / Writes: 40% / 60% | |
[--] Total buffers: 442.0M global + 12.4M per thread (151 max threads) |
# | |
# /etc/apt/sources.list | |
# | |
# | |
# wheezy | |
# | |
deb http://mirror.peer1.net/debian/ wheezy main contrib non-free | |
deb-src http://mirror.peer1.net/debian/ wheezy main contrib non-free |
I hereby claim:
To claim this, I am signing this object:
## Patching bash on OSX or Linux by [email protected] | |
## | |
## Note 1: You need XCode dev tools (or at least the command line build tools) for this to work. | |
## If you are on OSX mavericks you can install these with: xcode-select --install | |
## | |
## Note 2: Run this as root! (type "sudo su" to become root.. Your prompt will change from $ to #) | |
# 1. Download the Bash 4.3 source with patches bash43-001 through bash43-026 applied | |
cd /usr/local | |
mkdir src # this will fail if you already have /usr/local/src, that's OK |
damien@zaphod:~$ wget -S www.triumf.ca | |
--2015-04-28 16:21:09-- http://www.triumf.ca/ | |
Resolving www.triumf.ca (www.triumf.ca)... 142.90.113.81 | |
Connecting to www.triumf.ca (www.triumf.ca)|142.90.113.81|:80... connected. | |
HTTP request sent, awaiting response... | |
HTTP/1.1 200 OK | |
Date: Tue, 28 Apr 2015 23:21:09 GMT | |
Server: Apache/2.2.15 (CentOS) | |
X-Powered-By: PHP/5.4.16 | |
Expires: Sun, 19 Nov 1978 05:00:00 GMT |
<script type="text/javascript"> | |
<?php /* | |
* Protect window.console method calls, e.g. console is not defined on IE | |
* unless dev tools are open, and IE doesn't define console.debug | |
* @see http://stackoverflow.com/a/13817235/888986 | |
*/ ?> | |
(function() { | |
if (!window.console) { | |
window.console = {}; | |
} |
sudo su postgres | |
createuser -l -W fortmckay | |
# Shall the new role be a superuser? (y/n) n | |
# Shall the new role be allowed to create databases? (y/n) n | |
# Shall the new role be allowed to create more new roles? (y/n) n | |
# Password: <type the user password> | |
createdb fortmckay --o fortmckay | |
createlang plpgsql -d fortmckay | |
psql fortmckay -f /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql | |
psql fortmckay -f /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql |
209.208.108.18 - - [20/Nov/2015:12:40:09 -0800] "GET /license.php HTTP/1.0" 404 30628 "-" "-" | |
209.208.108.18 - - [20/Nov/2015:12:40:09 -0800] "GET /wp-admin/includes/license.php HTTP/1.0" 403 491 "-" "-" | |
209.208.108.18 - - [20/Nov/2015:12:40:10 -0800] "GET /wp-includes/images/wlw/license.php HTTP/1.0" 404 30628 "-" "-" | |
209.208.108.18 - - [20/Nov/2015:12:40:10 -0800] "GET /wp-includes/text/diff/engine/rss.class.php HTTP/1.0" 404 30628 "-" "-" | |
209.208.108.18 - - [20/Nov/2015:12:40:11 -0800] "GET /wp-content/plugins/rss.class.php HTTP/1.0" 404 30628 "-" "-" | |
209.208.108.18 - - [20/Nov/2015:12:40:11 -0800] "GET /wp-content/plugins/cherry-plugin/license.php HTTP/1.0" 404 30628 "-" "-" | |
209.208.108.18 - - [20/Nov/2015:12:40:12 -0800] "GET /wp-content/themes/rss.class.php HTTP/1.0" 404 30628 "-" "-" | |
209.208.108.18 - - [20/Nov/2015:12:40:12 -0800] "GET /wp-content/themes/satoshi/images/license.php HTTP/1.0" 404 30628 "-" "-" | |
209.208.108.18 - - [20/Nov/2015:12:40:13 -0800] "GET /wp-includes/license.php HTTP/1.0" 403 485 |
damien@zaphod:~$ openssl s_client -showcerts -connect us9.api.mailchimp.com:443 | |
CONNECTED(00000003) | |
depth=2 C = IE, O = Baltimore, OU = CyberTrust, CN = Baltimore CyberTrust Root | |
verify error:num=20:unable to get local issuer certificate | |
verify return:0 | |
--- | |
Certificate chain | |
0 s:/C=US/ST=GA/L=Atlanta/O=ROCKET SCIENCE GROUP/OU=Rocket Science Group/CN=*.api.mailchimp.com | |
i:/C=NL/L=Amsterdam/O=Verizon Enterprise Solutions/OU=Cybertrust/CN=Verizon Akamai SureServer CA G14-SHA2 | |
-----BEGIN CERTIFICATE----- |