FreeBSD学习笔记:用axel多线程下载软件加快下载速度
用 axel 等多线程下载软件加速。
# cd /usr/ports/ftp/axel
# make install clean
# rehash
# ee /etc/make.conf
加入:
FETCH_CMD=axel
FETCH_BEFORE_ARGS= -n 10 -a
FETCH_AFTER_ARGS=
DISABLE_SIZE=yes
FreeBSD学习笔记:用axel多线程下载软件加快下载速度用 axel 等多线程下载软件加速。
# cd /usr/ports/ftp/axel
# make install clean
# rehash
# ee /etc/make.conf
加入:
FETCH_CMD=axel
FETCH_BEFORE_ARGS= -n 10 -a
FETCH_AFTER_ARGS=
DISABLE_SIZE=yes