Whenever I have to install a new vps I get rid of a lot of "default services" which are installed with enabled autorun.
If anyone want to add anything feel free to add a comment.
Get rid of apache, sendmail, bind and nmbd
sudo su
service apache2 stop
service sendmail stop
service bind9 stop...