摘要:
https://www.cnblogs.com/shawnloong/archive/2011/11/23/2260757.html 最好连接到console,而不要在SSH下面进行,因为可能导致网络中断,到时候你就连不到机器了 chkconfig --level 35 network onchkc 阅读全文
摘要:
docker容器是debian的镜像,没有ps命令,查个进程没法查。 安装procps包 apt-get install procps 阅读全文