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
    
  • 相关阅读:
    C++ 反调试(NtSetInformationThread)
    Bochs使用简单教程
    巧解正则表达式环视
    RE4B读书笔记之寄存器
    Bochs+Windbg调试VT代码
    键盘键值对照
    移动端调试神器vConsole,eruda
    利用易乐游在家搭建无盘系统
    三:大数据架构回顾-数仓架构演进
    二:大数据架构回顾-Kappa架构
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3493155.html
Copyright © 2011-2022 走看看