Jak znaleźć najszybszy publiczny serwer DNS w Polsce?

curl -s http://public-dns.info/nameserver/pl.csv > list; cat list | cut -d "," -f1 | \
xargs -i timeout 1 ping -c1 -w 1 {} | grep time | \
sed -u "s/.* from \([^:]*\).*time=\([^ ]*\).*/\2\t\1/g" | grep -v "1 packets" | sort -n
 
 
 
source: https://nfsec.pl/1line/5935
Attachments
There are no attachments for this article.
Related Articles RSS Feed
LVM: Managing snapshots
Viewed 8411 times since Sat, Jun 2, 2018
List of 10 Must Know Oracle Database Parameters for Database Administrator
Viewed 134143 times since Thu, Jun 21, 2018
RHEL: Displaying system info (firmware, serial numbers... )
Viewed 12894 times since Sun, May 27, 2018
LVM: Extend an existing Logical Volume / Filesystem
Viewed 3122 times since Sat, Jun 2, 2018
Script to Offline and Remove A Disk In Linux
Viewed 2502 times since Mon, Jan 28, 2019
LVM: Create a new Volume Group
Viewed 2629 times since Sat, Jun 2, 2018
A tcpdump Tutorial and Primer with Examples
Viewed 6450 times since Sun, Jun 17, 2018
Using Official Redhat DVD as repository
Viewed 11970 times since Mon, Oct 29, 2018
FIO (Flexible I/O) – a benchmark tool for any operating system
Viewed 20274 times since Wed, Jul 25, 2018
Linux – delete the LUN and remove traces from OS
Viewed 4526 times since Tue, May 22, 2018