安装google-chromecurl
https://intoli.com/install-google-chrome.sh | bash
检查是否缺少依赖,返回为空说明正常:
ldd /opt/google/chrome/chrome | grep "not found"
安装google-chromecurl
https://intoli.com/install-google-chrome.sh | bash
检查是否缺少依赖,返回为空说明正常:
ldd /opt/google/chrome/chrome | grep "not found"
1. 需要安装python, 2.7以上版本
2. 下载 letsencrypt git clone https://github.com/letsencrypt/letsencrypt
yardvps CentOS5.7配置apache+php+mysql+vsftp笔记
1. 增加用户关闭root用户登陆
#useradd bevin
#passwd bevin
#vim /etc/ssh/sshd_config
把#PermitRootLogin 改成 PermitRootLogin no
#vim /etc/redhat-release
查看版本C...