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 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 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.
How to Add Minutes, Hours & Months to Timestamp in PostgreSQL
Sometimes you may need to Add Minutes, Hours & Months to Timestamp in PostgreSQL. Here is how to do it easily in PostgreSQL.
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 Find Last Occurrence of Character in String in Javascript
Sometimes you may need to find last occurrence of character in string in Javascript. Here are the steps to do so.