Dygraph: Difference between revisions

From lechacal
Jump to navigation Jump to search
(Created page with "sudo iptables -I INPUT -p tcp --dport 8000 -s 192.168.1.0/24 -j ACCEPT python -m SimpleHTTPServer 8000")
 
(No difference)

Latest revision as of 12:41, 17 July 2016

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

python -m SimpleHTTPServer 8000