zoukankan      html  css  js  c++  java
  • Ubuntu更换国内源

    1.备份原来的源

    sudo cp /etc/apt/sources.list /etc/apt/sources_init.list
    将以前的源备份一下,以防以后可以用的。

    2.更换源

     /etc/apt/sources.list

    使用gedit或者vim打开文档,将下边的阿里源复制进去,然后点击保存关闭。

    阿里源

    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
    3.更新
    更新源

    sudo apt-get update

    更新软件

    sudo apt-get upgrade

    可以看到速度嗖嗖嗖~ 很给力啊,大家果断都换了吧!!!

  • 相关阅读:
    centos6.3 配置防火墙,开启80端口、3306端口
    Unable to run man pages on Centos 6
    1. 信息系统基础知识
    2. 软件工程
    CommonJs
    软考资料
    Node.js资料
    qyqt5(一)
    tf源码中的object_detection_tutorial.ipynb文件
    分类结果的评价指标
  • 原文地址:https://www.cnblogs.com/ciscolee/p/12305551.html
Copyright © 2011-2022 走看看