作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想为 zsh 创建一个别名,以通过 aria2 下载软件包并通过 pacman 安装它们,由于两件事,我不想通过将 xfercommand 添加到 pacman.conf 来使用 aria2c:
首先,我的互联网连接速度很慢,我不想让 pacman 锁定几个小时,
第二个 xfer 命令不支持多链接下载。
首先,我使用这个命令通过 pacman 下载或升级和更新:
sudo pacman -Sp [Package] > ~/Documents/.install&& sudo aria2c -c -x16 -x16 -m16 -k1M -j10 -i ~/Documents/.install -d /var/cache/pacman/pkg
但我不知道如何让它在 zsh 中成为别名?
最佳答案
安装 aria2,然后通过将以下行添加到 [options] 部分来编辑/etc/pacman.conf:
XferCommand = /usr/bin/aria2c --allow-overwrite=true --continue=true --file-allocation=none --log-level=error --max-tries=2 --max-connection-per-server=2 --max-file-not-found=5 --min-split-size=5M --no-conf --remote-time=true --summary-interval=60 --timeout=5 --dir=/ --out %o %u
关于shell - 我如何将 aria2 与 pacman 一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18660127/
我是一名优秀的程序员,十分优秀!