Dygraph

From lechacal
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