Joined September 2012
·
Posted to
Share localhost with anyone
over 1 year
ago
Useful tool in many scenarios I imagine, but it's worth noting that while using any server that will let you bind to 0.0.0.0 you can simply set up forwarding rules on your router/firewall and anyone outside your network should be able to reach it. WEBrick does this by default.
Achievements
29 Karma
0 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
The history expansion character (! by default in bash) can do lots of cool things:
http://www.thegeekstuff.com/2011/08/bash-history-expansion/
Formal reference:
http://www.gnu.org/software/bash/manual/bashref.html#History-Interaction