Adapt Ubuntu for my Needs
After the initial installation I change different things for my claims. Do not forget to update your system before the following steps. This can be done by executing the following commands:
aptitude update
aptitude safe-upgrade
- Remove CD repository from /etc/apt/sources.list.
- Install vim to get my favourite text editor.
aptitude install vim - Enable syntax highlighting in /etc/vim/vimrc.
- Remove # from the following rows in ~/.bashrc to make daily business easier.
# alias ll='ls -l'
# alias la='ls -A'
# alias l='ls -CF' - Install some other often used tools.
aptitude install mc traceroute lynx screen
Noch keine Kommentare vorhanden.