I hereby claim:
- I am bongardino on github.
- I am bongardino (https://keybase.io/bongardino) on keybase.
- I have a public key ASCLzRZhx5-J4cn6Xo0efedLFLA97AWwM2k7XvnyQvYDNgo
To claim this, I am signing this object:
| set text item delimiters to linefeed | |
| tell application "Google Chrome" to URL of tabs of windows as text |
| #!/usr/bin/env sh | |
| # credit: https://github.com/doitintl/kube-no-trouble/blob/master/scripts/install.sh | |
| # Set strict error checking | |
| set -euf | |
| LC_CTYPE=C | |
| # Enable debug output if $DEBUG is set to true | |
| [ "${DEBUG:="false"}" = "true" ] && set -x |
| extension_id=jifpbeccnghkjeaalbbjmodiffmgedin # change this ID | |
| curl -L -o "$extension_id.zip" "https://clients2.google.com/service/update2/crx?response=redirect&os=mac&arch=x86-64&nacl_arch=x86-64&prod=chromecrx&prodchannel=stable&prodversion=44.0.2403.130&x=id%3D$extension_id%26uc" | |
| unzip -d "$extension_id-source" "$extension_id.zip" |
| 0 |
I hereby claim:
To claim this, I am signing this object:
| bip -l vault bastion | xargs -I {} bssh {} 'the command(s)' |
| # find all, minus permisson errors | |
| find / -type f -iname "*rotate*" 2>/dev/null | |
| # find the biggest files / directories | |
| sudo du -a / 2>/dev/null | sort -n -r | head -n 20 |
| Go to https://apps.twitter.com/ | |
| Ensure your app (whether newly created or otherwise) has Read, Write and Access direct messages permissions | |
| Locally run gem install twurl | |
| Run twurl authorize --consumer-key {YOUR APP'S CONSUMER KEY} --consumer-secret {YOUR APP'S CONSUMER SECRET} | |
| Follow the steps it requests that you do | |
| Copy ~/.twurlr to ~/.trc | |
| Essentially copy the file generated by twurl |
| curl -LJO | |
| ie | |
| curl -LJO https://raw.githubusercontent.com/bongardino/warm_welcome/master/macos.sh |
| pyenv shell 2.7.15 | |
| pip install cython | |
| pip install hidapi | |
| pip uninstall hid | |
| python vsbutil.py setkeys shift+h e l l o comma space w o r l d shift+1 | |
| https://github.com/gregcourville/VerySeriousButton-vsbutil |