zoukankan      html  css  js  c++  java
  • Debian常用設置

    1. 更新軟件源

    sudo cp /etc/apt/sources.list /etc/apt/sources.list_bak #備份
    sudo vi /etc/apt/sources.list

     /etc/apt/sources.list 文件內容

    # 
    # deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot i386 LIVE/INSTALL Binary 20150114-04:45]/ wheezy main
    deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot i386 LIVE/INSTALL Binary 20150114-04:45]/ wheezy main
    deb http://mirrors.163.com/debian/ wheezy main
    deb-src http://mirrors.163.com/debian/ wheezy main
    deb http://security.debian.org/ wheezy/updates main
    deb-src http://security.debian.org/ wheezy/updates main
    # wheezy-updates, previously known as 'volatile'
    deb http://http.debian.net/debian/ wheezy main contrib non-free
    deb http://mirrors.163.com/debian/ wheezy-updates main
    deb-src http://mirrors.163.com/debian/ wheezy-updates main
    # Debian 7 "Wheezy"
    deb http://http.debian.net/debian/ wheezy main contrib non-free
    # for Youdao 字典
    deb http://ppa.launchpad.net/justzx2011/openyoudao-v0.4/ubuntu trusty main 
    deb-src http://ppa.launchpad.net/justzx2011/openyoudao-v0.4/ubuntu trusty main
  • 相关阅读:
    算法导论:快速排序
    lintcode:打劫房屋 III
    lintcode:打劫房屋II
    lintcode:打劫房屋
    算法导论:二叉搜索树
    算法导论:整齐打印
    砝码称重问题二
    多重背包问题II
    多重背包问题
    lintcode:背包问题II
  • 原文地址:https://www.cnblogs.com/YoungGu/p/5186049.html
Copyright © 2011-2022 走看看