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
    
  • 相关阅读:
    Vue总结
    Android适配总结
    Java为什么需要四种引用?
    回溯递归:八皇后
    eclipse中的maven build 、maven clean 、 maven install作用
    JS时间格式CST转GMT
    什么是ECMAScript、什么又是ECMA?
    maven打包工程出现错误 Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test
    Vue三步完成跨域请求
    Eclipse导入别人项目爆红叉
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3493155.html
Copyright © 2011-2022 走看看