zoukankan      html  css  js  c++  java
  • Mget is available.

    1 Introduction

    MulityGet to speed up downloading from server.

    It provides a library named libmget and a sample app named tmget.

    You can download it from: here .

    2 Use tmget in gentoo

    You can set tmget to be used to fetch resources from internet, just update you make.conf:

    FETCHCOMMAND="/usr/bin/tmget -j 8 -o "${DISTDIR}/${FILE}" "${URI}""
    RESUMECOMMAND="${FETCHCOMMAND}"
    

    3 About MTU

    Remember to change you MTU to larger value (for example 7200), it MAY help.

    ifconfig eth0 mtu 7200
    
  • 相关阅读:
    CSS的浮动和清除
    外边距合并现象
    CSS 盒子模型
    CSS样式三
    CSS的继承与优先级
    CSS 样式二
    UVA 11922 Permutation Transformer(平衡二叉树)
    HDU 3726 Graph and Queries(平衡二叉树)(2010 Asia Tianjin Regional Contest)
    POJ 1873 The Fortified Forest(枚举+凸包)
    POJ 2069 Super Star(计算几何の最小球包含+模拟退火)
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3493155.html
Copyright © 2011-2022 走看看