Last active
December 6, 2018 14:14
-
-
Save evemilano/3497639170e179f3f671c635affae27d to your computer and use it in GitHub Desktop.
Installazione Official GoAccess Ubuntu Repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Official GoAccess' Debian/Ubuntu Repository | |
echo "deb http://deb.goaccess.io/ $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/goaccess.list | |
wget -O - https://deb.goaccess.io/gnugpg.key | sudo apt-key add - | |
sudo apt-get update | |
sudo apt-get install goaccess | |
# UBUNTU EASY INSTALL | |
apt-get install goaccess |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.evemilano.com/2016/08/monitorare-log-web-server/