Google Cloud SDK allows you to manage google cloud services via command line interface. Here is how to install google cloud SDK in Ubuntu.
How to Configure UFW Firewall in Linux
UFW is a popular firewall in Linux that enables you to allow/block traffic. Here is how to configure UFW firewall in Linux.
How to Use NGINX with Flask
Sometimes you may need to deploy flask with NGINX or host flask app on NGINX. Here is how to use NGINX with Flask.
How to Use NGINX as Reverse Proxy for Django
Sometimes you may need to use NGINX as reverse proxy for Django. Here is how to use NGINX with Django.
How to Convert Integer to String in Python
Sometimes you may need to convert integer to string in Python. Here are the different ways to cast integer as string in Python.
How to Increase Max File Upload Size in PHP
How to Count Unique IPs & Requests per IP in NGINX
Sometimes you may need to count unique IPs and requests per ip in NGINX. Here is how to count them in a single line of command.
How to Host Multiple Domains on One Server in NGINX
NGINX allows you to host multiple websites on a single IP or server using virtual hosts. Here is how to host multiple domains on one server in NGINX.
How to Set Samesite Cookies in Apache Web Server
Samesite cookies protect your website from XSS attacks with the help of HttpOnly and Secure cookies. Here is how to set Samesite cookies in Apache web server.
How to Uninstall NGINX from Ubuntu
Sometimes you may need to completely remove NGINX from your system due to performance issues or other reasons. Here is how to uninstall NGINX from Ubuntu.