• 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

  • 相关阅读:
    性能测试
    领域驱动设计(DDD)的实际应用
    Js模块模式
    Roslyn and NRefactory
    前端与后端分离的架构实例3
    angular + easyui 做界面验证
    java.lang.OutOfMemoryError: unable to create new native thread(转)
    oracle client server那点事
    一次处理ORA-07445的历险记(转)
    一条执行4秒的sql语句导致的系统问题 (转)
  • 原文地址:https://www.cnblogs.com/babe/p/3783509.html
Copyright © 2020-2023  润新知