System Grab Bag

View all TLDR pages from Linux (or from all pages)

reflector

Arch script to fetch and sort mirrorlists. More information: https://manned.org/reflector.
  • Get all mirrors, sort for download speed and save them:
    sudo reflector --sort {{rate}} --save {{/etc/pacman.d/mirrorlist}}
  • Only get German HTTPS mirrors:
    reflector --country {{Germany}} --protocol {{https}}
  • Only get the 10 recently sync'd mirrors:
    reflector --latest {{10}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.