Saturday, February 13, 2016

Simple Network Share on Linux

Here is a reference video:
https://www.youtube.com/watch?v=jYTrkYfAPIk

ifconfig in terminal to find your ip address
terminal to folder to share
in terminal type python3 -m SimpleHTTPServer --bind 192.168.1.31 8000
obviously change ip to actual
check the port used - something like 8000
open gufw and allow the port on the firewall for tcp
or turn gufw off because this is temporary
other machine type ip:port for the shared machine (http://192.168.1.15:8000)
sever closes when terminal is closed

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Pin Not Available

Crazy Error I had not seen before. Pin not available blah blah. I restarted a few times and it finally worked. If it doesn't some say to...