Skip to content

Instantly share code, notes, and snippets.

View humboldt's full-sized avatar

Alexander humboldt

View GitHub Profile
@seyhunak
seyhunak / .env
Last active October 23, 2018 14:32
Rails - Foreman - Supervisord Configuration
RAILS_ENV=production
VERBOSE=0
QUEUE=*
@monteirobrena
monteirobrena / config.ru
Created May 14, 2014 14:24
Rack::Deflater
# Enable GZIP
use Rack::Deflater
@ryo1kato
ryo1kato / runme.sh
Created November 14, 2011 12:23
Linux/MacOSX version of "Easy rooting toolkit"
#!/bin/sh
#
# Linux/MacOSX Version of "Easy rooting toolkit (v2.0)" script.
# http://forum.xda-developers.com/showthread.php?t=1320350
# You need Linux/MacOSX version of 'adb' binary copied into 'files'
# directory
#
alias adb='./files/adb'
cat<<EOF
---------------------------------------------------------------