centos linux 对ntfs的支持,需要第三方软件源epel 使用阿里源 ,根据help进行配置 #wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo #yum install ntfs- ...
分类:
Web程序 时间:
2021-01-01 11:44:57
阅读次数:
0
1、MAVEN依赖 <!-- https://mvnrepository.com/artifact/org.apache.hive/hive-exec --> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-exec< ...
分类:
其他好文 时间:
2020-12-28 11:17:44
阅读次数:
0
由于centos7安装后,YUM源服务器在国外下载比较慢,所以更换为国内YUM源 1、清空原YUM源配置文件 [root@localhost ~]#cd /etc/yum.repos.d [root@localhost yum.repos.d]# rm -rf * 2、下载阿里yum源配置文件 [r ...
分类:
其他好文 时间:
2020-12-25 11:50:31
阅读次数:
0
1.yum yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包(RPM 是 Red Hat Package Manager 的缩写,本意是Red Hat 软件包管理,顾名思义是Red H ...
分类:
系统相关 时间:
2020-12-24 11:57:54
阅读次数:
0
背景:1.服务器处于内网或无法连接外网实验步骤1.挂载镜像到/mnt/cdrommkdir/mnt/cdrommount-tiso9660/dev/cdrom/mnt/cdrom2.切换目录到/etc/yum.repos.d/下cd/etc/yum.repos.d/3.将除了CentOS-Media.repo之外的文件修改其文件名mvCentOS-Base.repoCentOS-Base.repo
分类:
其他好文 时间:
2020-12-23 11:58:11
阅读次数:
0
CentOS7通过yum安装postgreSQL 选择正确的YUM安装源 yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch. ...
分类:
数据库 时间:
2020-12-22 12:15:14
阅读次数:
0
logstash7.10安装机器初始化参考ES安装,安装java,关闭防火墙,selinux等下载并安装GPG-KEYsudorpm--importhttps://artifacts.elastic.co/GPG-KEY-elasticsearch添加yum仓库vim/etc/yum.repos.d/logstash.repo[logstash-7.x]name=Elasticrepository
分类:
其他好文 时间:
2020-12-22 11:48:50
阅读次数:
0
问题: 尝试了按百度上面其他网友说的添加以下依赖 <dependencyManagement> <dependencies> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-depe ...
分类:
编程语言 时间:
2020-12-17 13:01:25
阅读次数:
1
1.安装 需先下载java环境 # 拉取库的配置到本地对应文件 0、wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo 1、wget https://pkg.jenkins.io/re ...
分类:
其他好文 时间:
2020-12-16 12:42:58
阅读次数:
2
nginx官方文档说明:http://nginx.org/en/linux_packages.html#RHEL-CentOS 1.添加源 cd /etc/yum.repos.d/ vim nginx.repo #插入下面的内容 [nginx-stable] name=nginx stable re ...
分类:
其他好文 时间:
2020-12-14 12:51:06
阅读次数:
2