Re: ping script

2022-02-27 Thread 황병희
Dear Barry, Barry Scott writes: >> [...] > This is correct python3.org is only setup for email. > Use the host and dig commands to check for yourself. It is very amazing! Thanks for explanation! > Compare > > $ host python.org > > with > > $ host pyth

Re: ping script

2022-02-27 Thread Barry Scott
> On 27 Feb 2022, at 13:53, Byung-Hee HWANG wrote: > > simple ping check script with python3 (Python 3.9.2) > tested under Debian 11 Bullseye: > > soyeomul@penguin:~/gitlab/test$ ./fping.py localhost > ok > soyeomul@penguin:~/gitlab/test$ ./fping.py python.org > ok > soyeomul@penguin:~/gitlab

ping script

2022-02-27 Thread Byung-Hee HWANG
simple ping check script with python3 (Python 3.9.2) tested under Debian 11 Bullseye: soyeomul@penguin:~/gitlab/test$ ./fping.py localhost ok soyeomul@penguin:~/gitlab/test$ ./fping.py python.org ok soyeomul@penguin:~/gitlab/test$ ./fping.py python3.org python3.org: No address associated with host