mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 16:15:49 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
25 lines
659 B
Markdown
25 lines
659 B
Markdown
# rankmirrors
|
|
|
|
> Rank a list of Pacman mirrors by connection and opening speed.
|
|
> Writes the new mirrorlist to `stdout`.
|
|
> More information: <https://manned.org/rankmirrors>.
|
|
|
|
- Rank a mirror list:
|
|
|
|
`rankmirrors {{/etc/pacman.d/mirrorlist}}`
|
|
|
|
- Output only a given number of the top ranking servers:
|
|
|
|
`rankmirrors -n {{number}} {{/etc/pacman.d/mirrorlist}}`
|
|
|
|
- Be verbose when generating the mirrorlist:
|
|
|
|
`rankmirrors {{[-v|--verbose]}} {{/etc/pacman.d/mirrorlist}}`
|
|
|
|
- Test only a specific URL:
|
|
|
|
`rankmirrors {{[-u|--url]}} {{url}}`
|
|
|
|
- Output only the response times instead of a full mirrorlist:
|
|
|
|
`rankmirrors {{[-t|--times]}} {{/etc/pacman.d/mirrorlist}}`
|