
工具搭建部署
文章平均质量分 94
方便程序员的工具
不见古人
这个作者很懒,什么都没留下…
展开
-
jinkens搭建及部署项目
参考文章https://www.cnblogs.com/lianstyle/p/8778244.htmlhttps://www.cnblogs.com/fangts/p/11095316.htmlhttps://www.cnblogs.com/zuidongfeng/p/10054831.htmlhttps://blog.youkuaiyun.com/u012280292/article/de...转载 2019-12-14 08:43:37 · 636 阅读 · 0 评论 -
nginx中使用pfx格式的ssl证书
生成证书crt可keyopenssl pkcs12 -in /usr/local/nginx/ssl/xxx.pfx -clcerts -nokeys -out /usr/local/nginx/ssl/xxx.crtopenssl pkcs12 -in /usr/local/nginx/ssl/xxx.pfx -nocerts -nodes -out /usr/local/nginx/ss...转载 2019-12-02 13:01:45 · 712 阅读 · 1 评论 -
CentOS7 防火墙(firewall)的操作命令
原作者地址:https://www.cnblogs.com/leoxuan/p/8275343.html安装:yuminstall firewalld1、firewalld的基本使用启动: systemctl start firewalld查看状态: systemctl status firewalld禁用,禁止开机启动: systemctl disable fire...转载 2019-11-23 11:22:27 · 853 阅读 · 0 评论 -
centOs7 mysql8安装及远程访问
参考资料如下,感谢原作者mysql安装:https://www.cnblogs.com/yaowen/p/9486138.html忘记密码:https://blog.youkuaiyun.com/qianyang_xu/article/details/79123141防火墙命令:https://www.cnblogs.com/leoxuan/p/8275343.html远程访问1251:htt...转载 2019-11-23 11:32:31 · 331 阅读 · 0 评论