GoAccess is an open source and free web log analyzer with a browser-based interface. Here is how to install GoAccess log analyzer in Ubuntu.
How to Check Version of Python Modules
Sometimes you may need to check version of python modules. Here are different ways to check python package version.
How to Install Go (Golang) in Ubuntu
Go (Golang) is a popular programming language by Google. Here are the steps to install Go in Ubuntu.
How to Extract Substring from String in Bash
Sometimes you may need to extract substring from string in bash or other Linux shell. Here is how to do it using parameter expansion.
How to Split String into Array in Shell Script
Sometimes you may need to split a string into array in shell script. Here are the steps to convert string into array in shell script.
How to Check if String Contains Substring in Bash
Sometimes you may need to check if string contains substring in bash. Here are the different ways to do this in Linux.
Shell Script to Remove Last N Characters from String
How to Find Unused IP Addresses in Network
Sometimes you may need to find unused IP addresses in your network. Here is how to find unused IP addresses using nmap utility tool.
How to Setup Email Alerts for Root Login in Linux
It is important to setup email alerts for root login in Linux. Here are the steps to setup automated email alerts for root login.
How to Extract IP Address from Log File
Often you may need to extract IP address from server log file. Here is how to extract IP address from log file for Apache or NGINX server.