- For new site : cp /etc/awstats/awstats.<existing website>.conf /etc/awstats/awstats.<new website>.conf
- Edit the /etc/awstats/awstats.<new website>.conf to configure DOMAIN etc
- Run manually to test : /usr/share/awstats/wwwroot/cgi-bin/awstats.pl -update -config=<new website>
- Add entry in crontab to update stats daily
- @daily /usr/share/awstats/wwwroot/cgi-bin/awstats.pl -update -config=<new website>
Saturday, 31 May 2025
awstats
ccze
ccze - log colorizer sudo tail -f /var/log/syslog | ccze
-
7z : Compression utility aa : a simple utility to help create backups ab : Apache HTTP server benchmarking tool aespipe : AES encrypti...
-
grub-mkconfig - generate a GRUB configuration file grub-mkconfig -o /boot/grub/grub.cfg
-
# To sort directories/files by size: du -sk *| sort -rn # To show cumulative human-readable size: du -sh # To show cumulative human-readabl...