When setting a system up as a server with Ubuntu 10.4LTS, what packages are unnecessary and could be removed (to help harden the system)?
For example, I'm confident the gcc
package can (and should) be removed. What other packages in the default installation are unnecessary to running the server?
Thank you for reading.
Brian
Answer
- Use Ubuntu Server 10.04 LTS
sudo apt-get autoremove
- Take a look at The perfect server, Ubuntu Lucid, the only package recommended here to remove is
apparmor
.
For the server the most obvious one to remove is X (and all the apps using windows).
The last one you don't want to remove, is kernel ;)
The rest is up to your needs.
dpkg -l
No comments:
Post a Comment