废话:新安装的kali往往是没有源的,或者即便有安装源也是国外的安装源,若不嫌下载慢或不断地下载失败,那就可以跳过 一 直接往下看 正题: 一 添加/切换=>国内源 1 # vim /etc/apt/sources.list #中科大 deb http://mirrors.ustc.edu.cn/k ...
分类:
其他好文 时间:
2020-07-06 01:24:18
阅读次数:
82
正文: php官网:https://www.php.net/ 搜狐镜像源:http://mirrors.sohu.com/ (推荐,国内源下载速度嗖嗖的) 1.php编译安装前解决依赖包 yum -y install epel-release yum -y install gcc gcc-c++ m ...
分类:
Web程序 时间:
2020-06-30 22:37:07
阅读次数:
86
npm install --registry=https://registry.npm.taobao.org 使用 cnpm install xxxxxxxxxxxxxxxx ...
分类:
其他好文 时间:
2020-06-27 13:24:45
阅读次数:
41
一、Homebrew安装出现443 出现该问题可以使用国内源: /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 最后安装提示安装等待就行。安装完成之后可以使用下面名称测试: ...
分类:
系统相关 时间:
2020-06-26 22:13:41
阅读次数:
58
Ubuntu更换国内源 备份初始源 sudo cp /etc/apt/sources.list{,.bak} 为了方便,也可以直接切换到root进行操作:sudo su - root 更换源 vim /etc/apt/sources.list 删除全部内容之后,添加上新的源 1)阿里源: deb h ...
分类:
系统相关 时间:
2020-06-24 15:54:23
阅读次数:
56
前言 在windows上安装了docker服务想替换为国内源 步骤 镜像源 Docker中国区官方镜像 https://registry.docker-cn.com 网易 http://hub-mirror.c.163.com ustc https://docker.mirrors.ustc.edu ...
分类:
其他好文 时间:
2020-06-21 13:50:52
阅读次数:
1039
简介 pip 不换源 太卡了 参考链接 https://blog.csdn.net/xy707707/article/details/80787991 Tips pip更换为国内源,可以大大的提高安装成功率和速度。 mkdir ~/.pip vim ~/.pip/pip.conf [global] ...
分类:
其他好文 时间:
2020-06-18 10:54:11
阅读次数:
45
国内源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:https://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:ht ...
分类:
编程语言 时间:
2020-06-14 12:50:09
阅读次数:
212
1.卸载旧版本Docker #卸载旧版本docker sudo apt-get remove docker docker-engine docker-ce docker.io #清空旧版docker占用的内存 sudo apt-get remove --auto-remove docker #更新系 ...
分类:
系统相关 时间:
2020-06-13 23:09:48
阅读次数:
192
1- centos7 cat << EOF >/etc/yum.repos.d/rudder.repo #配置清华源 [rudder] name=rudder baseurl=https://mirrors.tuna.tsinghua.edu.cn/rudder/rpm/rudder6.0-RHEL ...
分类:
其他好文 时间:
2020-06-12 21:48:17
阅读次数:
74