1、备份 2、打开/etc/apt/source.list,并删除所有内容 3、复制以下内容到该文件,保存。 阿里云源: 4、更新源 完成。 ...
分类:
系统相关 时间:
2018-03-12 18:46:11
阅读次数:
485
1.source.list 2. open terminal here Applications Menu - File Manager - Configure Custom Actions - Create Action - Basic - Command: exo-open --working- ...
分类:
其他好文 时间:
2018-03-07 18:56:27
阅读次数:
235
ip nat inside source list 1 interface g0/2 overload Nat转换,指定原地址为100.100.23.0的主机使用Fastethernet 0/0的地址进行转换 ip nat inside source list 2 interface g0/0 ov ...
分类:
其他好文 时间:
2018-02-16 21:55:42
阅读次数:
245
清华大学地址: https://mirrors.tuna.tsinghua.edu.cn 选择对应ubuntu的版本 在linux下用终端敲 cd /etc/apt/source.list 把里面的内容替换成刚才选择的内容 exc , :x 退出, 如果提示 ...
分类:
系统相关 时间:
2018-01-23 14:32:27
阅读次数:
221
一、环境说明 $ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
分类:
系统相关 时间:
2018-01-22 21:45:22
阅读次数:
811
1.备份源 主要防止在更新了新的源之后出现错误情况,备份一下现有的源 2.编辑sources.list文件 用vim编辑器编辑 先将原来文件内容全部删除,vim命令是 3.添加源 亲测阿里云的源非常好用 4.更新 ...
分类:
系统相关 时间:
2018-01-17 20:11:50
阅读次数:
180
1.备份ubuntu源sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup 2.打开更新源列表 sudo gedit /etc/apt/source.list 3.将下面的更新源复制 替换 source.list列表中的内容 4.更新源 ...
分类:
其他好文 时间:
2018-01-09 22:10:51
阅读次数:
304
最近自己装了个ubuntu kylin 在使用的过程中发现,系统的apt-get 的源有毛病,总是安装不了软件。 感觉应该是传说中的墙的原因,所以准备换到阿里云的源。 下面是步骤: 1、复制原文件备份 sudo cp /etc/apt/source.list /etc/apt/source.list ...
分类:
系统相关 时间:
2017-12-01 17:42:17
阅读次数:
274
1.寻找国内镜像源 https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ 2.配置source list源 sources.list系统自带的,源是来Ubuntu的官网!安装包比较慢,所以最好切换成国内的 3. 更新源 4.其他 命令 ...
分类:
系统相关 时间:
2017-11-12 19:16:50
阅读次数:
179
从官网下载Ubuntu 16.04 TLS iSO安装在hyper-V中一切正常,网络也连通。但在执行apt-get update时,发现不能连接北美的网站,在网上找到163源,在/etc/apt/source.list中进行配置。按微软官网https://www.microsoft.com/net ...
分类:
Web程序 时间:
2017-11-02 11:34:43
阅读次数:
259