Skip to content

Instantly share code, notes, and snippets.

@compermisos
compermisos / .travis.yml
Created April 4, 2013 22:02
Travis-ci.org base definition to proyects use Phix
language: php
php:
- 5.4
- 5.3
matrix:
  allow_failures:
    - php: 5.5
@follmann
follmann / rbenv-install-system-wide.sh
Created February 14, 2012 21:36 — forked from v1nc3ntlaw/rbenv-install-system-wide.sh
rbenv install on Debian 6 Squeeze
# Update, upgrade and install development tools:
apt-get update
apt-get -y upgrade
apt-get -y install build-essential
apt-get -y install git-core curl
apt-get -y install libssl-dev
apt-get -y install libreadline5 libreadline5-dev
apt-get -y install zlib1g zlib1g-dev
# for passenger needed
@v1nc3ntlaw
v1nc3ntlaw / rbenv-install-system-wide.sh
Last active July 26, 2022 01:08
rbenv install ruby 1.9.3-p448 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
@weakish
weakish / busyroot.sh
Created April 19, 2011 11:06
#sh script to set up a #chroot #busybox #ssh environment
#!/bin/sh
# by Jakukyo Friel <weakish@gmail.com> under GPL v2.
### Set up a chroot busybox SSH environment
## requires
# wget -- to download pubkey and busybox
# sharutils -- to generate random password
## Config