1. 备份原来的源文件 /etc/apt/sources.list 2. 新建文件 /etc/apt/sources.list 3. 将国内源粘贴复制进去 阿里源 4. 手动update一下 ...
                            
                            
                                分类:
系统相关   时间:
2020-01-28 15:55:51   
                                阅读次数:
377
                             
                         
                    
                        
                            
                            
                                    国内源下载: 1 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 其它内容参考: https://www.jianshu.com/p/de6f1d2d ...
                            
                            
                                分类:
其他好文   时间:
2020-01-28 12:38:04   
                                阅读次数:
58
                             
                         
                    
                        
                            
                            
                                    1.pip通过国内源安装python包 1 pip install web.py -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 如上,以安装web.py为例 ...
                            
                            
                                分类:
其他好文   时间:
2020-01-28 12:14:57   
                                阅读次数:
52
                             
                         
                    
                        
                            
                            
                                    一、搜索镜像的两种方式1.1网页搜索https://hub.docker.com/search?q=&type=image1.2 命令搜索二、使用国内源加速由于国外源下载慢,使用国内源加速。curl -sSL https://get.daocloud.io/daotools/set_mirror.s... ...
                            
                            
                                分类:
其他好文   时间:
2020-01-25 11:47:44   
                                阅读次数:
769
                             
                         
                    
                        
                            
                            
                                    Kali更改国内源 #中科大 deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-fr ...
                            
                            
                                分类:
其他好文   时间:
2020-01-24 13:18:01   
                                阅读次数:
97
                             
                         
                    
                        
                            
                            
                                网上已经有很多人介绍了,我写在这儿就是为了找起来方便。 https://www.cnblogs.com/schut/p/10410087.html 这篇博客还是很有意思的,他介绍了两种方法。可以一劳永逸的解决问题。 豆瓣:http://pypi.douban.com/simple/ ...
                            
                            
                                分类:
其他好文   时间:
2020-01-24 10:52:48   
                                阅读次数:
72
                             
                         
                    
                        
                            
                            
                                    pacman 包管理器相关设定 使用国内源 设定 archlinuxcn 源 编辑 ,末尾添加: 颜色高亮 编辑 ,删除 前的注释。 ...
                            
                            
                                分类:
其他好文   时间:
2020-01-23 14:09:21   
                                阅读次数:
76
                             
                         
                    
                        
                            
                            
                                    安装python库的两种方式: 一)在线安装: 1)pip install 模块名 2)使用国内源安装:pip install 国内源地址 模块名 3)pycharm中setting interpreter 二)离线安装 去python官网或网上找到离线安装包: 1)解压 2)拷贝解压后的文件 到p ...
                            
                            
                                分类:
编程语言   时间:
2020-01-22 20:21:19   
                                阅读次数:
104
                             
                         
                    
                        
                            
                            
                                    pip install xxxxx 总会遇到安装失败,或者下载速度很慢的情况。这是因为从国外安装资源包,造成速度慢,那有咩有国内的源呢,有的。 国内源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 推荐 阿里云:http://mirrors.aliyun. ...
                            
                            
                                分类:
其他好文   时间:
2020-01-22 18:09:12   
                                阅读次数:
88
                             
                         
                    
                        
                            
                            
                                    1.安装相关依赖 2.配置国内源 3.安装docker 4.启动&设置开机启动 5.配置镜像加速/etc/docker/daemon.json ...
                            
                            
                                分类:
其他好文   时间:
2020-01-22 16:44:40   
                                阅读次数:
86