wiki:UbuntuDesktopInstall

Version 5 (modified by Rick van der Zwet, 13 years ago) ( diff )

--

Intro

This document describes the steps and tweaks I do to make my desktop work the way I want it.

Packages

$ sudo apt-get install minicom screen cu subversion build-essentials terminator vim cssh apache2

.profile

$ cat <<'EOF' >> $HOME/.profile
export PATH="$PATH:~/android-sdk-linux_x86/platform-tools/"

export EDITOR=vim
alias mykey="ssh-add -t 7200 $HOME/.ssh/rickvanderzwet"
EOF
Note: See TracWiki for help on using the wiki.