Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
policies:linkapp [2012/03/25 13:39]
dcraig
policies:linkapp [2014/05/17 19:21] (current)
dcraig
Line 97: Line 97:
 Are you responsible with power? Are you responsible with power?
  
-Would you say you have above average [[http://quiz.ivillage.com/health/tests/eqtest2.htm|emotional intelligence]]?+Would you say you have above average [[http://en.wikipedia.org/wiki/Emotional_intelligence|emotional intelligence]]?
  
 Have you ever directly or indirectly taken control of a computer system without the owners permission? If yes, please explain. Have you ever directly or indirectly taken control of a computer system without the owners permission? If yes, please explain.
Line 113: Line 113:
 === Pings and Traceroutes === === Pings and Traceroutes ===
  
-Please submit the results of a ping and a traceroute to each of the IP addresses in the current irc.afternet.org round-robin hostname. For example, you might run the following commands and include in your application the contents of the afternet.txt file:+Please submit the results of a ping and a traceroute to each of the current AfterNET serversYou can ask a current oper for a list of server IPs. For example, you might run the following commands and include in your application the contents of the afternet.txt file:
  
 <code> <code>
-dig +short irc.afternet.org | xargs -n 1 ping -c 10 >> afternet.txt +cat afternet-server-ips.txt | xargs -n 1 ping -c 10 >> afternet.txt 
-dig +short irc.afternet.org | xargs -n 1 traceroute >> afternet.txt+cat afternet-server-ips.txt | xargs -n 1 traceroute >> afternet.txt
 </code> </code>