Dygraph

From lechacal
Revision as of 12:41, 17 July 2016 by Administrator (talk | contribs) (Created page with "sudo iptables -I INPUT -p tcp --dport 8000 -s 192.168.1.0/24 -j ACCEPT python -m SimpleHTTPServer 8000")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

sudo iptables -I INPUT -p tcp --dport 8000 -s 192.168.1.0/24 -j ACCEPT

python -m SimpleHTTPServer 8000