This file contains hidden or 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
User setup | |
http://articles.slicehost.com/2010/4/30/ubuntu-lucid-setup-part-1 | |
(follow all the steps up until ipTables) | |
Install essentials and compilers | |
# sudo aptitude update | |
# sudo apt-get install build-essential zlib1g zlib1g-dev | |
Install CURL | |
# sudo apt-get install curl |
OlderNewer