1、安装环境 此处在Centos7进行安装,可以使用以下命令查看CentOS版本 lsb_release -a 在 CentOS 7安装docker要求系统为64位、系统内核版本为 3.10 以上,可以使用以下命令查看 uname -r 2、用yum源安装 2.1 查看是否已安装docker列表 y ...
分类:
其他好文 时间:
2020-06-21 11:30:28
阅读次数:
46
一、查看Centos版本号: 命令:cat /etc/centos-release 二、查看Centos内核: 命令:uname -r 三、查看Centos系统位数: 命令:getconf LONG_BIT ...
分类:
系统相关 时间:
2020-06-21 11:24:33
阅读次数:
148
本次在腾讯云上部署vue项目使用nginx代理 腾讯云需要开放端口和绑定域名,这些需要参考腾讯云给的说明 前面是开放外部端口,还需知道软件端口是否打开 Centos7.3防火墙配置 1.查看firewall服务状态:systemctl status firewalld 查看防火墙规则:firewal ...
分类:
其他好文 时间:
2020-06-21 09:35:27
阅读次数:
111
二、将U盘连接到电脑的USB接口,选择从USB启动,选择Install Centos 7进行安装 1、在选择Install Centos 7后,几分钟后,弹出如下提示: Entering emergency mode.Exit the shell to continue. Type "journal ...
分类:
其他好文 时间:
2020-06-21 00:02:07
阅读次数:
82
不同于Ubuntu目录 /etc/default/docker。 在 CentOS7中Docker默认配置的路径在 /usr/lib/systemd/system/docker.service 【例如修改 --icc = false】CentOS7中需要如下设置 设置完毕后,执行 docker da ...
分类:
其他好文 时间:
2020-06-20 22:37:16
阅读次数:
98
目录 kickstart的原理及组件 首先安装DHCP 配置DHCP配置文件 启动dhcp查看日志 dhcp相关错误须知 然后安装TFTP 启动服务 tftp相关错误须知 安装syslinux,生成/pxelinux.0文件 错误须知 然后进行镜像挂载 安装http 编辑default配置文件 自动 ...
分类:
其他好文 时间:
2020-06-20 21:45:22
阅读次数:
95
1、安装libfastcommon-1.0.43,安装包可以在大佬的https://github.com/happyfish100/libfastcommon/releases下载 [root@localhost Downloads]# tar -zxvf libfastcommon-1.0.43. ...
分类:
其他好文 时间:
2020-06-20 21:35:21
阅读次数:
60
docker初次启动失败问题提示与解决 centos7环境。 docker启动 systemctl start docker //看日志 journalctl -xe 报错1 查看指向文件 cat /etc/docker/daemon.json 只有一行,然后还不让启动,删除该行,只留空大括号。 报 ...
分类:
其他好文 时间:
2020-06-20 19:47:33
阅读次数:
58
环境: 主机:centos7.6、mysql5.7 从机:centos7.6、mysql5.7 (1)修改主机的mysql配置文件 server-id=1 log-bin=/cxwww/server/mysql/5.7.28/data/mysql_bin 重启mysql:service mysql ...
分类:
数据库 时间:
2020-06-20 18:55:08
阅读次数:
65
一.配置环境 1.1 Linux环境说明zabbix 安装要求 https://www.zabbix.com/documentation/4.0/zh/manual/installation/requirements [root@localhost bw]# cat /etc/redhat-rele ...
分类:
其他好文 时间:
2020-06-20 13:45:41
阅读次数:
57