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:
# | |
# /etc/apt/sources.list | |
# | |
# | |
# stretch | |
# | |
deb http://mirrors.ece.ubc.ca/debian/ stretch main contrib non-free | |
deb-src http://mirrors.ece.ubc.ca/debian/ stretch main contrib non-free |
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----- |
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 |
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 |
<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 = {}; | |
} |
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 |
## 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 |
I hereby claim:
To claim this, I am signing this object:
# | |
# /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 |