Sometimes you may need to use reserved word as column name or table name in MySQL queries. Here is how to use reserved word in MySQL.
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
Nginx Allow Local Network
Sometimes you may need to allow only local IP addresses in NGINX. Here are the steps to allow local network in NGINX.
How to Prevent Direct Access to Images in NGINX
Sometimes you may need to block direct access to images on your website. Here is how to prevent direct access to images in NGINX.
How to Prevent Direct Access to Images in Apache
Sometimes you may want to prevent direct access to files like images on your websites. Here is how to prevent direct access to images in Apache.
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.
How to Find Package Details in Redhat, CentOS, Fedora Linux
Sometimes you may need to find package details in Redhat, CentOS, Fedora Linux. Here is how to do it.
How to Delete Objects in Django
Sometimes you may need to delete all objects or delete related objects or bulk delete in Django. Here is how to delete objects in Django.
How to Delete File or Folder in Python
Sometimes you may need to delete file or folder in Python. Here are the steps to remove file or folder in Python.