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 pass parameter in MySQL query
How to Combine Querysets in Django
Sometimes you may need to combine querysets in Django. Here are the steps to merge Django querysets.
How to Get Field Value in Django Queryset
How to Convert Markdown to HTML in Python
Sometimes you may need to convert Markdown language to HTML. Here is how to convert Markdown to HTML in python.
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.