Wednesday, September 20, 2017

Latex Desing





Resources
[1] Draw Complex Networks https://github.com/hackl/tikz-network/

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...