Hosts add your services here
Hosting Reviews
Hosting Types

Hosting Tutorials - Read hosting related tutorials written by the hosts themselves

Do you really need all sort of web services installed? Avoid installing unnecessary software to avoid
vulnerabilities in software. Use the RPM package manager such as yum or apt-get and/or dpkg to review all
installed set of software packages on a system. Delete all unwanted packages.

# yum list installed
# yum list packageName
# yum remove packageName

OR

# dpkg --list
# dpkg --info packageName
# apt-get remove packageName

This should give you a good start but please be sure not to remove the wrong package, as a start remove only
1 at a time to avoid confusion of something goes wrong.

This Article was submitted by Inception Hosting Limited - If you found it useful, please consider them as your host


Alert: