zoukankan      html  css  js  c++  java
  • 让freebsd 的 ports去抓快速的资源

    /etc/make.conf中加入,就可以搞定 ### Added by FreeBSDChina.org ### MASTER_SITE_OVERRIDE?= ftp://ftp.freebsdchina.org/pub/FreeBSD/ports/distfiles/$ 还有,多个地址: ee /etc/make.conf MASTER_SITE_OVERRIDE?=\ http://ports
       呵呵,给freebsdchina增加点负担 :) 
    /etc/make.conf中加入,就可以搞定 
    ### Added by FreeBSDChina.org ### 
    MASTER_SITE_OVERRIDE?= 
    ftp://ftp.freebsdchina.org/pub/FreeBSD/ports/distfiles/$

    还有,多个地址:
    ee /etc/make.conf
    MASTER_SITE_OVERRIDE?=\ 
    http://ports.hshh.org/${DIST_SUBDIR}/\
    ftp://ftp2.tsinghua.edu.cn/mirror/FreeBSD/distfiles/${DIST_SUBDIR}/\
    ftp://ftp2.cn.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/\
    ftp://ftp.jp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
    ftp://ftp3.jp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
    MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP}
    以后装ports的都先从这几个地方找
  • 相关阅读:
    HackerRank
    HackerRank
    LeetCode "Kth Smallest Element in a BST"
    HackerRank
    HackerRank
    LeetCode "Roman to Integer"
    LeetCode "Integer to Roman"
    LeetCode "Majority Element II"
    HackerRank
    HackerRank
  • 原文地址:https://www.cnblogs.com/apexchu/p/1852629.html
Copyright © 2011-2022 走看看