Linux – Most important things you should do after your VPS server has been “built”

debiandebian-lennylinux

I'm trying to write a guide with some essentials that one should do after his/her server has finished "building", important things like setting up a secondary user that's non-root, locales, perhaps even disabling a password login and using keys instead. If you do decide to participate mind providing code examples in addition to a small description?

Best Answer

apt-get update && apt-get upgrade to update package lists and install the latest security updates for packages, and also installing aptitude and relying on it since it handles dependencies better.

Related Topic