1. 安装 Use docker、package or source installations to install 第三方仓库 https://pkgs.org/download/haproxy 1.1 use docker docker run -it --rm haproxy:2.2 hap ...
分类:
其他好文 时间:
2021-05-04 16:22:39
阅读次数:
0
更换清华镜像 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsinghua.e ...
分类:
其他好文 时间:
2020-12-25 13:03:52
阅读次数:
0
更换清华源的时候,这三个都需要加上 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors.tun ...
分类:
其他好文 时间:
2020-12-24 12:05:29
阅读次数:
0
明明在配置文件中配置了清华的镜像,但是就是一直提示无法下载包。 目前网上大部分的解决方案配置如下: https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free https://mirrors.tuna.tsinghua.edu.cn/anacond ...
分类:
Web程序 时间:
2020-10-26 11:38:45
阅读次数:
46
第一步:换清华源(.condarc),需要注意是http不是https channels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda ...
分类:
其他好文 时间:
2020-10-22 22:37:06
阅读次数:
25
源码网站centos7系列的.srm.rpm源码包http://vault.centos.org/7.7.1908/os/Source/SPackages/软件包搜索Linux和Unix网站(比较全的)https://pkgs.org/
分类:
Web程序 时间:
2020-08-20 19:03:57
阅读次数:
78
conda使用教程 1.安装miniconda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh ;bash ./Miniconda3-latest-Linux-x86_64.sh; 2.配置conf ...
分类:
其他好文 时间:
2020-07-24 21:23:56
阅读次数:
80
1.下载中文man手册: wget https://src.fedoraproject.org/repo/pkgs/man-pages-zh-CN/manpages-zh-1.5.2.tar.bz2/cab232c7bb49b214c2f7ee44f7f35900/manpages-zh-1.5.2 ...
分类:
系统相关 时间:
2020-07-07 10:12:23
阅读次数:
111
WinGet (Windows Package Manager 客户端) 微软开源 Windows 软件包管理器 主页:https://github.com/microsoft/winget-cli 软件"仓库":https://github.com/microsoft/winget-pkgs 系统 ...
分类:
编程语言 时间:
2020-07-03 23:44:52
阅读次数:
112
这里要提到一个网站https://pkgs.org/,他是linux系统的一个相关网站,里面都是相关内容 Warning: RPMDB altered outside of yum. ** Found 3 pre-existing rpmdb problem(s), 'yum check' outp ...
分类:
系统相关 时间:
2020-06-06 09:24:28
阅读次数:
244