CentOS7怎樣安裝GoAccess1 3

2022-06-01 06:03:10 字數 1625 閱讀 5439

官網

安裝依賴

wget

tar -xzvf goaccess-1.3.tar.gz

解壓cd goaccess-1.3

進入goaccess-1.3目錄

./configure --enable-utf8 --enable-geoip-mmdb

配置選項

make

編譯make install

安裝goaccess -v

檢視版本

安裝完成之後刪除原始碼與壓縮包

以免佔磁碟空間

goaccess /usr/local/nginx/logs/access.log

在任意目錄執行

進入圖形介面

如果作業系統的語言是中文

那麼有中文介面

這個介面是按空格鍵選擇,

然後按enter鍵確認

這個介面是按tab鍵選擇,

按q退出

/usr/local/etc/goaccess/goaccess.conf

配置檔案

mkdir /web/nginx_log

建立/web/nginx_log目錄

goaccess /usr/local/nginx/logs/access.log -o /web/nginx_log/index.html --real-time-html --time-format='%h:%m:%s' --date-format='%d/%b/%y' --log-format=combined

開啟goaccess

如果使用的是nginx預設的html目錄

則是mkdir /usr/local/nginx/html/nginx_log

goaccess /usr/local/nginx/logs/access.log -o /usr/local/nginx/html/nginx_log/index.html --real-time-html --time-format='%h:%m:%s' --date-format='%d/%b/%y' --log-format=combined

訪問如果作業系統的語言是中文

那麼有中文介面

centos7 安裝centos桌面

一 輸入命令 yum groupinstall gnome desktop graphical administration tools 二 設定系統啟動等級。systemctl get default 獲取當前系統執行形式,會顯示multi user.target 命令列終端 或者 graphic...

centos7安裝nginx(yum安裝)

感興趣的可以檢視用壓縮包安裝的過程 1 通過檢視當前linux核心以及版本號進行獲取nginx的rpm安裝源適配。uname a2 獲取nginx相關的rpm源 防止版本號不對應產生的各種問題 rpm uvh3 yum安裝nginx yum install nginx等待安裝完成。1 安裝完成後,n...

CentOS7安裝docker(yum安裝)

1.中文文件 2.檢視linux版本 cat etc redhat release3.是否聯網 這裡yun安裝,不聯網gg 4.解除安裝舊版本 sudo yum remove docker docker client docker client latest docker common docker...