• 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
    
  • 相关阅读:
    设计模式 单件-Singleton
    积累PDU
    设计模式 工厂-Factory
    设计模式 策略-Strategy,装饰-Decorator,观察者-Observer
    Java多线程编程
    Red Hat Linux认证
    认识Agile,Scrum和DevOps
    FPDF中文应用攻略
    ERROR 1010 (HY000): Error dropping database (can't rmdir '.kehuanedu_db', errno: 41)
    xampp修改mysql的默认空密码
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3493155.html
Copyright © 2020-2023  润新知