Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

30
linux/rankmirrors Normal file
View File

@@ -0,0 +1,30 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# rankmirrors
> Rank a list of Pacman mirrors by connection and opening speed.
> Writes the new mirrorlist to `stdout`.
> More information: <https://wiki.archlinux.org/index.php/mirrors>.
- 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 {{/etc/pacman.d/mirrorlist}}`
- Test only a specific URL:
`rankmirrors --url {{url}}`
- Output only the response times instead of a full mirrorlist:
`rankmirrors --times {{/etc/pacman.d/mirrorlist}}`