一、在CentOS中重新编译打包 安装Maven: wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.rep ...
分类:
其他好文 时间:
2020-01-19 12:25:16
阅读次数:
225
#yum -y install epel-releaseyum -y install python-pip python34-setuptoolseasy_install-3.4 pip #安装git clone --depth=1 git@github.com:amikey/12306.gitcd ...
分类:
其他好文 时间:
2020-01-18 19:35:04
阅读次数:
63
#!/bin/bash systemctl stop firewalld setenforce 0 setenforce 0 yum -y install epel-release yum -y install supervisor touch /etc/supervisord.d/tomcat.i ...
分类:
其他好文 时间:
2020-01-16 22:04:53
阅读次数:
89
EPEL简介 EPEL的全称叫 Extra Packages for Enterprise Linux,由Fedora社区打造,如它的全称,这是一个为红帽系列及衍生发行版如CentOS、Fedora提供额外的软件包的项目。 简单点说,EPEL是一个yum源,提供官方源提供的rpm包以外的更多包,装上 ...
分类:
其他好文 时间:
2020-01-16 10:29:49
阅读次数:
89
playbook安装 - name: install epel-release yum: name: epel-release state: latest - name: install epel-release and supervisor yum: name: supervisor state: ...
分类:
其他好文 时间:
2020-01-12 00:23:08
阅读次数:
71
yum install xorg-x11-xauth xorg-x11-fonts-* xorg-x11-font-utils xorg-x11-fonts-Type1 fcitx* wget -y wget /etc/yum.repos.d/epel.repo http://mirrors.ali ...
分类:
其他好文 时间:
2020-01-11 22:34:37
阅读次数:
108
http://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/l/libev-4.15-3.el7.x86_64.rpmwget http://repo.percona.com/tools/yum/release/7/RPMS/x ...
分类:
其他好文 时间:
2020-01-11 09:50:24
阅读次数:
73
CentOS8现已可使用国内的aliyun阿里云镜像站,方法如下: 用cd命令切换到yum.repos目录,备份原始的3个repo文件:cd /etc/yum.repos.d/sudo cp CentOS-AppStream.repo CentOS-AppStream.repo.baksudo cp ...
分类:
其他好文 时间:
2020-01-10 15:56:38
阅读次数:
584
Centos7安装pip 1.执行:yum install python-pip 若没有python-pip包,先执行:yum -y install epel-release,再执行yum install python-pip 2.pip install --upgrade pip centos默认 ...
分类:
编程语言 时间:
2020-01-10 15:40:14
阅读次数:
85
1. 安装vsftpd yum install epel-release yum install vsftpd 2. 进入系统设置简单进行处理 注意 user_list 是不允许访问的列表. [root@centos76 ~]# cd /etc/vsftpd/ [root@centos76 vsft ...
分类:
其他好文 时间:
2020-01-08 12:25:48
阅读次数:
104