pip apt source images】的更多相关文章

~/.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…
位置 /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-…
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…
一  语言安装包安装 1  原因 虽然安装的中文版,但是由于安装包很小,所以汉化的不够完全,所以要安装后,再下载语言包进行安装 2  方法 二  apt--软件包管理器 1   软件源 (1) 介绍 apt会自动上网去下载软件,但他可不是四处瞎找,而是去固定的地方找.这个固定的地方有个名字,叫做软件源. 那里专门为每个 Ubuntu 上的apt提供各种打包好的软件以及相关的信息介绍,供apt们下载.这样的软件源有很多,遍布世界各地,超级牛力应该去哪个呢?其实他自己也不知道,他需要一个列表,一个软…
配置 apt-get cloudera 离线source(Cloudera Manager的源) 创建/etc/apt/source.list.d/cloudera-manager.list文件,并在文件中添加(从http://archive.cloudera.com/cm5/ubuntu/precise/amd64/cm 中的cloudera.list拷贝出来) deb [arch=amd64] http://archive.cloudera.com/cm5/ubuntu/precise/am…
First of all, you should install a clean Ubuntu Server (Amd-64) on your server. (Version 14.04 is strongly recommended for the best compatibility) Get the souce code of Xen ready by "git clone". ((If some errors occur in this step, you may check…
之前安装的是debian sarge(内核是2.4.7),不太想更新,但是发现原来的源/ect/apt/source.lists如下,但是用apt-get update,发现大都已经不可用了.怎么办,在网上找了一下,发现在http://archive.debian.org/debian-archive/debian/dists/sarge/main/上面还有我要的版本,以前都是从网上COPY别人的source.lists,也没太仔细看,但是手工修改了一下,发现仍然有问题,几经测试,终于可以用了:…
1.首先关闭防护墙或者设置规则通过且关闭selinux 2.nginx-1.14.2版本(编译安装)-自定义安装路径 3.开启nginx目录浏览 以上步骤请参考前文:https://www.cnblogs.com/omgasw/p/10194698.html 4.调整分区大小 把/dev/centos/home下的50G变为8G 1.增加 1.1去掉挂载 df –Th #查看分区信息 umount /home 1.2减小home, lvreduce -L 8G /dev/centos/home …
是在ubuntu下出现的需求 现笔记记录 apt-get  update 更新源命令 apt-get  install  openssh-server 安装ssh服务 容易出现无法定位软件包.出现此问题是因为软件源没有更新 可以尝试更新命令一试.或编辑etc/apt/source.list或sources.list ,添加源地址 如: 阿里云Ubuntu 18.04源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted uni…