Control your Linux OS from the web with Linux Web Controller (using Apache in your machine). It allows you to see CPU and MEM usage, create cron tasks, see processes running, shutdown the machine, etc.
# Install & Configure Apache on your Linux distro
# Clone this project inside the directory where you'll serve from Apache
$ git clone https://github.com/bielcarpi/linux-web-controller.git
# Configure Apache for executing cgi/sh scripts in the directory cgi-bin
# Start Apache and control your system from the Web
Guillem Godoy ([email protected])
Biel Carpi ([email protected])