摘要:
1、安装jdk wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/j 阅读全文
摘要:
编辑 /etc/init.d/nginx 添加一下内容 根据路劲修改。 添加可执行权限 chmod +x /etc/init.d/nginx 开启自启 chkconfig nginx on #!/bin/sh## nginx - this script starts and stops the ng 阅读全文