Jak znaleźć najszybszy publiczny serwer DNS w Polsce?
Article Number: 12 | Rating: Unrated | Last Updated: Mon, May 21, 2018 9:36 PM
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
Posted - Mon, May 21, 2018 1:54 PM. This article has been viewed 3692 times.
Filed Under:
Linux
There are no attachments for this article.
Related Articles

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
RHEL: Services basic management - systemd
Viewed 19521 times since Sat, Jun 2, 2018