CentOS 8 启动盘的安装 1.centos 8 下载 官网 https://www.centos.org/download/ CentOS Linux DVD ISO {version:8.2} 和之前一样普通的镜像,正式情况下使用此版本 下载地址:http://mirrors.aliyun. ...
分类:
其他好文 时间:
2021-01-13 10:56:31
阅读次数:
0
1、下载 wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz 也可以在浏览器去maven官网http://maven.apache.or ...
分类:
系统相关 时间:
2021-01-12 11:26:32
阅读次数:
0
1.临时提速 在 pip install 包名 后面加上 -i + 镜像地址,这样 pip 安装时即可成倍的提速了。 国内主要镜像地址如下: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/ ...
分类:
其他好文 时间:
2021-01-12 10:46:04
阅读次数:
0
清华:https://pypi.tuna.tsinghua.edu.cn/simple/ 华为镜像站:https://mirrors.huaweicloud.com/ 中国科学技术大学:https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣:http://pypi.d ...
分类:
Web程序 时间:
2021-01-07 12:33:23
阅读次数:
0
1. 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. 下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/ CentOS 6 wget -O /etc ...
分类:
其他好文 时间:
2021-01-01 12:02:48
阅读次数:
0
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
继续前面的实验操作,接下来做一下GitParameter插件在插件管理处安装好本插件后,可新建一个项目进行git配置。在此操作之前,需要在git服务器上先行安装配置好gitlab,快速的操作一下即可wgethttps://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-10.0.0-ce.0.el7.x86_64.rpmyum安装好
分类:
其他好文 时间:
2020-12-29 11:49:37
阅读次数:
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
pip修改为国内源: windows环境: 1. windows不存在该目录,在当前用户目录下创建pip.ini 2. pip.ini路径为:C:\Users\bin\pip\pip.ini 3. pip.ini文件内容为: [global] index-url = http://mirrors.a ...
分类:
其他好文 时间:
2020-12-19 13:01:06
阅读次数:
2