Skip to content

Instantly share code, notes, and snippets.

View kentlangley's full-sized avatar

Kent Langley kentlangley

View GitHub Profile
@kentlangley
kentlangley / .bashrc modifications needed for RVM on Ubuntu 10.10 Rackspace Cloud server
Created October 22, 2010 16:02
This is a properly modified .bashrc that will ensure the proper operation of RVM on Ubuntu 10.10 rackspacecloud server instances.
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
if [[ -n "$PS1" ]] ; then
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace
##Prepare the Server
apt-get update
apt-get upgrade
apt-get install build-essential
apt-get install zlib1g-dev
apt-get install uuid-dev
##Download, Build, make, make install - Ruby 1.9.2p0