Skip to content

Instantly share code, notes, and snippets.

View Gronghon's full-sized avatar
😕
I may be slow to respond.

Gronghon

😕
I may be slow to respond.
  • 10:32 (UTC +01:00)
View GitHub Profile
@Gronghon
Gronghon / gitbashAdmin.bat
Created July 26, 2016 21:19 — forked from yoavniran/gitbashAdmin.bat
ConEmu - Run GitBash as Admin
"%ConEmuDrive%\Program Files (x86)\Git\bin\sh.exe" --login -i -new_console:a
@Gronghon
Gronghon / 0_reuse_code.js
Created May 3, 2014 14:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
#
# Run as root
# $ bash <(curl -s https://raw.github.com/gist/1631411)
#
# Update, upgrade and install development tools:
apt-get update
apt-get -y upgrade
apt-get -y install build-essential git-core curl \
libssl-dev \

Backend Architectures

ARCHITECTURES

ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats

@Gronghon
Gronghon / rbenv-install-system-wide.sh
Created December 3, 2012 21:16 — forked from v1nc3ntlaw/rbenv-install-system-wide.sh
rbenv install ruby 1.9.3-p194 on Debian 6 Squeeze
# Update, upgrade and install development tools:
apt-get update
apt-get -y upgrade
apt-get -y install build-essential git-core curl libssl-dev \
libreadline5 libreadline5-dev \
zlib1g zlib1g-dev \
libmysqlclient-dev \
libcurl4-openssl-dev \
libxslt-dev libxml2-dev