Skip to content

Instantly share code, notes, and snippets.

@dewski
Created September 15, 2009 21:56
Show Gist options
  • Select an option

  • Save dewski/187680 to your computer and use it in GitHub Desktop.

Select an option

Save dewski/187680 to your computer and use it in GitHub Desktop.
Last login: Tue Sep 15 14:06:15 on ttys002
You have mail.
Garrett~> ping litmusapp.com
PING litmusapp.com (209.20.90.228): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
Request timeout for icmp_seq 5
Request timeout for icmp_seq 6
^C
--- litmusapp.com ping statistics ---
8 packets transmitted, 0 packets received, 100.0% packet loss
Garrett~> ping bkwld.litmusapp.com
PING bkwld.litmusapp.com (209.20.90.226): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
Request timeout for icmp_seq 5
Request timeout for icmp_seq 6
^C
--- bkwld.litmusapp.com ping statistics ---
8 packets transmitted, 0 packets received, 100.0% packet loss
Garrett~> dig litmusapp.com
; <<>> DiG 9.6.0-APPLE-P2 <<>> litmusapp.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49886
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;litmusapp.com. IN A
;; ANSWER SECTION:
litmusapp.com. 877 IN A 209.20.90.228
;; Query time: 14 msec
;; SERVER: 68.87.76.178#53(68.87.76.178)
;; WHEN: Tue Sep 15 14:56:47 2009
;; MSG SIZE rcvd: 47
Garrett~> dig bkwld.litmusapp.com
; <<>> DiG 9.6.0-APPLE-P2 <<>> bkwld.litmusapp.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19190
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;bkwld.litmusapp.com. IN A
;; ANSWER SECTION:
bkwld.litmusapp.com. 900 IN A 209.20.90.226
;; Query time: 188 msec
;; SERVER: 68.87.76.178#53(68.87.76.178)
;; WHEN: Tue Sep 15 14:56:52 2009
;; MSG SIZE rcvd: 53
Garrett~>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment