Sometimes you may need to find package details in Redhat, CentOS, Fedora Linux. Here is how to do it.
Linux
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 Create RPM for Script
Sometimes you may need to create RPM for your script. Here are the steps to create RPM from your script in Linux.
Enable Email Alerts in Keepalived
Keepalived is a useful utility for IP failover between two or more servers. Here is how to enable email alerts in Keepalived in Linux.
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.
How to Configure DNS Server on CentOS/RHEL
DNS Server allows you to lookup domain names to IP addresses. Here are the steps to configure DNS Server on CentOS/RHEL.
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.