Very short and sweet TODO list after a fresh install. I have taken some of this from various guides on the net.
Disable dash:
# dpkg-reconfigure dash
-> no
# apt-get install localepurge
Install vim-nox (I do not use X):
# apt-get install vim-nox
Install openntpd (purge ntpdate):
# dpkg -P ntpdate
# apt-get install openntpd
---
Useful links:
Stricter Defaults (Ubuntu docs)
Secure Ubuntu (rehash of the stricter defaults guide but with tools suggestions)
Harden Ubuntu Guide (rehash of the stricter defaults guide plus some other suggestions)
Ubuntu Server Guide (Lucid)
---
No comments:
Post a Comment