1.安装相应的编译工具 在root用户下(不要用普通用户,麻烦),全部复制粘贴过去,一次性安装即可. yum -y groupinstall "Development tools" 安装成功后显示 在执行命令 yum -y install zlib-devel bzip2-devel openssl ...
分类:
编程语言 时间:
2021-01-13 11:28:10
阅读次数:
0
目的:只允许用户用ftp工具访问指定目录 查看是否安装了vsftpd #rpm -qa|grep vsftpd 安装vsftpd #yum -y install vsftpd(如果安装不成功,下载rpm包,手动安装) 编辑vsftpd的配置文件 #vi /etc/vsftpd/vsftpd.conf ...
分类:
其他好文 时间:
2021-01-13 10:50:08
阅读次数:
0
1、下载 wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz 也可以在浏览器去maven官网http://maven.apache.or ...
分类:
系统相关 时间:
2021-01-12 11:26:32
阅读次数:
0
yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo --RH ...
分类:
其他好文 时间:
2021-01-12 11:22:07
阅读次数:
0
centos7运行yum报如下提示: There are no enabled repos. Run "yum repolist all" to see the repos you have. To enable Red Hat Subscription Management repositorie ...
分类:
其他好文 时间:
2021-01-12 10:29:30
阅读次数:
0
备份原镜像 sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup sudo mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo ...
分类:
其他好文 时间:
2021-01-12 10:29:17
阅读次数:
0
Ansible常用模块 ansible常用模块使用详解 ansible常用模块有: ping yum template copy user group service raw command shell script ansible常用模块raw、command、shell的区别: shell模块调 ...
分类:
其他好文 时间:
2021-01-08 11:31:37
阅读次数:
0
一、mysql5.7源码安装1.清除卸载原mysql[root@192 ~]# rpm -qa | grep mariadbmariadb-libs-5.5.60-1.el7_5.x86_64[root@192 ~]# yum -y remove mari*或者用rpm卸载[root@192 ~]# ...
分类:
数据库 时间:
2021-01-08 10:29:39
阅读次数:
0
centos7 安装git 1、简单直接: yum install git 命令安装 (卸载Git:yum remove git) 存在问题:版本太旧(因此不建议这样) 2、wget git源码地址 (在线下载,推荐!!!) 方法: 2.1先访问:git官网:https://github.com/g ...
分类:
其他好文 时间:
2021-01-07 12:40:50
阅读次数:
0
* 如果是非Ubuntu系统,下面的apt-get命令要换成yum命令。apt-cache search all | grep -> yum list installed | grepapt-get purge -y -> yum remove -y其中的参数-y是过程中所有提示都自动选yes的作用 ...
分类:
其他好文 时间:
2021-01-07 12:30:42
阅读次数:
0