by Satish Kumar | Mar 9, 2021 | BASH
In this article, we will learn about the TLP Linux tool. TLP is a command-line tool; it is used for power management and will optimize the battery life. Prerequisites Besides having a Terminal open, you need to ensure that you have TLP installed on...
by Satish Kumar | Mar 8, 2021 | BASH
In this article, we will create a simple NAT firewall with DMZ using iptables. Prerequisites Besides having a Terminal open, you need to ensure that iptables is installed in your machine. Write script We will write a script to set up a DMZ...
by Satish Kumar | Mar 7, 2021 | Linux
In this article, we will learn about finding the failed SSH attempts and blocking those IP addresses. To find failed attempts, we will use grep as well as cat commands. The login attempts to the SSH Server are tracked and recorded into the rsyslog daemon....
by Satish Kumar | Mar 6, 2021 | BASH
In this article, we will make a simple bot logger. This script will log a few channels as well as handle the pings. Prerequisites Besides having a Terminal open, you need to have basic knowledge of IRC. Write script: Now, we will write a script for an IRC logging bot....
by Satish Kumar | Mar 5, 2021 | Linux
In this article, we will discuss the cURL tool in Linux. The cURL tool is used for transferring the data from or to a server. It supports many protocols, and http is one of them. cURL is used to transfer the data from URL. It has so many tricks to offer, such as http...