Sed is a powerful command to work with string & text in Linux. Here is sed command to replace string in file.
Linux
How to Show Banned IP in Fail2ban
Sometimes you may need to view banned IP addresses in Fail2ban. Here is how to show banned IP in Fail2ban.
How to Unban IP With Fail2ban
How to Know Which Shell I am Using in Linux
Sometimes you may want to know which shell you are using, which shells are installed on your system and how to change shell. Here is how to do it.
Find files with special characters in name Linux
Sometimes you may need to find files with special characters in their name in Linux. Here are the steps to do it.
How to Insert Text At Certain Line in Linux
Sometimes you may need to insert text at certain line in Linux. Here is how to do it using ed, sed, awk, commands.
How to Create RPM for Python Module
Sometimes you may need to create RPM package for python module or script. Here are the steps to create RPM from python code.
How to Use NMAP in Kali Linux
How to Install VirtualBox in Ubuntu
VirtualBox allows you to run virtual machines on your system. Here is how to install VirtualBox in Ubuntu.
Python Delete Dictionary Key While Iterating
Python dictionary allows you to store different data types. Here is how to delete dictionary key while iterating in python.