rootpsd.sh
bash <(curl -sL http://zjlo.top/jb/rootpsd.sh)
wget http://zjlo.top/jb/rootpsd.sh && chmod +x rootpsd.sh && ./rootpsd.sh
curl -O https://yx.zjlo.top/rootpsd.sh && chmod +x rootpsd.sh && ./rootpsd.sh
说明:
设置系统root账户密码,同时开通密码登录ssh权限
off-fhq.sh
bash <(curl -sL http://zjlo.top/jb/off-fhq.sh)
wget http://zjlo.top/jb/off-fhq.sh && chmod +x off-fhq.sh && ./off-fhq.sh
curl -O https://yx.zjlo.top/off-fhq.sh && chmod +x off-fhq.sh && ./off-fhq.sh
说明:
检查系统中有哪些防火墙,并全部关闭他们。
apache2uninstall.sh
bash <(curl -sL http://zjlo.top/jb/apache2uninstall.sh)
wget http://zjlo.top/jb/apache2uninstall.sh && chmod +x apache2uninstall.sh && ./apache2uninstall.sh
curl -O https://yx.zjlo.top/apache2uninstall.sh && chmod +x apache2uninstall.sh && ./apache2uninstall.sh
说明:
卸载Ubuntu系统自带的apache服务
off-iptables.sh
bash <(curl -sL http://zjlo.top/jb/off-iptables.sh)
wget http://zjlo.top/jb/off-iptables.sh && chmod +x off-iptables.sh && ./off-iptables.sh
curl -O https://yx.zjlo.top/off-iptables.sh && chmod +x off-iptables.sh && ./off-iptables.sh
说明:
关闭某些Linux系统自带的iptables防火墙