diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-25 21:50:07 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-25 21:50:07 +0100 |
| commit | 0cf6622ab6d5a3d52d614e963b9a28aee72d5b41 (patch) | |
| tree | 3f347e3bf201faf715a2f43882c4901426daa50f /posts | |
| parent | 37f9d17355397a80217a462ea499ea01c0df65d8 (diff) | |
| download | mitjafelicijan.com-0cf6622ab6d5a3d52d614e963b9a28aee72d5b41.tar.gz | |
Added post about goaccess
Diffstat (limited to 'posts')
| -rw-r--r-- | posts/2021-01-25-goaccess.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2021-01-25-goaccess.md b/posts/2021-01-25-goaccess.md index 181a7d2..f472c42 100644 --- a/posts/2021-01-25-goaccess.md +++ b/posts/2021-01-25-goaccess.md | |||
| @@ -97,7 +97,7 @@ apt install goaccess | |||
| 97 | 97 | ||
| 98 | To enable Geo location we also need one additiona thing. | 98 | To enable Geo location we also need one additiona thing. |
| 99 | 99 | ||
| 100 | ``` | 100 | ```sh |
| 101 | cd /var/www/html/stats.stats.com | 101 | cd /var/www/html/stats.stats.com |
| 102 | wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb | 102 | wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb |
| 103 | ``` | 103 | ``` |
