Advertisement
Guest User

Untitled

a guest
Feb 13th, 2014
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. root@tsung:/# curl -I "http://pbs.twimg.com/profile_images/378800000005095252/6fd76c3bd2acb91b6469ba1f35b3ea46_bigger.jpeg"
  2. curl: (7) couldn't connect to host
  3. root@tsung:/#
  4. root@tsung:/# curl -I "https://pbs.twimg.com/profile_images/378800000005095252/6fd76c3bd2acb91b6469ba1f35b3ea46_bigger.jpeg"
  5. curl: (7) couldn't connect to host
  6. root@tsung:/#
  7. root@tsung:/# traceroute -n pbs.twimg.com
  8. traceroute to pbs.twimg.com (93.184.216.139), 30 hops max, 60 byte packets
  9. 1 * * *
  10. 2 * * *
  11. 3 * * *
  12. 4 * * *
  13. 5 * * *
  14. 6 * * *
  15. 7 * * *
  16. 8 * * *
  17. 9 * * *
  18. 10 * * *
  19. 11 * * *
  20. 12 * * *
  21. 13 * * *
  22. 14 * * *
  23. 15 * * *
  24. 16 * * *
  25. 17 * * *
  26. 18 * * *
  27. 19 * * *
  28. 20 * * *
  29. 21 * * *
  30. 22 * * *
  31. 23 * * *
  32. 24 * * *
  33. 25 * * *
  34. 26 * * *
  35. 27 * * *
  36. 28 * * *
  37. 29 * * *
  38. 30 * * *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement