摘要:
一、写个编程脚本 #include <stdio.h> //author: Simon int writeInfoToFile(char *strFile) { int i; char name[20]; FILE *fp; fp = fopen(strFile, "w"); if(fp == NU 阅读全文
摘要:
nginx1.16.1的部署安装在这里https://www.cnblogs.com/FengGeBlog/p/13534156.html。先看下这个文章,然后一会我们对这个进行版本升级 注意:下文将1.16.1版本成为旧版本nginx,1.18.0成为新版本nginx 1、先确认旧的nginx进程 阅读全文
摘要:
这边有个不错的编译安装的步骤,来记录一下 1、安装预处理环境 [root@localhost ~]# dnf install -y lrzsz psmisc lsof wget ntpdate gcc gcc-c++ glibc glibc-devel pcre pcre-devel openssl 阅读全文