ICode9

精准搜索请尝试: 精确搜索
  • 让jupyter运行于指定的conda虚拟环境中2022-03-20 02:04:16

    如果安装过程非常慢,或者失败,可以先增加源 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ conda config --set show_channel_urls yes Conda Fo

  • docker安装及配置2022-03-19 11:06:28

    安装 docker curl -fsSL https://get.docker.com | bash -s docker 修改 daemon.json { # 修改镜像地址 "registry-mirrors":["https://docker.mirrors.ustc.edu.cn/"] # 修改docker默认存储位置 "graph": "/media/disk/docker" } # 修改之后重启服务

  • docker pull拉取镜像报错: failed to do request: Head "https://registry-1.docker.i2022-03-18 21:33:28

        failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to do request: Head "https://registry-1.docker.io/v2/frolvlad/alpine-java/manifests/jdk8-slim": dial tcp: lookup registry-1.docker.io on 192.168.65.5:53: re

  • yum源出现 AppStream‘ 缓存失败,忽略这个 repo。同步仓库 ‘base‘ 缓存失败,忽略这个 repo 的问题解决办法2022-03-09 15:33:05

    今天安装Wget时出现如下错误 到 /etc/yum.repos.d/目录下编辑CentOS-Base.repo ,更改为如下内容。 vim CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors tha

  • jenkins加速2022-03-06 14:35:40

    进入插件管理中 > 高级:    拉到最下面, 将URL改为:   https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json  

  • Ubuntu如何换源?2022-03-06 03:31:06

    1、进入root权限用户 1| su root前 root后 2、备份源文件 1| sudo cp -v /etc/apt/sources.list /etc/apt/sources.list.backup 3、修改源文件 1| vim /etc/apt/sources.list tips:如果出现Command 'vim' not found,but can be install with: 可以安装一下vim 1| apt insta

  • ubuntu pip换成国内源2022-03-03 11:31:16

    ubuntu pip换成国内源 mkdir ~/.pip vim ~/.pip/pip.conf 填入以下内容: [global] index-url = http://mirrors.aliyun.com/pypi/simple/ [install] trusted-host = mirrors.aliyun.com 保存退出后 pip install update 之后程序下载既可以使用国内镜像下载了,速度非常快! 其

  • 下载ElasticSearch,最低支持jdk1.82022-02-28 23:31:16

    下载: ElasticSearch: https://mirrors.huaweicloud.com/elasticsearch/?C=N&O=D          

  • Error: Cannot find a valid baseurl for repo: base2022-02-28 15:35:35

      Loaded plugins: fastestmirror, refresh-packagekit, securityDetermining fastest mirrors * base: mirrors.aliyun.com * extras: mirrors.aliyun.com * updates: mirrors.aliyun.comhttp://mirrors.aliyun.com/centos/7/os/i386/repodata/repomd.xml: [Errno 14] PYCUR

  • linux镜像获取地址(国内)2022-02-26 22:05:52

    Centos http://mirrors.aliyun.com http://mirrors.sohu.com http://mirrors.163.com https://mirrors.tuna.tsinghua.edu.cn/centos/   Ubuntu http://cdimage.ubuntu.com/releases/   Server版 https://mirrors.tuna.tsinghua.edu.cn/ubuntu-cdimage/releases/ http://relea

  • IT审计-zabbix安装2022-02-26 14:32:32

    IT审计需要对IT进行全方面的了解,今天自己开始学习如何搭建Zabbix 1.镜像使用CentOS-7-x86_64-Minimal-2009.iso 2.VM安装 3.Centos7安装之后的配置工作 3.1 vim命令不全 使用 解決 centos中-bash: vim: command not found_菜鸟中的战斗机的技术博客_51CTO博客 解决 3.2 基本配置

  • ubuntu替换国内源2022-02-25 23:34:25

    找到文件 /etc/apt/source.list 备份下,然后在文件中添加如下内容: # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse # deb-src https://mirrors.tuna.tsing

  • ubuntu20.04笔记2022-02-25 16:02:06

    ubuntu20.04 安装使用必备笔记 xubuntu20.04 老电脑 linux 桌面系统推荐安装 xubuntu20.04,官网 https://xubuntu.org/,推荐 vmware 先体验再考虑是否实机安装 推荐到国内镜像站下载,例如:清华大学开源软件镜像站 国内常用镜像源 # 清华大学开源软件镜像站 https://mirrors.tuna.tsi

  • centos使用阿里的yum源2022-02-24 16:36:04

    参考: https://jingyan.baidu.com/article/f0062228fff083bad2f0c873.html https://www.cnblogs.com/heqiuyu/p/14268937.html 上面从 http://mirrors.aliyun.com/repo/Centos-8.repo 下载的文件并不能直接使用,需要根据需要做如下修改: 查看当前centos版本 cat /etc/redhat-relea

  • CentOS7的Docker无法拉取镜像2022-02-23 16:31:24

    今天学习docker,一步步按照官网的来,也配置了阿里云的源,但是还是报了错误: 解决了这个问题,在这记录一下。 1.配置docker 在/etc/docker中有个daemon.json(如果没有的话我们就新建一个),我们改造一下: { "registry-mirrors": ["https://registry.docker-cn.com","https://docker.m

  • 【无标题】2022-02-23 15:01:59

    linux 安装caffe时无法安装依赖的问题:如unable to 。。。 libboost-all-dev 等。 添加源 cd /etc/apt/ # step 1 sudo cp sources.list sources.list.bak #step2 vim /etc/apt/sources.list # step3 deb http://mirrors.ustc.edu.cn/ubuntu/ xenial main restrict

  • conda和pip配置镜像文件(自用备份)2022-02-23 12:02:16

    conda show_channel_urls: true ssl_verify: false report_errors: true channels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs

  • Linux 发行版添加软件源2022-02-22 23:05:21

     简介: Linux系统的软件包通常存放在软件源(Repository)中,添加软件源之后,您可使用Linux系统提供的包管理工具查找、安装或更新软件源中包含的软件。本文以阿里云软件源为例,分别介绍在不同Linux发行版本上添加软件源的操作步骤。 一、背景信息 阿里云软件源对阿里云用户和非阿里

  • 【踩坑】Linux anaconda换源 | conda install下载慢问题2022-02-20 17:00:30

    Linux anaconda换源 | conda install下载慢问题 和apt install或者apt-get install类似,默认是用的国外的源,下载速度很慢,还不稳定,国内一些镜像源做的已经比较好了,从网上搜集了清华大学和北京外国语大学的镜像源,速度提升很多 步骤 sudo vim ~/.condarc将内容修改为: a. 清华源: c

  • Ubuntu Touch 更换国内源2022-02-20 10:05:27

    开SSH ssh phablet@<ip-address> 切换root用户(密码是锁屏密码) sudo su 换源 vi /etc/apt/sources.list :%s/ports.ubuntu.com/mirrors.tuna.tsinghua.edu.cn/g

  • centos yum源失效报错配置修改2022-02-19 14:00:53

    # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you

  • CentOS8更换yum源后出现同步仓库缓存失败的问题2022-02-18 10:33:42

    1、错误情况更新yum时报错:     按照网上教程,更换阿里源、清华源都还是无法使用。可参考: centos8更换国内源(阿里源)_大山的博客-CSDN博客_centos8更换阿里源icon-default.png?t=M0H8https://blog.csdn.net/yds8903/article/details/106099901 2、原因分析 centos8项目官方已于2

  • Windows安装nvm2022-02-17 22:33:33

    下载:Releases · coreybutler/nvm-windows · GitHub    修改nvm文件夹下的settings.txt文本文档,加入 node_mirror: https://npm.taobao.org/mirrors/node/npm_mirror: https://npm.taobao.org/mirrors/npm/ 以管理员身份运行cmd命令来安装nodejs nvm命令   nvm 查看nvm版本

  • 2 python之pip换源2022-02-16 15:01:39

    之前python安装模块的两种方式: 1 pip install mysql 使用的是国外镜像,很慢 2 pip install mysql -i 国内镜像地址 这种方式每次都要加国内镜像地址,麻烦 所以我们要配置pip换源 1、采用国内源,加速下载模块的速度 2、常用pip源: -- 豆瓣:https://pypi.douban.com/simple --

  • Docker registry-mirrors2022-02-10 17:33:26

    {  "builder": {    "gc": {      "defaultKeepStorage": "20GB",      "enabled": true    }  },  "debug": true,  "experimental": true,  "features": {    "buildkit": true

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

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

ICode9版权所有