Changes between Version 19 and Version 20 of Csle2022/Agenda/linuxpackagemanagement
- Timestamp:
- Nov 29, 2022, 12:01:04 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/linuxpackagemanagement
v19 v20 86 86 `sudo apt-get install netselect-apt` 87 87 88 nce you have the netselect command available on your Ubuntu system use it to locate the fastest mirror based on the lowest ICMP latency. The netselect output will be relative to your location. The below example output will show top 20 apt Ubuntu mirrors88 Once you have the netselect command available on your Ubuntu system use it to locate the fastest mirror based on the lowest ICMP latency. The netselect output will be relative to your location. The below example output will show top 20 apt Ubuntu mirrors 89 89 90 90 `sudo netselect -s 20 -t 40 $(wget -qO - mirrors.ubuntu.com/mirrors.txt)`