Created
October 29, 2012 16:07
-
-
Save sandys/3974478 to your computer and use it in GitHub Desktop.
Debian 6 fresh setup
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
* aptitude install sudo | |
* add the following to /etc/apt/sources.list | |
<pre> | |
deb http://ftp.br.debian.org/debian squeeze main | |
deb-src http://ftp.br.debian.org/debian squeeze main | |
deb http://ftp.br.debian.org/debian squeeze-updates main | |
deb-src http://ftp.br.debian.org/debian squeeze-updates main | |
deb http://security.debian.org/ squeeze/updates main | |
deb-src http://security.debian.org/ squeeze/updates main | |
deb http://ftp.debian.org/debian experimental main | |
deb http://pgapt.debian.net/ squeeze-pgdg main | |
</pre> | |
* aptitude install vim | |
* sudo passwd -l root | |
* sudo aptitude install zsh command-not-found | |
* sudo update-command-not-found | |
* if no colors in vim, set TERM=xterm-256color | |
* sudo tzselect for timezone | |
* sudo aptitude install libpcre3-dev build-essential libssl-dev libxml2 libxml2-dev libxslt-dev ncurses-dev | |
* sudo aptitude install ruby1.8-dev ruby1.9.1-dev | |
* sudo aptitude install libcurl4-openssl-dev | |
* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment