I hereby claim:
- I am tannerfilip on github.
- I am tannerfilip (https://keybase.io/tannerfilip) on keybase.
- I have a public key whose fingerprint is 5A26 8E93 8D2B 5D4C 2BDE 95B2 76E4 4366 90D9 9A66
To claim this, I am signing this object:
| bind "kp_downarrow" "say good luck have gabe" | |
| bind "kp_ins" "say "What the fuck did you just fucking say about me, you little bitch?"" | |
| bind "kp_end" "say Youre fucking dead, kiddo." | |
| bind "kp_pgdn" "say good half life" | |
| bind "kp_minus" "say I\'ll have you know I graduated top of my class in the Navy Seals, and I\'ve been involved in numerous secret raids on Al-Quaeda" | |
| bind "kp_plus" "say I am trained in gorilla warfare and Im the top sniper in the entire US armed forces" | |
| bind "kp_home" "say "will wipe you the fuck out with precision the likes of which has never been seen before on this Earth" | |
| bind "kp_uparrow" "say As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now" | |
| bind "kp_pgup" "say You better prepare for the storm that wipes out the pathetic little thing you call your life. You\'re fucking dead, kid." | |
| bind "kp_leftarrow" "say I can kill you in over seven hundred ways, and thats just with my bare hands." |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash --login | |
| if [[ "$1" == "setup" ]]; then | |
| sudo -su discourse /bin/bash --login <<'EOF' | |
| cd /var/www/discourse | |
| RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production bundle exec rake db:migrate | |
| RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production bundle exec rake assets:precompile | |
| EOF | |
| elif [[ "$1" == "start" ]]; then | |
| sudo -su discourse /bin/bash --login <<'EOF' | |
| RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ROOT=/var/www/discourse RAILS_ENV=production NUM_WEBS=2 bluepill --no-privileged -c ~/.bluepill load /var/www/discourse/config/discourse.pill |