Warning: Undefined array key "wordpress_logged_in_28779dc2073c474167d2bb56d0494266" in /www/wwwroot/zmrbk.com/wp-content/plugins/cos-html-cache/cos-html-cache.php on line 103
debian系统精简脚本 – 追梦人博客

debian系统精简脚本


wget https://github.com/lowendbox/lowendscript/raw/master/setup-debian.sh --no-check-certificate
bash setup-debian.sh system

该命令包含

 remove_unneeded//移除不必要的组件,具体请参考脚本

 update_upgrade//apt-get update 和upgrade

install_dash//安装dash代替

bash

install_syslogd//
安装轻量级syslogd代替rsyslog

 install_dropbear//安装dropbear代替openssh 

安装exim4代替sendmail

 bash setup-debian.sh exim4


发表回复