Skip to content

Instantly share code, notes, and snippets.

@Calvein
Calvein / index.html
Created August 20, 2012 14:55
<select> des pays avec code ISO
<select>
<option value="AF">Afghanistan
<option value="ZA">Afrique du sud
<option value="AX">Åland, îles
<option value="AL">Albanie
<option value="DZ">Algérie
<option value="DE">Allemagne
<option value="AD">Andorre
<option value="AO">Angola
<option value="AI">Anguilla
@bradmontgomery
bradmontgomery / rvm_apache_passenger.txt
Created January 10, 2012 04:45
RVM + Apache + passenger setup for Ubuntu
# Install rvm system-wide
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
# Update the packages
apt-get update
apt-get upgrade
apt-get install build-essential
# get the packages required by ruby
rvm pkg install zlib