18 lines
468 B
Markdown
18 lines
468 B
Markdown
### 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/ )
|