阅读目录 1 安装 2 更新和升级 3 查找和显示 4 删除程序 5 清除缓存 yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自 ...
分类:
其他好文 时间:
2020-05-30 12:24:42
阅读次数:
86
安装dnsmasq yum -y install dnsmasq 配置 vim /etc/mnsmasq.conf 修改以下几个数据 # Change this line if you want dns to get its upstream servers from # somewhere oth ...
分类:
其他好文 时间:
2020-05-30 11:12:12
阅读次数:
96
创建NAT网络虚拟机环境 准备工作 准备一台安装CentOS-7操作系统的电脑。(PS:安装系统时硬盘分区不要自动否则/home会分一半的硬盘空间) 准备一份CentOS-7的iso安装文件。 安装VNC Viewer 虚拟机配置及规划 更新系统并校对时间 #安装EPEL源 yum install ...
分类:
其他好文 时间:
2020-05-30 11:10:02
阅读次数:
74
操作系统: CentOS 7 数据库: PostgreSQL 12 一、yum安装postgresql12 1、安装存储库rpm包 yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg- ...
分类:
数据库 时间:
2020-05-30 10:56:41
阅读次数:
868
研究了个一键部署Kubernetes的shell脚本,经验证可以在CentOS71804及CentOS71810上成功部署Kubernetes单机环境,但需要在执行脚本前做好OS环境的初始化。以下是该脚本的内容:#!/bin/shmv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.originalwget-O/e
分类:
Web程序 时间:
2020-05-30 10:44:21
阅读次数:
90
安装 yum install -y iperf # centos apt-get install iperf # ubuntu 基本用法 # 服务端 iperf -s # 客户端 5s iperf -c ip -t 5 如果想要测试多个网卡跑满,需要开启多个 iperf client 端 数据流方向 ...
分类:
其他好文 时间:
2020-05-30 01:24:07
阅读次数:
336
一.安装mysql 这里我们基础系统是centos7.5 [root@monitor ~]# yum install -y mariadb-server [root@monitor ~]# systemctl start mariadb && systemctl enable mariadb [ro ...
分类:
数据库 时间:
2020-05-29 19:13:24
阅读次数:
73
https://www.cnblogs.com/me80/p/7218883.html 安装步骤:1、使用putty或类似的SSH工具登陆VPS或服务器; 登陆后运行:screen -S lnmp如果提示screen: command not found 命令不存在可以执行:yum install ...
分类:
其他好文 时间:
2020-05-29 17:39:41
阅读次数:
69
#DNS软件bind isc 开源 免费使用 其他:powerdns(基于php) undound ##安装bind yum list all bind 官方最新版本 www.isc.org/download/#BIND 稳定版本 9.16.3 May.2020 localhost 表示本机所有ip ...
分类:
其他好文 时间:
2020-05-29 13:46:00
阅读次数:
76