比较喜欢 debian vps ,系统比较简洁,而且很省内存,但大部分的 vps 商都使用的标准模版,带了不少垃圾东西。
首先进行系统更新
apt-get update && apt-get upgrade
安装sysv-rc-conf做为开机管理项
apt-get install sysv-rc-conf
先删除 apache 相关,使用 nginx 代替
apt-get remove --purge apache*
删除sendmail 相关
apt-get remove --purge sendmail* sasl2-bin
删除bind9相关
apt-get remove --purge bind9-*
删除xinetd 相关
apt-get remove --purge xinetd
删除samba相关
apt-get remove --purge samba-*
删除rpcbind相关
apt-get remove --purge rpcbind