I hereby claim:
- I am nlacourte on github.
- I am nlacourte (https://keybase.io/nlacourte) on keybase.
- I have a public key ASAPj5zu4f5RMt7128XS9g3cKLgk12XNlbnaGBivhxmdWgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#Ipsec.conf example | |
conn vrackxxxxx_psk | |
ikelifetime=60m | |
keylife=20m | |
rekeymargin=3m | |
keyingtries=1 | |
authby=secret | |
keyexchange=ikev2 | |
mobike=no | |
auto=add |
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge |
ruby -rjson -e 'puts JSON.pretty_generate(JSON.load($<))' fileName |
#!/bin/bash | |
# | |
# fake init script for automate testing | |
# | |
# | |
. /etc/init.d/functions | |
case "$1" in | |
start) |
#!/bin/bash -eu | |
find . -type d -name .git -execdir git fetch --quiet --prune \; , -type d -name .git -execdir git fetch --tags --quiet --prune \; , -type d -name .git -execdir bash -c "test -n \"\$(git for-each-ref --format='%(upstream:short)' \$(git symbolic-ref -q HEAD))\" && git pull --rebase --quiet " \; |
#!/bin/bash -eu | |
find /tmp/ -maxdepth 1 -name 'ssh-*.sock' -exec ssh -S '{}' localhost -O exit \; |
[user] | |
name = | |
email = | |
[color] | |
branch = auto | |
diff = auto | |
status = auto | |
interactive = auto | |
[alias] |