Advertisement
Guest User

Untitled

a guest
Sep 27th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. laptop:~$ nc -v www.metafilter.com 80
  2. Connection to www.metafilter.com 80 port [tcp/http] succeeded!
  3. GET /
  4. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  5. <html><head>
  6. <title>301 Moved Permanently</title>
  7. </head><body>
  8. <h1>Moved Permanently</h1>
  9. <p>The document has moved <a href="http://www.metafilter.com/">here</a>.</p>
  10. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement