-->

Sunday, March 10, 2013

stop not so secure/useful services on ubuntu

services you want to stop on your ubuntu server for improving security:

sudo netstat -ntaupe | grep LIST
sudo service  statd stop
sudo service cupsd  stop
sudo service cups  stop
sudo service rpcbind  stop
sudo service portmap  stop

No comments:

Post a Comment