摘要:
之前提到过 window环境下 生成ssl通配符域名证方法为:https://www.cnblogs.com/duanweishi/p/9491209.html 下文为在window环境下手动续期ssl证书 //查看证书过期时间 openssl x509 -noout -dates -in /etc 阅读全文
摘要:
非crt证书,用的pem,其中 http://localhost:5003 是你要转发到的站点网址 配置的就是 阅读全文
摘要:
安装redis yum install redis 启动redis systemctl start redis.service 设置redis开机启动 systemctl enable redis.service 高级设置 设置redis密码 打开文件/etc/redis.conf,找到其中的# r 阅读全文
摘要:
CentOS下g++: command not found问题的解决 2017年02月27日 18:09:06 阅读数:5174 标签: centosgcc 更多 个人分类: 问题分析 CentOS下g++: command not found问题的解决 2017年02月27日 18:09:06 阅 阅读全文
摘要:
ubuntu 16.04 忘记root密码 阅读目录 方法一 方法二 虚拟机中安装的ubuntu 16.04。 回到目录 方法一 如果用户具有sudo权限,那么直接可以运行如下命令: sudo su root #输入当前用户的密码 passwd #输入密码 #再次输入密码 回到目录 方法二 如果用户 阅读全文