zoukankan      html  css  js  c++  java
  • Ubuntu14.04使用国内163源或sohu源

    Ubuntu14.04使用163源
    163源
    root@KVM:~# vim /etc/apt/sources.list
    deb http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse

    deb-src http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse

    root@KVM:~# apt-get update


    sohu源
    deb http://mirrors.sohu.com/ubuntu trusty main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu trusty-backports main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu trusty-proposed main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu trusty-security main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu trusty-updates main restricted universe multiverse

    deb-src http://mirrors.sohu.com/ubuntu trusty main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu trusty-backports main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu trusty-proposed main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu trusty-security main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu trusty-updates main restricted universe multiverse

  • 相关阅读:
    devel包
    Tomcat性能调优
    详述Oracle RAC的五大优势及其劣势
    Oracle实例内存(SGA和PGA)调整
    ubuntu upstart启动流程分析
    Python爬虫示例
    Tcp连接的七次握手浅析
    Apache的prefork模式和worker模式
    减少mysql主从数据同步延迟
    Ubuntu14.04 64bit安装Android-Studio
  • 原文地址:https://www.cnblogs.com/lixuebin/p/10814466.html
Copyright © 2011-2022 走看看