Analyzing the NGINX web server log file
A Perl script for generating the report of the most frequent visitors to a website from the nginx log file is given.
0 Comments
October 3, 2018
A Perl script for generating the report of the most frequent visitors to a website from the nginx log file is given.
bash idioms are tiny scripts, mostly one-liners, that accomplish a lot and can be used as building blocks in larger scripts.
sed is a stream editor that applies the commands one by one on each line of input and writes the resulting lines on the standard output.
A shell script, or bash script, is a list of commands written to automate some system operations work in Linux.
The iptables command is for defining packet filtering rules for firewalls in Linux. iptables concepts and command parameters are explained.