Ubantu apt source 国内】的更多相关文章

位置 /etc/apt/sources.list apt-get update deb http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ precise-security main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ precise-…
~/.pip/pip.conf [global] index-url = https://pypi.douban.com/simple download_cache = ~/.cache/pip [install] use-mirrors = true mirrors = http://pypi.douban.com/ /etc/apt/source.list deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted univers…
准备文件: debian-9.8.0-amd64-DVD-1.iso debian-9.8.0-amd64-DVD-2.iso debian-9.8.0-amd64-DVD-3.iso 挂载: root@debian:~# mount -t iso9660 -o loop /debian/debian-9.8.0-amd64-DVD-1.iso /mnt/debian1 mount: /dev/loop0 is write-protected, mounting read-only root@d…
this list is very important , you can not download what you want like fictx , flash-plugin , vm-tool and so on you can use the sites of China , also you can use official sites! offical sites like: deb http://security.kali.org/kali-security/ kali/upda…
Mono软件Ubuntu系统国内镜像源.Mono国内镜像源 http://download.githall.cn/repo 替换为国内源(非官方)有利于加快mono的安装速度,一般情况下,完成mono的安装需要2个小时左右(视网速而定),使用Mono国内镜像源(非官方)http://download.githall.cn/repo 以后,在十分钟内就可以完成Mono的安装,大大加快了安装速度. 1.授权注册repo源 Ubuntu 18.04 (i386, amd64, armhf, arm64…
ssh连接ubantu系统 描述:新安装的ubantu系统,ssh连接发现22端口拒绝,登陆服务器发现没有ssh 1.安装ssh服务 apt-get install openssh-server 报错: # apt-get install opens-server Reading package lists... Done Building dependency tree... Done Package aptitude is not available, but is referred to…
ubantu版本时16.04 windows下窗口太小需要设置 相信很多人在装虚拟机的时候,遇到了窗口过小不能自适应的问题.我也是查了好多资料,都说安装Vmware Tools即可解决,还有说修改分辨率也可以.两种方法亲测无效. Vmware Tools工具官方已经不建议.更提倡开源的open-vm-tools,所以我安装了这个: 为了自己对安装的东西清楚点,以后安装都会到opt目录下 在此cd /opt mkdir hxp/open-vm-tools 执行一下 sudo apt-get ins…
Ubuntu配置apt安装源为清华源[含自动配置脚本] 一.备份原配置文件 Ubuntu 的软件源配置文件是/etc/apt/sources.list.将系统自带的该文件做个备份,以防万一. sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 二.修改sources.list文件 我习惯与使用vim编辑文件,如果你没有安装可以执行命令sudo apt-get install vim安装. 清华ubuntu软件源配置帮助:https://…
查找自己版本对应的软件源 https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ 以下为19.10版本清华大学的,个人100M的带宽,平均安装速度在600K/S左右 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ eoan main restricted universe multiverse # deb-src http…
镜像下载.域名解析.时间同步请点击 阿里云开源镜像站 1. apt 介绍 apt 是 Advanced Packaging Tool 的简称,是一款安装包管理工具.在 Ubuntu 下,可以使用 apt 命令进行软件包的安装.删除.清理等,类似于 Windows 中的软件管理工具. unbuntu 软件管理的原理示意图: 2. Ubuntu 软件操作的相关命令 更新源 sudo apt-get update 安装包 sudo apt-get install package 删除包 sudo ap…