Advertisement
asanchez75

pgadmin3/access

Jul 19th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. /sbin/ifconfig eth0 | grep "inet addr" | awk -F: '{print $2}' | awk '{print $1}'
  2.  
  3. /sbin/ifconfig
  4.  
  5. nmap -sP 192.168.241.0/24
  6.  
  7. host all all 192.168.241.0/24 trust
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement