如果选用小内存的 Ubuntu VPS,而且只需要 LNMP 做 web 服务的话,可以如下优化:
apt-get update
apt-get upgrade
apt-get -y purge apache2-* bind9-* xinetd samba-* nscd-* portmap sendmail-* sasl2-bin
apt-get -y purge lynx memtester unixodbc python-* odbcinst-* sudo tcpdump ttf-*
apt-get autoremove && apt-get clean
小内存 VPS 推荐安装 32bitOS。