Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created April 9, 2013 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monokrome/87bb575d75117b09e3a8 to your computer and use it in GitHub Desktop.
Save monokrome/87bb575d75117b09e3a8 to your computer and use it in GitHub Desktop.
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