sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo vim /etc/apt/sources.list
sudo apt-get update
#aliyun
deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse
#ubuntu
deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
#ubuntu other
deb http://archive.canonical.com/ubuntu/ trusty partner
deb http://extras.ubuntu.com/ubuntu/ trusty main

dd

最新文章

  1. Java图片转换为base64格式
  2. Maven 集成Tomcat插件
  3. OJ提交题目中的语言选项里G++与C++的区别(转)
  4. 在64位windows下使用instsrv.exe和srvany.exe创建windows服务[转]
  5. Delphi多线程开发注意事项
  6. Xstream 学习地址
  7. OpneCV 二值图像区域处理
  8. HeadFirst设计模式之策略模式
  9. 【HDOJ】4333 Revolving Digits
  10. ASP.NET中常用重置数据的方法
  11. Exercise DS
  12. c语言内存对齐(1)
  13. 201521145048《Java程序设计》第11周学习总结
  14. 从vultr购买到搭ss看世界
  15. java集合框架之ArrayList
  16. 16 python 初学(生成器)
  17. IOS如何安装ipa文件
  18. MIRUO面试题
  19. hystrix服务降级和服务熔断的区别
  20. 协作式取消 CancellationTokenSource

热门文章

  1. redhat6.5安装oracle 11g
  2. python2.7入门---SMTP发送邮件
  3. [Jmeter]jmeter数据库性能测试配置
  4. cloudera manager服务迁移(scm数据库在postgresql上,其他amon,rman,oozie,metastore等在mysql上)
  5. 实用脚本 4 -- Makefile(不同文件下的多个可执行文件or静态库编译到同一目录下)
  6. adb常用命令(手机测试)
  7. bugku 字符正则
  8. 第一篇 Python安装与环境变量的配置
  9. Ajax跨域请求解决方式
  10. storm-kafka版本不匹配的问题