Created
June 24, 2009 15:59
-
-
Save dburger/135352 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# get up to date | |
sudo apt-get update | |
sudo apt-get upgrade | |
# basic development tools | |
sudo apt-get install emacs git-core subversion build-essential | |
# ruby stuff | |
sudo apt-get install ruby rdoc ri libopenssl-ruby ruby1.8-dev irb | |
# for xml processing | |
sudo apt-get install libxml2-dev | |
# mysql | |
sudo apt-get install mysql-server mysql-client libmysqlclient15-dev | |
# for using ODBC on Linux -- SQL Server | |
sudo apt-get install unixodbc unixodbc-dev tdsodbc freetds-dev libodbc-ruby1.8 | |
# for working with java stuff | |
sudo apt-get install sun-java6-jdk ant | |
# damn windows line endings | |
sudo apt-get install tofrodos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment