/gist:87bb575d75117b09e3a8 Secret
Created
April 9, 2013 00:33
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
ubuntu@db1:~$ hostname | |
db1.rentlytics.com | |
ubuntu@db1:~$ hostname -f | |
db1.rentlytics.com | |
ubuntu@db1:~$ hostname -s | |
db1 | |
ubuntu@db1:~$ ping salt | |
ping: unknown host salt | |
ubuntu@db1:~$ ping salt.rentlytics.com | |
PING salt.rentlytics.com (184.169.169.1) 56(84) bytes of data. | |
^C | |
--- salt.rentlytics.com ping statistics --- | |
4 packets transmitted, 0 received, 100% packet loss, time 3024ms | |
ubuntu@db1:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment