Nginx 核心配置详解 [toc] Nginx 四层访问控制: 准备两个客户端,做访问测试使用。 centos7 IP:192.168.39.7 centos6 IP:192.168.39.6 bash [root@ubuntu images1] vim /apps/nginx/conf/conf ...
分类:
其他好文 时间:
2020-01-09 23:08:04
阅读次数:
266
1 基础声明 本文档参考资料均来自网络。 服务器操作系统:CentOS6.5 服务器基础环境:java1.8.0 Jenkins版本:2.126 2 安装Java 2.1 登陆Linux服务器 2.2 安装java1.8 2.3 检查安装结果 2.4 配置java环境变量 打开配置文件 文件末尾添加 ...
分类:
其他好文 时间:
2020-01-09 22:40:20
阅读次数:
79
1.安装说明 使用到的工具: 软件名称版本软件包 系统 centOS6.8 CentOS-6.8-x86_64-bin-DVD1.iso 数据库 ORACLE11g linux.x64_11gR2_database_1of2.ziplinux.x64_11gR2_database_2of2.zip ...
分类:
其他好文 时间:
2020-01-09 13:20:26
阅读次数:
136
网卡配置文件 🍓 vi /etc/sysconfig/network-scripts/ifcfg-eth0 外网 DEVICE=eth0 TYPE=Ethernet ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=static IPADDR=10.0.0.4 NETM ...
分类:
其他好文 时间:
2020-01-09 00:57:08
阅读次数:
296
当前Docker容器配置: Centos6.8 python2.6.6 openssl 1.0.1 目标Docker容器配置: Centos6.8 python3.7.4 openssl 1.1.1 selenium 3.141.0 geckodriver 0.15 firefox 52 Pillo ...
分类:
编程语言 时间:
2020-01-08 23:20:13
阅读次数:
144
当前Docker容器配置: Centos6.8 python2.6.6 目标Docker容器配置: Centos6.8 python2.7 selenium 3.141.0 geckodriver 0.15 firefox 52.8.0 Pillow 6.1.0 pytesseract 0.2.7 ...
分类:
编程语言 时间:
2020-01-08 23:09:28
阅读次数:
131
第4章 shell语法深度习题练习 4.1 使用if,case,函数的方法将服务改成system(centos6) 4.1.1 if方法 4.1.1.1 system实现 4.1.1.1.1 编写代码信息 [root@oldboyedu run]# vim /server/scripts/rsync ...
分类:
系统相关 时间:
2020-01-08 14:42:42
阅读次数:
124
今天介绍关于linux系统防火墙:centos5、centos6、redhat6系统自带的是iptables防火墙,centos7、redhat7自带firewall防火墙,ubuntu系统使用的是ufw防火墙。本平台www.gxdeqiong.com 安装的是iptables防火墙(其他云服务供应 ...
分类:
系统相关 时间:
2020-01-06 19:36:59
阅读次数:
88
之前在CentOS 6下编辑网卡,直接使用setup工具就可以了。 但在新版的CentOS 7里,setuptool已经没有网络编辑组件了,取而代之的是NetworkManager Text User Interface,即nmtui。nmtui默认随系统标准安装,如果你使用最小化安装,可能没有该软 ...
分类:
其他好文 时间:
2020-01-05 09:15:17
阅读次数:
320
#系统选择:centos6.6一、添加nginx服务进程用户groupadd-rnginxuseradd-r-gnginxnginx二、下载并解压安装包wgethttp://nginx.org/download/nginx-1.9.9.tar.gztarxvfnginx-1.9.9.tar.gz-C/usr/local/src三、安装相应开发者工具yumgroupinstall"Deve
分类:
系统相关 时间:
2020-01-05 00:36:13
阅读次数:
119