ICode9

精准搜索请尝试: 精确搜索
  • CentOS7下yum安装SVN和迁移2021-06-17 02:03:42

    SVN安装过程 安装 yum install svn -y 创建仓库 svnadmin create /usr/local/zixinhui/svnproject 运行仓库 svnserve -d -r /usr/local/zixinhui/svnproject 修改/usr/local/zixinhui/svnproject/conf下的三个配置文件 修改svnserve.conf文件的anon-access为none便

  • LINUX yum源配置过程2021-06-12 22:36:44

    yum 源配置 mkdir /mnt/iso mount /dev/cdrom /mnt/iso cd /etc/yum.repos.d/ touch iso.repo vim iso.repo 配置文档cat iso.repo [yumsrc] name=iso source baseurl=file:///mnt/iso gpgcheck=0 enabled=1 启动yum源 yum clean all yum repolist all

  • Samba服务器2021-06-10 23:08:11

    Samba rm -rf /etc/yum.repos.d/Cent*  

  • yum联网下载2021-06-06 20:02:46

    journalctl -u httpd #查看指定服务日志 yum instarll lrzsz 拖拽 获取yum源支持 [root@master ~]# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo yum install epel-release yum清除缓存:yum clean all yum建立缓存:yum makecache

  • Centos7常见系统初始化配置记录2021-06-06 10:57:22

    这里写目录标题 Centos7常见系统初始化配置记录1.修改yum源2.关闭防火墙3.设置提示符格式 Centos7常见系统初始化配置记录 1.修改yum源 1.1先备份原来的配置文件 cp -a /etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.bak 1.2修改CentOS-Base.re

  • harbor仓库镜像的删除2021-06-05 12:51:31

    docker镜像仓库中镜像的清理,一直是个比较麻烦的事情。尤其是在测试环境当中,每天都会有大量的构建。由此会产生大量的历史镜像,而这些镜像,大多数都没有用。 在harbor中,清理镜像,也得分为两步,第一步是从ui中删除历史镜像。这个时候镜像并不会被真正删除,好在harbor集成了镜像删除的功能

  • Linux yum仓库配置2021-06-02 16:52:14

    yum仓库配置10.1 概述YUM(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及CentOS中的Shell前端软件包管理器。基于RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软件包,无须繁琐地一次次下载、安装。10.2 yum的常

  • 蓝鲸6.02双机部署文档2021-05-27 17:33:49

    环境准备 0. 服务器环境 系统版本 IP 配置 主机名 CentOS Linux release 7.4.1708 192.168.1.183 8核32g 40G磁盘 node1 CentOS Linux release 7.4.1708 192.168.1.185 4核8g 40G磁盘 node2 1. 腾讯云yum源 #rm -f /etc/yum.repos.d/* wget -O /etc/yum.repos.d/CentO

  • OS: CentOS8本地源配置过程2021-05-22 16:04:19

    CentOS8-stream 本地源配置       一、配置软件仓库(软件仓库位置:/media/CentOS)   1、建立目录 “CentOS” 。(mkdir -p /media/CentOS)   2、挂载光盘“CentOS-Stream-8-x86_64-20210506-dvd1.iso”。   3、将光盘文件夹“AppStream”、“BaseOS” 复制到 “/media/CentOS”

  • centos5/6/7/8 (解决没有yum源支持的问题)2021-05-18 04:32:31

    使用腾讯云镜像站支持yum源 官方文档: https://mirrors.cloud.tencent.com/help/epel.html https://mirrors.cloud.tencent.com/help/centos.html mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup # 获取对应版本的epel配置文件到/etc/yum.repos.d/目录 # epel(R

  • CentOs使用yum出错Loaded plugins: fastestmirror, refresh-packagekit,或者 YumRepo Error。。2021-05-17 16:34:11

    CentOs使用yum出错Loaded plugins: fastestmirror, refresh-packagekit,或者 YumRepo Error。。 问题现象解决办法第一种第二种: 问题现象 出现以下类似错误: 不要尝试其他办法,直接按照下面的解决办法! 解决办法 第一种 查看网络是否通畅 ping www.baidu.com 如果成功则

  • centos最小安装换源2021-05-16 13:03:57

    centos最小安装换源 首先我的Linux系统是基于centos的最小安装版本,所以自带的源都是被禁用了的,像类似于ifconfig,wget这样的命令都是无法使用的,所以我们需要手动的配置自己的源,而我们配置国内源的目的就是提高下载的速度。以下是解决的步骤 [参考博客](CentOS镜像使用帮助 (163.co

  • github清空操作2021-05-16 12:59:40

    今天由于想清空github仓库重新来过,后来不知道怎么解决,于是上网找了资料,顺便发个博文 – Remove the history from (从中删除历史记录) rm -rf .git – recreate the repos from the current content only (仅从当前内容重新创建存储库) git init git add . git commit -m “Initi

  • yum切换源2021-05-14 23:01:02

    备份 cd /etc/yum.repos.d/ mv CentOS-Base.repo CentOS-Base.repo_bak 2 网易yum源: wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo yum clean all yum makecache 3阿里云yum源: wget -O /etc/yum.repos.d/CentOS-Base.repo

  • 服务器配置阿里云源2021-05-06 19:35:30

    下载wget yum install wget 打开xshell,查看yum源信息: yum repolist 跳转base reop源: cd /etc/yum.repos.d 备份旧的配置文件: mv CentOS-Base.repo CentOS-Base.repo.bak 下载基础源文件(阿里云): wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Cent

  • NPM&YUM 私有仓库2021-05-01 16:00:40

    私有仓库构建 近期公司搬迁新的办公环境,在网络层做了安全规则,多网断划分、内外网隔离,因此需要在内网构建私有 NPM、YUM、PIP、Maven、Docker 仓库。 NPM(私有仓库构建) 主机IP系统信息软件yum-repos.host.com192.168.1.250CentOS Linux release 7.8.2003 (Core) Kernel: 3.10.0

  • linux安装yum国内源有感 centos72021-05-01 14:31:00

    1.先安装wget,再进行备份/etc/yum.repos.d yum install wget -y mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo yum makecache 2.No package  XXX

  • centos6 下载官方,阿里,163yum源报错,无法解析地址和无法编译错误2021-04-28 14:31:27

    centos6 下载官方,阿里,163yum源报错,无法解析地址和无法编译错误 原因:官方去掉centos6的yum源,麻了 解决办法:使用其他的备用源 sed -i “s|enabled=1|enabled=0|g” /etc/yum/pluginconf.d/fastestmirror.conf mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Ba

  • 2021-04-272021-04-27 22:58:44

    Linux fedora如何更新系统 解决timeout问题 以及为什么update failed 一。打开teminal cd /etc/yum.repos.d/ 进入更新源库 然后 ll 或者ls 查看已有的下载源库 然后 在系统自带的firefox浏览器中输入 你想要添加的下载库源 这里使用网易 http://mirrors.163.com/ 然后进入页

  • Oracle Linux7.8配置本地yum源:报错Loaded plugins: ulninfo2021-04-27 12:59:44

    Linux配置本地yum源 1、将oracle-linux-ol7.repo配置文件备份 cp /etc/yum.repos.d/oracle-linux-ol7.repo /etc/yum.repos.d/oracle-linux-ol7.repo.bak #删除原文件: rm -rf /etc/yum.repos.d/oracle-linux-ol7.repo 2、编辑配置文件仅添加以下内容: vi /etc/yum.repos.d/

  • CentOs 8 软件源更新 镜像 中科大2021-04-27 10:33:54

    对于 CentOS 8,使用以下命令替换默认的配置 sudo sed -e 's|^mirrorlist=|#mirrorlist=|g' \ -e 's|^#baseurl=http://mirror.centos.org/$contentdir|baseurl=https://mirrors.ustc.edu.cn/centos|g' \ -i.bak \ /etc/yum.repos.d/CentO

  • 玩linux 02 毒鸡汤2021-04-24 16:31:58

    01.修改yum源 优化基础源: wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 优化扩展源: wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo 安装 rpm -qa sl 安装 rpm -ql cowsay 02.毒鸡汤文档,来

  • Nginx安装2021-04-23 15:30:51

    Nginx-安装 1.yum安装nginx   ①在/etc/yum.repos.d下创建nginx.repo   vim /etc/yum.repos.d/nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ gpgcheck=1 enabled=1 gpgkey=https://nginx.

  • Linux下Oracle19c离线rpm安装2021-04-19 10:34:58

    Linux下Oracle19c离线rpm安装 一、基础环境配置及依赖安装(1)关闭系统防火墙(如外网环境不能关闭防火墙自行开放相关需要使用的端口即可)systemctl stop firewalldsyustemctl disable firewalld (2)关闭selinuxvim /etc/selinux/configSELINUX=disabled (3)安装oracle需要的依赖(已通过

  • 安装yum2021-04-14 10:31:33

    下载bin包 python-iniparse-0.4-9.el7.noarch.rpm yum-3.4.3-168.el7.centos.noarch.rpm yum-metadata-parser-1.1.4-10.el7.x86_64.rpm yum-plugin-fastestmirror-1.1.31-54.el7_8.noarch.rpm 换yum源 cd /etc/yum.repos.d/ rm -f /etc/yum.repos.d/* wget -P . http://mirr

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有