variousscripts/controlserverwebpage/README.md

468 B

controlserverwebpage

Web page and scripts for basic control of server with Veracrypt/Truecrypt storage

This software is released under the DWTW license.

Warning! Use only https connection for sending passwords via this page.

Change /etc/sudoers for adding root previlegies to www-data. Compile phphalt.c and phpreboot.c in /usr/bin:

gcc -Wall phphalt.c -o phphalt
gcc -Wall phpreboot.c -o phpreboot

( https://stackoverflow.com/questions/24100055/ )