Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# node.js using PPA (for statsd)
sudo apt-get install python-software-properties
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
# Install git to get statsd
sudo apt-get install git
@Keoven
Keoven / downgrade_libqt.sh
Created September 24, 2012 06:13 — forked from pgroudas/downgrade_libqt.sh
Downgrade libqt on ubuntu 12.04
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
cat >>/etc/apt/sources.list <<END
# Needed for older versions of libqt (needed for cucumber and capybara/webkit)
deb http://archive.ubuntu.com/ubuntu oneiric main
END
apt-get update
apt-get remove -y libqtwebkit-dev libqt4-dev
@Keoven
Keoven / .gitignore
Created February 20, 2012 03:28 — forked from vishvananda/devstack.rb
Vagrant script for devstack
openstack-cookbooks
.vagrant
cache