Created
November 29, 2023 03:08
-
-
Save merlinmann/4cd95ae9692662f075848e57bf25674f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myname@mysynology:/usr/sbin$ cd /usr/sbin/ | |
myname@mysynology:/usr/sbin$ sudo /usr/sbin/ntpdate -u time.nist.gov | |
Exiting, name server cannot be used: Temporary failure in name resolution (-3)28 Nov 18:58:43 ntpdate[12680]: name server cannot be used: Temporary failure in name resolution (-3) | |
myname@mysynology:/usr/sbin$ nc -z -v nist.gov 80 | |
-sh: nc: command not found | |
myname@mysynology:/usr/sbin$ wget nist.gov | |
--2023-11-28 19:00:43-- http://nist.gov/ | |
Resolving nist.gov... failed: Temporary failure in name resolution. | |
wget: unable to resolve host address 'nist.gov' | |
myname@mysynology:/usr/sbin$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment