Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. iqbal@iqbal:~$ nslookup piratebay.org
  2. ;; Got SERVFAIL reply from 127.0.0.1, trying next server
  3. Server: 209.222.18.222
  4. Address: 209.222.18.222#53
  5.  
  6. Non-authoritative answer:
  7. Name: piratebay.org
  8. Address: 127.0.0.1
  9.  
  10. iqbal@iqbal:~$ host piratebay.org
  11. piratebay.org has address 127.0.0.1
  12. Host piratebay.org not found: 4(NOTIMP)
  13. iqbal@iqbal:~$ cat /etc/hosts
  14. 127.0.0.1 localhost
  15. 127.0.1.1 iqbal
  16. #127.0.1.1 www.facebook.com
  17. 192.168.1.34 iqbal omen.iqbal
  18. 192.168.1.33 iqbal omen.iqbal
  19.  
  20. # The following lines are desirable for IPv6 capable hosts
  21. ::1 ip6-localhost ip6-loopback
  22. fe00::0 ip6-localnet
  23. ff00::0 ip6-mcastprefix
  24. ff02::1 ip6-allnodes
  25. ff02::2 ip6-allrouters
  26.  
  27. iqbal@iqbal:~$ hostnamectl status
  28. Static hostname: iqbal
  29. Icon name: computer-laptop
  30. Chassis: laptop
  31. Machine ID: bb5927fcc4fa49d6842b425a4bd2108f
  32. Boot ID: 6bc61f826871450e88f9523bca4881cf
  33. Operating System: Ubuntu 16.10
  34. Kernel: Linux 4.8.0-34-generic
  35. Architecture: x86-64
  36. iqbal@iqbal:~$ ps aux|grep piratebay
  37. iqbal 6524 0.0 0.0 14232 980 pts/4 S+ 20:50 0:00 grep --color=auto piratebay
  38. iqbal@iqbal:~$ lsof|grep piratebay //->nothing here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement