ICode9

精准搜索请尝试: 精确搜索
  • docker-nvidia运行出错2022-07-13 15:02:39

    docker-nvidia运行出错: Error response from daemon: Unknown runtime specified nvidia. See 'docker run --help'. 主要原因在于安装docker-nvidia时,damon.json没有选择写入,而是保留了原来的内容,所以里面少了一些内容。只要添加对应内容即可。 原文件: { "registry-mirror

  • 【Linux 配置】E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?2022-07-09 13:03:07

    问题描述 E: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/pool/universe/x/x264/libx264-155_0.155.2917+git0a84d98-2_amd64.deb Connection failed [IP: 91.189.91.39 80] E: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/pool/universe/x/x265/libx265-179

  • linux 换国内源2022-07-07 18:05:11

    以配置清华源为例: cat /etc/os-release查看当前Debian系统的版本 PRETTY_NAME="Debian GNU/Linux 9 (stretch)"NAME="Debian GNU/Linux"VERSION_ID="9"VERSION="9 (stretch)"VERSION_CODENAME=stretchID=debianHOME_URL="https://www.debian.org

  • centos 8.5 换源2022-07-07 18:02:49

    OMG centos8.5 官方不支持了   备份原repo:rename '.repo' '.repo.bak' /etc/yum.repos.d/*.repo下载最新repo:wget https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo -O /etc/yum.repos.d/Centos-vault-8.5.2111.repowget https://mirrors.aliyun.com/rep

  • docker容器中安装常用命令2022-07-05 13:02:35

    查看debian版本 cat /etc/apt/sources.list    去清华大学开源软件镜像站找到对应版本 bullseye   将系统自带该文件备份  cp /etc/apt/sources.list /etc/apt/sources.list.backup 安装https源 apt install apt-transport-https ca-certificates 更改镜像源 cat>>EO

  • apt源2022-07-03 01:03:18

    apt源 ubuntu20.04 deb http://mirrors.cloud.tencent.com/ubuntu focal main restricted universe multiverse deb http://mirrors.cloud.tencent.com/ubuntu focal-updates main restricted universe multiverse deb http://mirrors.cloud.tencent.com/ubuntu focal-securi

  • Centos8 python pip报错: pip is configured with locations that require TLS/SSL 解决2022-06-30 12:00:06

    在使用pip进行软件包安装的时候出现问题: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.   解决: mkdir -p ~/.pip vim ~/.pip/pip.conf  然后添加内容: [global] index-url = http://mirrors.aliy

  • CentOS8使用putty安装MySQL时搜不到(无法下载)元数据,报Errors during downloading metadata for repository ‘epel‘:2022-06-29 09:03:26

    CentOS8使用putty安装MySQL时搜不到(无法下载)元数据, 报Errors during downloading metadata for repository 'epel': - Status code: 404 for http://archives.fedoraproject.org/pub/archive/epel/8/Everything/x86_64/repodata/repomd.xml等错误,具体如下:          这可能是

  • 安装ubuntu18.04后续事情2022-06-25 08:32:30

        01.安裝系統    我的ubuntu版本是18.04,目前已經是22.02版本.之所以沒有選擇最新版本,因為自己對ubuntu系統並不是那麼精通,使用最新的操作系統會有各種問題需要去解決.     我的目的是將ubuntu作為生產工具,但是我不縣去灘平遇到的問題.因此使用低於最新的STL的年三

  • Python基础-03-设置pip源2022-06-19 09:32:32

    以设置阿里镜像源为例: 配置地址 https://developer.aliyun.com/mirror/pypi?spm=a2c6h.13651102.0.0.3e221b11Xc31pf 复制配置信息 [global] index-url = https://mirrors.aliyun.com/pypi/simple/ [install] trusted-host=mirrors.aliyun.com 命令行中执行 pip config edit --e

  • Eclipse插件下载速度慢,配置国内镜像源2022-06-17 16:33:34

    文章转载:eclipse插件下载速度慢,可以这样解决   Window     ->     Preferences     ->     Install/Update     ->      Available Software Sites 把所有的https://download.eclipse.org/ 改为 https://mirrors.ustc.edu.cn/eclipse/

  • windows docker desktop配置文件2022-06-14 15:34:49

    windows docker desktop配置文件 { "builder": { "gc": { "defaultKeepStorage": "20GB", "enabled": true } }, "experimental": false, "features": { "buildkit&

  • NVM(Node版本控制工具)的安装2022-06-08 21:36:43

    Windows系统下的nvm安装 1.下载(这里使用的是安装版) 链接:nvm文档手册 - nvm是一个nodejs的版本管理工具 (uihtm.com) 2.按提示进行安装 同意协议 选择nvm安装路径 选择Node安装路径 安装 完成 安装完成,在cmd中进行验证。 3.nvm的使用前准备 首先设置淘宝镜像 在nvm目录

  • NPM镜像代理设置2022-05-31 18:05:30

    用户目录C:\Users\xxx下建立.npmrc文件,内容如下: registry="https://registry.npm.taobao.org" ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" SASS_BINARY_SITE="https://npm.taobao.org/mirrors/node-sass"

  • Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and tr2022-05-31 11:04:03

    镜像下载、域名解析、时间同步请点击 阿里云开源镜像站 错误:Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again 通过yum -y install XXX 尝试安装软件,出现Cannot retrieve repository metadata (repomd.xml) for rep

  • Docker国内镜像源切换2022-05-27 00:34:08

    首先: vim /etc/docker/daemon.json 下面的复制粘贴   { "registry-mirrors" : [ "https://registry.docker-cn.com", "https://docker.mirrors.ustc.edu.cn", "http://hub-mirror.c.163.com", "https://cr.console.

  • ubuntu22.04 交叉编译openwrt2022-05-20 01:31:25

    国内源vi /etc/apt/sources.listdeb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiversedeb https://mirrors.tuna.tsinghua.edu.cn/u

  • 大服务器环境配置2022-05-18 12:32:20

    大服务器环境配置 1、conda create -n wind_tf2 python==3.7 (base) bim@bim-PowerEdge-R730:~$ (base) bim@bim-PowerEdge-R730:~$ (base) bim@bim-PowerEdge-R730:~$ conda create -n wind_tf2 python==3.7 Solving environment: done ## Package Plan ## environment lo

  • git安装2022-05-15 21:01:01

    国内git镜像网站:https://npm.taobao.org/mirrors/git-for-windows/    底部是最新的版本     windows64位:下载这个    

  • 安装记录32022-05-13 11:03:45

    [base]name=CentOS-$releasever - Basebaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/os/$basearch/#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=osenabled=1gpgcheck=0gpgkey=file:///etc/pki/rpm-gpg/

  • yum安装报错2022-05-13 10:00:20

    yum安装报错 [atguigu@hadoop104 mysql-libs]$ sudo yum install -y keepalived 已加载插件:fastestmirror, refresh-packagekit, security 设置安装进程 Determining fastest mirrors YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/

  • Android7.1.2 源码编译并烧写Nexus5X2022-05-11 23:04:16

    1、环境配置 Ubuntu18.04 openJDK1.8 Python2.7 2、更新Ubuntu镜像源 编辑/etc/apt/source.list,替换为以下内容 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted univers

  • [2022新]npm国内镜像源设置2022-05-09 19:04:33

    原淘宝npm域名即将停止解析,镜像源地址需要更新,以下nvm的设置将不可用。 nvm node_mirror https://npm.taobao.org/mirrors/node/ nvm npm_mirror https://npm.taobao.org/mirrors/npm/ 可以使用以下新的镜像源地址设置 nvm node_mirror https://npmmirror.com/mirrors/node/ nvm

  • Ubuntu使用阿里源之血压拉满2022-05-07 09:32:37

    仓库啊不全是什么贵物啊 还是中科大源罢(不知道为啥清华源慢的很) # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.ustc.edu.cn/ubuntu/ xenial main restricted universe multiverse # deb-src https://mirrors.ustc.edu.cn/ubuntu/ xenia

  • ubuntu20.04 安装cpu版本的pytorch 环境 简单记录~~2022-05-06 13:01:17

    我要把这个环境命名为 pytorch_yukey conda create --name pytorch_yukey 创建好了之后就激活 conda activate pytorch_yukey 把下载源换成清华源 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mir

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

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

ICode9版权所有