安装Docker 1 2 3 4 5 [root@localhost /]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) [root@localhost /]# yum install docker-ce -y [root ...
分类:
数据库 时间:
2020-07-17 01:22:08
阅读次数:
138
实验环境如下:[root@Centos7~]#uname-r3.10.0-693.el7.x86_64[root@Centos7~]#cat/etc/redhat-releaseCentOSLinuxrelease7.4.1708(Core)[root@Centos7~]#lsblkNAMEMAJ:MINRMSIZEROTYPEMOUNTPOINTsda8:0050G0disk├─sda18:10
分类:
其他好文 时间:
2020-07-17 01:19:44
阅读次数:
123
OS:7.2.1511(Core)[root@zabbix-server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)[root@zabbix-server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)1,下载CentOS7的repo文件wget-O/etc/yu
分类:
其他好文 时间:
2020-07-17 01:18:57
阅读次数:
97
六、rpm工具使用 6.1 概述 RPM(RedHat Package Manager),红帽子软件包管理工具,类似windows里面的setup.exe,是Linux系列操作系统里面的打包安装工具,它虽然是Redhat的标志,但理念是通用的。 RPM包的名称格式:Apache-1.3.23-11. ...
分类:
系统相关 时间:
2020-07-16 21:50:55
阅读次数:
122
a、去官网 getcomposer.org 下载安装程序 b、运行安装程序,需要开启三个扩展 openssl、curl、mbstring,没有开启的话 composer 也可以帮助开启;会自动将composer添加到Path环境变量 c、 打开命令窗口,测试 composer 命令是否可用 1. c ...
1- Kubernetes对软件和硬件的系统要求 软硬件 最低配置 推荐配置 CPU|内存 Master: 2cores|4GNode:4cores|16G master: 4cores|16GNode: 根据需要运行的容器数量进行配置 Linux系统 CentOS,redhat,ubuntu,Fe ...
分类:
Web程序 时间:
2020-07-15 15:22:17
阅读次数:
90
Linux openssl 升级、降级 最近遇到一些朋友使用微信退款,报openssl版本为问题,需要对openssl进行降级。 现在环境的openssl版本如下: root@c215a2b695ef:/home# openssl version OpenSSL 1.1.0f 25 May 2017 ...
分类:
系统相关 时间:
2020-07-15 01:31:38
阅读次数:
135
公私钥、证书生成 本文以Linux系统为例模拟CA生成http服务器的认证证书 http服务器操作 1.生成私钥 使用OpenSSL工具生成服务器私钥key文件 [nginx@nginx-node01 ~]$ openssl genrsa 1024 >> $HOSTNAME.key Generati ...
分类:
其他好文 时间:
2020-07-15 01:28:44
阅读次数:
106
一、系统相关 cat /etc/redhat-release 查看系统版本uname -a 查看系统位数su - hadoop 切换系统账户source /etc/profile 重装配置文件 二、防火墙 firewall-cmd --add-port=3306/tcp 开放3306端口 https ...
分类:
系统相关 时间:
2020-07-14 18:00:46
阅读次数:
79
1、安装依赖包,使用yum工具安装 yum -y install gcc make zlib-devel pcre pcre-devel openssl-devel 2、安装命令 sudo yum install nginx 3、安装完成后,使用以下命令启用并启动Nginx服务 $ sudo sys ...
分类:
其他好文 时间:
2020-07-14 16:48:16
阅读次数:
164