We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a03fb2 commit 4c54124Copy full SHA for 4c54124
VPS.md
@@ -371,12 +371,17 @@ And schedule it with: `crontab -e`
371
372
A few helpful commands:
373
```
374
-source /var/www/EventOrganizer/back/env/bin/activate
+source /var/www/EventOrganizer/back/env313/bin/activate
375
less /var/log/nginx/error.log
376
less /var/log/nginx/access.log
377
journalctl -u nginx
378
journalctl -u eventorganizer
379
echo "alias o='ls -AlFh --time-style=long-iso --color=auto'" >~/.bash_aliases
380
+
381
+# delete cache files for backgrounds than haven't been accessed in a year
382
+du -sh /var/www/EventOrganizer/backgrounds/
383
+find /var/www/EventOrganizer/backgrounds/ -type f -atime +365 -delete
384
385
386
387
## Links
0 commit comments