This is for arch Linux but the simple technique can be used to sort any other mirrors.
First create a backup of the original /etc/pacman.d/mirrorlist as /etc/pacman.d/mirrorlist.orig
Then create the following simple script:
#!/bin/bash
awk -F'/' '{print $3}' /etc/pacman.d/mirrorlist.orig | grep -v '^$' | while read line;
do
HEAD $line &>/dev/null && grep -B1 $line /etc/pacman.d/mirrorlist.orig&
done > /etc/pacman.d/mirrorlist
Running this script will create the sorted list of mirrors in /etc/pacman.d/mirrorlist based on how fast the mirror respond to the HTTP request.
Sunday, August 27, 2017
Subscribe to:
Posts (Atom)
Intel Corporation XMM7360 LTE Advanced Modem in ArchLinux
The required packages are available in ArchLinux User Repository (AUR) so it will be easier if you can use an AUR helper package like yay . ...
-
* check wethre system is up-to-date ( apt-get update && apt-get upgrade) 1. wget http://www.draisberghof.de/usb_modeswitch/usb_modes...
-
Kannel is a gateway for connecting WAP (Wireless Application Protocol) phones to the Internet. It also works as an SMS gateway, for providin...
-
1) Add one of the following options to core group of kannel configuration. If you use mysql as dlr -storage you have to configure two more...