Previously we gave some complicated commands to our readers who use Fail2Ban and needs some checking. Other way was using BadIPs for creation of graph. Fail2Ban log analysis bash script is for report generation as list of attacker IPs, banned, unbanned, password attempts sorted by date, country. We written this easy script using various commands and we think it is useful to any sysadmin to quickly … [Read more...]
Install GoAccess Real-Time Web Log Analyzer : Apache, Ubuntu
Previously we published GoAccess guides for Nginx and Nginx log with GeoIP. Here in this guide we will show how to install GoAccess real-time web log analyzer for Apache webserver running on Ubuntu and in case of Apache you need not to separately work on how to enable Apache log to have GeoIP enabled features. Apache default log itself a standard format. Install GoAccess Real-Time … [Read more...]
How To Configure OCSP Stapling On Apache 2.4+
Previously we talked about OCSP, OCSP Stapling and OCSP Stapling on Nginx. Now, we will configure OCSP Stapling In Apache 2.4 It is important to avoid some settings of OCSP Stapling on a production website as it can give errors like OCSP Response Expired or just in case of Nginx 502. Here is how to configure OCSP Stapling on Apache 2.4+ with full configuration. These are among TLS optimisazion. In … [Read more...]
Install, Configure Advanced Policy Firewall (AFP) On Ubuntu 16.04
If you are a new user, you should not follow this guide for production sever but follow our basic server setup guide and IPTables guide to configure your firewall. New users can follow this guide with test/development servers. Advanced Policy Firewall is an iptables based firewall. Here is how to install, configure Advanced Policy Firewall (AFP) on Ubuntu 16.04. It is essentially an interface to … [Read more...]
List Of Anti Malware For GNU/Linux Server
We noticed that we need to deliver guides around some known things which are possibly not known to the new users. Somehow, many we missed to talk about them since the year 2010. Anti Malware is not fully correct phrase for Linux but the meaning is obvious. Here is a usable list of Anti malware for GNU/Linux server. Malware are programs which aims to disrupt the normal operation of a server. … [Read more...]
Why No Output From Ubuntu 16.04 service start/stop Command?
Service nginx reload/restart Gives No Output Unlike 14.01. Is not it? This Article Explains Why No Output From Ubuntu 16.04 service start/stop Command. We should not be expecting such output. Earlier Ubuntu versions didn't behave this way because Ubuntu was an upstart system for a decade. In Ubuntu 15.04 and later version, systemd is only fully supported. So, that change from upstart to systemd … [Read more...]
What is Load Average in GNU/Linux?
If We Run Top Command, We Can See a Parameter Load Average. What is Load Average in GNU/Linux? Why we need to know this load average for a server? Often the visitors search on our website with the search phrase what is load Average in Linux, the right word is GNU/Linux not Linux. Linux is the Linux Kernel. The GNU softwares like awk is the GNU part, the another free software part is Linux. It is … [Read more...]
Must Know GNU/Linux Commands For the SSH Users
Here Are Some Must Know GNU/Linux Commands For the SSH Users Who Are Relatively Newer and Primarily Managing Own Servers to Run their Websites. Obviously, they are System Admin; but we guess they need some kind help! Usually we use Nginx, PHP5-FPM, MariaDB/MySQL setup (or LEMP setup) to run WordPress, so basically you need not know huge number of commands at the beginning. Also there are some … [Read more...]
awk Command : Examples for SSH
Here are Some awk Command Examples for SSH, Possibly the Most Commonly Used Command Line Interface for Many of the Webmasters and Developers. Previously, we published this kind of brief guide on some of the frequently used GNU/Linux commands like echo, unix pipeline or this can be a better example - combining unix pipeline with grep, cut commands. As the title of this article says, our examples … [Read more...]
Change Nginx Server Name in Header on Ubuntu Server
Declaring the Server Name is a Security Risk, You Can Change the Server Name From Nginx to Apache2 or What You Want. It is Easier on Ubuntu. For non-deb Linux distort, the only way to change is to compile from the source, which is pathetically bad and big work for many running instances. Debian/Ubuntu has some advantages. If you are using apt for OS X, you can use this trick to change Nginx server … [Read more...]
Overclocking Raspberry Pi
Here Are Initial Steps For Configuration of a Raspberry Pi Board and Steps For Overclocking Raspberry Pi. Turbo Mode if available Does Not Affect Warranty. This guide on Overclocking Raspberry Pi is for the new users. Expert users will factually know many small tricks. Overclocking Raspberry Pi : Make Sure That You Know About Processor and Overclocking Raspberry Pi 2 Model B … [Read more...]