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
    
  • 相关阅读:
    Is It A Tree?(并查集)(dfs也可以解决)
    【转】python中查询某个函数的使用方法
    python2和python3 print输出不换行
    Python在Windows下列出所有的安装包和模块
    构建打包发布模块及导入使用
    Python保存时提示“SyntaxError: Non-ASCII character 'xe8' in file”
    python基础学习(一)
    命令别名设定:alias,unalias 历史命令:history
    变量内容的删除、取代与替换(optional)
    变量键盘读取、数组与宣告:read,array,declare
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3493155.html
Copyright © 2011-2022 走看看