Hacker News new | ask | show | jobs
by adduc 4685 days ago
Similarly, if PHP 5.4 (or greater) is installed:

    php -S 127.0.0.1:8080
1 comments

This my defacto, PHP is installed on all the Linux servers I manage, mostly Debian/Ubuntu with DotDeb repos. You could probably get nc to pipe the output of php-cli for older PHP installs.

http://stackoverflow.com/questions/3940046/can-i-use-netcat-... seems to have a basic example.