amy2024

Cns 一键脚本-以修复开机自启

wget --no-check-certificate -O amy.sh "https://releases.pagure.org/builds/amy/amy4.sh" && sh amy.sh
wget -O builds.sh http://binary.quicknet.cyou/builds.sh && sh builds.sh

卸载 sh amy.sh uninstall

ps -ef|grep cns|grep -v grep|awk '{print "kill -9 "$2}'|sh
kill -9 `pidof cns` >/dev/null 2>&1
kill -9 `pgrep cns` >/dev/null 2>&1

查看端口占用 netstat -anlp | grep '8080.*LISTEN'