zoukankan      html  css  js  c++  java
  • Debian /etc/apt/sources.list

    # Debian 源列表说明
    #
    # 本文以 wheezy 版本为例,使用时注意适当修改。
    # 同一仓库的官方主站和各镜像站点只可取其一,不可叠加。

    # ------------------------------------------------------------------------------
    # 主源
    # 必须,一般的包都从此获取。

    # 官方主站
    #deb http://ftp.debian.org/debian wheezy main contrib non-free
    #deb-src http://ftp.debian.org/debian wheezy main contrib non-free

    # 大陆网易镜像
    deb http://mirrors.163.com/debian wheezy main contrib non-free
    deb-src http://mirrors.163.com/debian wheezy main contrib non-free

    # ------------------------------------------------------------------------------
    # 计划更新
    # 通常不必,发布小版本之前的测试库。该库包括所有的安全更新,有此则无需再设置安全
    # 更新源。

    # 官方主站
    #deb http://ftp.debian.org/debian wheezy-proposed-updates main contrib non-free
    #deb-src http://ftp.debian.org/debian wheezy-proposed-updates main contrib non-free

    # 大陆网易镜像
    deb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
    deb-src http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free


    # ------------------------------------------------------------------------------
    # 安全更新
    # 建议,若使用了计划更新源则无需此源。

    # 官方主站
    #deb http://security.debian.org/debian-security wheezy/updates main contrib non-free
    #deb-src http://security.debian.org/debian-security wheezy/updates main contrib non-free

    # 大陆网易镜像
    deb http://mirrors.163.com/debian-security wheezy/updates main contrib non-free
    deb-src http://mirrors.163.com/debian-security wheezy/updates main contrib non-free

  • 相关阅读:
    JUC原子类 1
    线程优先级和守护线程
    多线程中断
    关于html5不支持frameset的解决方法
    shell中$0,$?,$!等的特殊用法
    Linux GCC常用命令
    C/C++中extern关键字详解
    js实现iframe自适应高度
    java线程安全总结
    Linux平台Java调用so库-JNI使用例子
  • 原文地址:https://www.cnblogs.com/babe/p/3783509.html
Copyright © 2011-2022 走看看