30.11.2020: Updated with the new patchseries and instructions for Windows
02.12.2020: Added tweaks
08.12.2020: Updated with patchseries v4
31.01.2020: Updated with patchseries v6
| https://webhook.site |
| shopt -s globstar | |
| alias get-checksum='cd $1; find -type f -exec md5sum {} + | tee $2; cd -' | |
| function timeout() { perl -e 'alarm shift; exec @ARGV' "$@"; } | |
| alias speedtest='wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip' | |
| alias fixvpn="sudo route -n flush && sudo networksetup -setv4off Wi-Fi && sudo networksetup -setdhcp Wi-Fi" |
| package main | |
| import ( | |
| "crypto/x509" | |
| "encoding/pem" | |
| "errors" | |
| "fmt" | |
| "golang.org/x/crypto/ssh" | |
| "io/ioutil" | |
| "net" |
| npm audit --omit=dev |