2019年4月4日23:53:26 系统centos7.6 开机启动 运行 安装mysql ...
分类:
其他好文 时间:
2019-04-05 22:43:13
阅读次数:
231
实验机器: Vmware 虚拟机 2核4G? 网卡:桥接? 系统:centos7.5? 防火墙:关闭查看防火墙状态firewall-cmd --state停止firewallsystemctl stop firewalld.service禁止firewall开机启动systemctl disable ...
分类:
其他好文 时间:
2019-04-05 18:28:36
阅读次数:
169
安装环境系统:CentOS7.4更新yumyumupdateyum-yinstallepel*先安装bzip2yum-yinstallbzip21.下载源代码我这里下载的是7.1版本的源代码最新的已经有8.0版本http://archive.apache.org/dist/trafficserver/trafficserver-7.1.4.tar.bz2需要访问这个url里面有链接用wget下载下
分类:
Web程序 时间:
2019-03-31 15:30:09
阅读次数:
636
1、问题:pyhontModuleNotFoundError: No module named '_ctypes' 操作系统:CentOS7.5 安装完Pyhotn3后(如何安装Python3,安装后我的python、python3命令指向python3;python2和python2.7指向pyt ...
分类:
编程语言 时间:
2019-03-26 15:06:14
阅读次数:
1418
问题1: virtual box 安装centos7 后,网口无ip, 解决方法是:配置网口上电后,默认状态为down, 修改“onboot=yes”, 修改后保存配置重启系统。 ...
分类:
编程语言 时间:
2019-03-17 20:08:28
阅读次数:
156
CentOS7.x cobbler无人值守安装 cobbler介绍 自打若干年前 Red Hat,推出了 Kickstart,不再需要刻了光盘一台一台地安装 Linux,只要搞定 PXE、DHCP、TFTP,还有的 Kickstart 脚本,就能瞬间安装上百台服务器。 Red Hat 最新(Cobb ...
分类:
其他好文 时间:
2019-03-17 18:20:57
阅读次数:
238
一、部署说明 1、python语言介绍 python简介 2、实验环境 实验机器:Vmware虚拟机 8核10G 网卡:桥接模式 系统:centos7.5 防火墙:关闭 Selinux:关闭 网段:192.168.10.0/25 WEB01:192.168.10.42 二、部署流程 Centos7. ...
分类:
编程语言 时间:
2019-03-17 18:13:34
阅读次数:
241
基础环境系统:centos7.4docker安装安装依赖包yuminstall-yyum-utilsdevice-mapper-persistent-datalvm2安装docker软件包源yum-config-manager--add-repo\https://download.docker.com/linux/centos/docker-ce.repoyuminstalldocker-ce-y
分类:
Web程序 时间:
2019-03-08 12:31:30
阅读次数:
322
系统: centos7 安装: 1).首先需要安装erlang#rpm -Uvh https://mirrors.tuna.tsinghua.edu.cn/epel/epel-release-latest-7.noarch.rpm #yum install erlang 安装过程中会有提示,一路输入 ...
分类:
其他好文 时间:
2019-03-07 14:17:02
阅读次数:
172
系统:centos7(可以升级一下内核) 以下是几个镜像网站: https://hub.docker.com/ https://quay.io/ https://dev.aliyun.com/search.html 1、获取repo文件 cd /etc/yum.repos.d/ wget https ...
分类:
其他好文 时间:
2019-03-01 18:39:41
阅读次数:
206