Storage % not displaying? July 24, 2018 11:05AM |
Registered: 6 years ago Posts: 6 |
Re: Storage % not displaying? July 25, 2018 06:59PM |
Admin Registered: 13 years ago Posts: 4,680 |
Re: Storage % not displaying? July 26, 2018 04:49AM |
Registered: 6 years ago Posts: 6 |
Re: Storage % not displaying? July 28, 2018 12:08PM |
Admin Registered: 13 years ago Posts: 4,680 |
# Format is: MMDDhhmmYYYY # => 2018-07-28 14:00 sudo date 072814002018 # sudo /opt/piratebox/bin/timesave.sh /opt/piratebox/conf/piratebox.conf install sudo systemctl enable cronie.service sudo systemctl start cronie.service
# Set the date of the file to a time back then current sudo touch -d 2018-07-01 /opt/piratebox/www/diskusage.html #Generate the diskusage file by Commandline sudo DISK_GEN_HTMLFILE=/opt/piratebox/www/diskusage.html python /opt/piratebox/python_lib/diskusage.py
Re: Storage % not displaying? July 28, 2018 09:56PM |
Registered: 6 years ago Posts: 6 |