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
Sampling process 98304 for 3 seconds with 1 millisecond of run time between samples | |
Sampling completed, processing symbols... | |
Analysis of sampling KeePassXC (pid 98304) every 1 millisecond | |
Process: KeePassXC [98304] | |
Path: /Applications/KeePassXC.app/Contents/MacOS/KeePassXC | |
Load Address: 0x10c9a5000 | |
Identifier: org.keepassx.keepassxc | |
Version: 2.1.0 (2.1.0) | |
Code Type: X86-64 | |
Parent Process: ??? [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
### Keybase proof | |
I hereby claim: | |
* I am Coornail on github. | |
* I am coornail (https://keybase.io/coornail) on keybase. | |
* I have a public key whose fingerprint is 5CF5 3947 B5BF FBE7 B511 0749 D616 27C1 2BF0 8790 | |
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
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2Tl/TCpIc7t0VYgmA2kbtTHCjS1zWJq6hxF456IlfkFIOZSqUosaXViWcbSlwQxjGLAlQpzj2wUlZy320bAvu9zHw3u7bfn9GM95mpfpvCfnAlxRJbRe2DvXDGZGHma/6UUrFr4xG11VZP7G6vPKeglnuSAP0lKa7I24rmAOg5yO++6pLnDEMhXP1JdRw0sCyflE0JvxF6rV9ulDcZ9Rd5mHEJnMkXeu9GVbx8v22o661hQnA3vHSB1ax2D0vm3TfkI2IAqu8ux/wLny91/u4t1wrWf2/VHtdYVpXX/sqjVDu+GQ2VgI+XdZQJOdVmUf1V4y4diFA8Siro60zFrGFQ== coornail@slash |
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 | |
#line break for "for" | |
IFS=`echo -en "\n\b"` | |
# Function to optimize a jpeg image. | |
function optimize() { | |
ORIGINAL_FILE_SIZE=`du -b $1 | awk {'print $1'}` | |
jpegtran -copy none -optimize -perfect -outfile "$1-opt" "$1" | |
OPTIMIZED_FILE_SIZE=`du -b "$1-opt" | awk {'print $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
# Install node and packages. | |
cd /tmp/ | |
git clone https://github.com/joyent/node.git --depth=100 | |
cd node | |
git checkout v0.10.28 | |
./configure | |
make -j2 | |
sudo make install |
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/sh | |
USERNAME='' | |
PASSWORD='' | |
BUCKET='' | |
AUTH_RESPONSE=`curl -s -X POST "https://api.zenobase.com/oauth/token" -d "grant_type=password&username=${USERNAME}&password=${PASSWORD}"` | |
echo $AUTH_RESPONSE | |
TOKEN=`echo ${AUTH_RESPONSE} | json -a access_token` && echo "Got token: $TOKEN" |
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/sh | |
CURRENT_BRANCH=`git rev-parse --abbrev-ref HEAD` | |
git push gh-coornail $CURRENT_BRANCH | |
echo | |
echo "https://github.com/Coornail/WalkHub/compare/$CURRENT_BRANCH?expand=1" | |
echo |
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
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2Tl/TCpIc7t0VYgmA2kbtTHCjS1zWJq6hxF456IlfkFIOZSqUosaXViWcbSlwQxjGLAlQpzj2wUlZy320bAvu9zHw3u7bfn9GM95mpfpvCfnAlxRJbRe2DvXDGZGHma/6UUrFr4xG11VZP7G6vPKeglnuSAP0lKa7I24rmAOg5yO++6pLnDEMhXP1JdRw0sCyflE0JvxF6rV9ulDcZ9Rd5mHEJnMkXeu9GVbx8v22o661hQnA3vHSB1ax2D0vm3TfkI2IAqu8ux/wLny91/u4t1wrWf2/VHtdYVpXX/sqjVDu+GQ2VgI+XdZQJOdVmUf1V4y4diFA8Siro60zFrGFQ== coornail@slash |
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
#!/usr/bin/env bash | |
DEBIAN_PACKAGES=" | |
apache2 \ | |
curl \ | |
default-jre-headless \ | |
git \ | |
python-pip | |
python-typogrify \ | |
unzip \ |
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
cache-size=10000 | |
all-servers | |
domain-needed | |
filterwin2k | |
bogus-priv | |
stop-dns-rebind | |
server=209.244.0.3 | |
server=4.2.2.2 | |
# OpenDNS AnyCast DNS servers |
NewerOlder