Posts mit dem Label directories werden angezeigt. Alle Posts anzeigen
Posts mit dem Label directories werden angezeigt. Alle Posts anzeigen

Samstag, 26. Januar 2008

Create directories

In /home/boxuser create


mkdir torrents, stopped, finished,session
(After the webserver has been installed
sudo mkdir /var/www/cam )
To make sure that the files can be edited in the future and optimize the mysql DB (Zoneminder)
Do
Sudo crontab -e
And edit the cronfile
 10 * * * * chmod -R 777 /home/boxuser
 10 * * * * chmod -R 777 /var/www
 * 23 * * * mysqlcheck  -Aao --auto-repair