Friday, May 31, 2013

Unix commands over Windows



Downloads:
[1] classic commands http://sourceforge.net/projects/unxutils/

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...