~ ❯ ls Movies/*
Movies/Final Cut Backups.localized:
Untitled
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
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 |
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
curl -LJO | |
ie | |
curl -LJO https://raw.githubusercontent.com/bongardino/warm_welcome/master/macos.sh |
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
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 |
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
# 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 |
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
bip -l vault bastion | xargs -I {} bssh {} 'the command(s)' |
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:
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
0 |
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
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" |
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 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 |
OlderNewer