Often you will see __name__ in your python code. Here is what __name means in python.
How to Find Non-ASCII Characters in MySQL
How to Use Reserved Word as Column Name in MySQL
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 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.