Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mzwick

User
  • Registriert

  • Letzter Besuch

  1. mzwick ist der Community beigetreten
  2. mzwick hat auf einen Beitrag in einem Thema geantwortet in Linux
    Hallo, bin nun kein webalizer profi ... aber ich habe festgestellt webalizer mag die logfiles in der richtigen umgekehrten Reihenfolge einlesen. Da ich mehrere Domains verwalte (tut nix zur Sache) liest er alle conf files im /etc/webalizer Verzeichnis aus. dort habe ich verschiedene Domains 1. meine Domain.conf liegt in /etc/webalizer 2. in der Conf definiere ich webalizer.log als LOGFILE 3. ich verwende 2 scripts Inhalt oldlogs.sh (rückwärtszählen) #!/bin/bash echo erst im conf der Domain /etc/webalizer/domain.conf eintrag LOGFILE auf webalizer.log aendern i=31 while [ $i -ne 1 ]; do zcat /var/log/nginx/domain-access.log.$i.gz >/var/log/nginx/webalizer.log; i=$[ $i -1 ]; /root/scripts/webalizer done ################## Inhalt von webalizer script #!/bin/bash lockfile="/tmp/webalizer.lock" # bail out if lock file still exists if [ -f $lockfile ]; then echo "Lock file exists! Webalizer may still be crunching numbers!" exit 1 else # write the lock file date +"%d.%m.%Y - %H:%M" > $lockfile echo -e "-------------------------------------" echo "[`date +"%d.%m.%Y - %H:%M"`] Generating stats..." echo -e "-------------------------------------\n" # go trough config files and generate stats for i in /etc/webalizer/*.conf; do webalizer -c $i; done echo -e "\n-------------------------------------" echo "[`date +"%d.%m.%Y - %H:%M"`] Finished" echo -e "-------------------------------------\n" # delete the lock file rm -rf $lockfile fi exit 0 (Quelle webalizer script https://www.tekovic.com/blog/webalizer-stats-for-multiple-websites/ )

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.