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
Using Official Redhat DVD as repository
Viewed 11877 times since Mon, Oct 29, 2018
Zabijanie wszystkich procesów użytkownika
Viewed 3234 times since Thu, May 24, 2018
logrotate Log Rotate Configuration
Viewed 3745 times since Sun, Jan 12, 2020
RHEL: Building a custom kernel on RHEL 6
Viewed 4846 times since Sat, Jun 2, 2018
Nagrywanie sesji SSH do pliku
Viewed 3456 times since Thu, May 24, 2018
How To Find Largest Top 10 Files and Directories On Linux / UNIX / BSD find
Viewed 4438 times since Mon, Oct 29, 2018
Top 25 Best Linux Performance Monitoring and Debugging Tools
Viewed 7764 times since Sun, Sep 30, 2018
RHEL: Services basic management - systemd
Viewed 19521 times since Sat, Jun 2, 2018
RHCS6: Basic operations on clustered services
Viewed 3216 times since Sun, Jun 3, 2018
how to list all hard disks in linux from command line
Viewed 4644 times since Mon, Jan 28, 2019