1、安装依赖 yum install ebtables ethtool iproute iptables socat util-linux wget openssl-devel -y 2、安装 docker-compose yum install epel-release -y yum instal ...
分类:
其他好文 时间:
2020-01-08 11:02:15
阅读次数:
110
序言 当不再满足使用域名+端口号访问一台服务器上不同项目时,我决定研究下如何实现二级域名方式访问。网上当然教程很多,但是我还是踩了不少坑,在此记录一下。 准备工作 按照 "官网" 的做法,安装EPEL等,有很多东西都是自带的,所以有可以跳过 或者更简单,直接执行docker命令 生成证书挂载进ngi ...
分类:
Web程序 时间:
2020-01-07 13:25:37
阅读次数:
303
解决错误:Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 在使用yum install的时候,偶尔会碰见这样的错误:Couldn’t open file /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 这是因为在你 ...
分类:
其他好文 时间:
2020-01-06 21:22:17
阅读次数:
243
一、Docker Compose 安装 [root@localhost ~]# yum -y install epel-release [root@localhost ~]# yum -y install python-pip [root@localhost ~]# pip --version pi ...
分类:
其他好文 时间:
2020-01-01 20:30:30
阅读次数:
158
一、安装 GNOME 桌面 GNOME 桌面是最常见的 CentOS 桌面 安装命令 重启后就会发现安装成功,接下来做一些傻瓜配置就行 二、安装 KDE 桌面 安装命令 三、安装 Cinnamon 桌面 首先添加EPEL存储库(从Fedora项目提供的EPEL存储库)Extra Packages f ...
分类:
其他好文 时间:
2020-01-01 17:12:16
阅读次数:
139
``` 基础依赖 阿里云基础yum修改 https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.53322f703qIBgc 阿里云epel源 https://developer.aliyun.com/mirror/epel... ...
分类:
其他好文 时间:
2019-12-30 14:47:05
阅读次数:
117
1.1 ansible安装 1、使用yum安装 [root@linux-node4 ~]# yum -y install wget [root@linux-node4 ~]# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/r ...
分类:
其他好文 时间:
2019-12-29 13:14:41
阅读次数:
58
报错原因 系统中未启用 RHEL/CentOS 7.x/6.x/5.x 的 EPEL 存储库。 EPEL 代表企业 Linux 及其在线分布式的额外软件包,可以由 yum 实用程序自动下载和安装。 只要启用了此选项,错误就会解决 解决方法 Centos 7 Centos 有必要的话再 ...
分类:
其他好文 时间:
2019-12-27 09:23:17
阅读次数:
473
step 1:下载最新的aMule (http://www.amule.org/) (https://sourceforge.net/projects/amule/files/aMule/) (wget )https://sourceforge.net/projects/amule/files/aM ...
分类:
其他好文 时间:
2019-12-26 11:16:15
阅读次数:
77
目录:(一)htop命令(二)vmstat命令(三)pmap命令(四)glances命令(五)dstat命令(一)htop命令(1.1)EPEL(ExtraPackagesforEnterpriseLinux)是由Fedora社区打造,为RHEL及衍生发行版如CentOS等提供高质量软件包的项目。装上了EPEL,就像在Fedora上一样,可以通过yuminstall的方式安装,即可安装很多以前需要
分类:
其他好文 时间:
2019-12-21 22:48:28
阅读次数:
127