多种申请 SSL 证书方法
申请 SSL 证书 Acme 脚本申请证书 Acme 脚本申请证书,是我们用到的最常见的一种证书的申请方式,它有很多的申请方法,大家只需要找到一种适合自己的也就好了。 不管用下面的何种方式申请,都需...
SSH工具XShell连接谷歌云root
1.进入谷歌云实例面板 2.切换到root角色 sudo -i 3.修改SSH配置文件/etc/ssh/sshd_config vi /etc/ssh/sshd_config 修改PermitRootLogin和PasswordAuthentication为yes # Authentication: Permi...