码迷,mamicode.com
首页 >  
搜索关键字:国内源    ( 402个结果
yum更换国内源,扩展源,下载rpm包,源码包安装
yum更换国内源cd/etc/yum.repos.d/--进入到yum源目录mvCentOS-Base.repoCentOS-Base.repo.bak---把自带的国外源备份wgethttp://mirrors.163.com/.help/CentOS7-Base-163.repo或者curl-Ohttp://mirrors.163.com/.help/CentOS7-Base-163.repo
分类:其他好文   时间:2018-04-18 00:53:58    阅读次数:194
2018.4.19 五周第二次课
yum更换国内源首先先恢复昨天的实验,把yum备份恢复回来[root@localhost~]#cd/etc/yum.repos.d#进入到目录[root@localhostyum.repos.d]#ls#查看当前文件dvd.repo[root@localhostyum.repos.d]#rm-fdvd.repo#rm删除dvd.repo文件[root@localhostyum.repos.d]#c
分类:其他好文   时间:2018-04-17 00:49:52    阅读次数:197
PyPI使用国内源
一、国内的pip源,如下: 阿里云 http://mirrors.aliyun.com/pypi/simple/中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 ...
分类:其他好文   时间:2018-04-07 22:49:56    阅读次数:4044
windows下python自带的pip安装速度过慢解决方案
自带下载地址为国外源下载速度时常在20KB以内切换为国内源直接满速! 国内源: 新版ubuntu要求使用https源,要注意。 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ ...
分类:编程语言   时间:2018-04-07 14:59:56    阅读次数:5041
Windows下将Python源代码.py文件封装成exe可执行文件方法
安装pyinstaller cmd中使用pip安装 pip install pyinstaller pip install pyinstaller 同时会自动安装pywin32(pip真慢50M这里就走20KB),可以进行切换为国内源进行提速。 就可以直接在python目录下的scripts目录下看 ...
分类:编程语言   时间:2018-04-07 14:59:23    阅读次数:437
ubuntu16.04 国内源(网易、阿里)
ubuntu16.04 网易源 deb http://mirrors.163.com/ubuntu/ xenial main restricted universe multiversedeb http://mirrors.163.com/ubuntu/ xenial-security main r ...
分类:系统相关   时间:2018-04-06 23:51:00    阅读次数:2582
ParrotSec新手全家桶——更新源/更新系统/安装VMtools/安装中文输入法
#1.更新源 源文件位置区别于kali等debian系统 位置:/etc/apt/sources.list.d/parrot.list 国内源(清华大学)deb https://mirrors.tuna.tsinghua.edu.cn/parrot/ parrot main contrib non- ...
分类:其他好文   时间:2018-04-03 17:37:07    阅读次数:1025
Kali2.0可用国内源更新sources.list
vim /etc/apt/sources.list 保存后之后回到命令行下执行命令:apt-get update && apt-get upgrade && apt-get dist-upgrade apt-get clean #删除以下载的包 reboot #重新启动 这样应该就没问题了 备注:a ...
分类:其他好文   时间:2018-03-09 14:08:57    阅读次数:2022
五周第二次课
yum更换国内源我们自带的yum源可能不太好使因为本身自带的资源是国外的我们可以改为国内的yum源首先把备份的文件恢复(rm-fdvd.repo)把东西靠谱回来(cp../yum.repos.d.bak/*.)把base.repo删掉(rm-fCent0s-base.repo)可以用curl-O命令安装yumcleanall把缓存清掉yumlist重新加载安装扩展源(yuminstall-yepe
分类:其他好文   时间:2018-03-08 14:08:35    阅读次数:150
Linux学习笔记第五周第二次课(3月6日)
7.6 yum更换国内源wget 下载网址,下载文件;安装wget命令,#yum install -y wget;curl -O 下载网址,下载文件7.7 yum下载rpm包安装扩展源epel安装命令#yum install -y epel-release查看命令#yum list | grep epelyum下载rpm包仅下载不安装命令,#yum install -y 包名 --download
分类:系统相关   时间:2018-03-07 11:47:29    阅读次数:187
402条   上一页 1 ... 27 28 29 30 31 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!