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

  • 相关阅读:
    js中this应用
    易语言学习
    哈希表和字典List和Ilist和array和arraylist的应用
    ExtJs中decode与encode(转载)
    ajax几种请求几种类型
    关于Json
    简单属性margin和padding
    ==和===的区别
    maven实战读书笔记(三)
    maven实战读书笔记(二)
  • 原文地址:https://www.cnblogs.com/lixuebin/p/10814466.html
Copyright © 2011-2022 走看看