摘要:
脚本如下,后续继续优化 #!/bin/bash #author junxi by #this script is only for CentOS 7.x #check the OS platform=`uname -i` if [ $platform != "x86_64" ];then echo 阅读全文
摘要:
centos6.5环境 修改nginx配置文件后,重启报错: nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol) 解决办法: vim /etc/nginx/conf.d/defau 阅读全文
摘要:
Install Centrifugo and quick start Go is a perfect language - it gives developers an opportunity to have single binary executable file for application 阅读全文