...
Configure Django with Apache, MySQL and WSGi on Ubuntu

Sun 19 Mar 2023

In this article, I'll be demonstrating how we can deploy Django website on an Apache …
...
Django Checklist for Deploying Application in Production

Mon 20 Mar 2023

While experience in the development and production environment of django application …
...
Get Free valid SSL Certificate from Trusted CA

Mon 20 Mar 2023

SSL plays a key role when it comes to your website security and encrypted …
...
Create Custom Filter to replace characters in Django

Tue 21 Mar 2023

Django template filters are amazing. Formatting data in a variety of ways is so much …
...
Install Latest Version of PHP on CentOS 8 and 7

Wed 22 Mar 2023

CentOS is great. I have to admit that all those SELinux enforcement and other security features a…
...
Install LAMP on Ubuntu or CentOS with firewall configuration

Wed 22 Mar 2023

This tutorial will be focused on installing the LAMP stack (Linux Apache MySQL PHP) on Ubuntu …
...
Install Wordpress on LAMP Stack (Ubuntu)

Fri 24 Mar 2023

According to a survey done by W3Techs, Wordpress is used by 41% of all websites that …
...
Sync Cloud Storage Drives using Rclone

Wed 29 Mar 2023

Rclone is an Open-source, multi-threaded, command line tool. It makes data …
...
Define and use environment variables in Linux & Python

Sun 09 Apr 2023

This article is about Environment variablesand their uses in Linux and Python as …
...
Create bootable USB drive from ISO image on Linux & Windows

Sun 28 May 2023

This article is about creating a bootable USB drive from an ISO image. Below are …
...
Setup a local DNS Server

Tue 15 Aug 2023

In this article, you'll learn about how you can create and configure a DNS server in your local …
...
Create desktop entry of application on Linux

Tue 22 Aug 2023

In this article, I'll show you how you can create desktop entrie for application and …
...
Block level full disk cloning using dd in Linux

Wed 30 Aug 2023

Taking a backup of a system is very sensitive and critical process and sometimes It can be tough …
...
How to deploy Django application with Nginx, MySQL, and Gunicorn on Ubuntu

Wed 13 Sep 2023

Django is an open-source web framework based on Python. It can be very efficient in easing the …
...
Setup Network boot for installing OS using PXE server

Wed 20 Sep 2023

Whenever you are installing a new operating system in the machine, you insert your bootable …
...
Create python virtual environment on windows and linux

Mon 25 Sep 2023

Creating and managing a Python virtual environment is very crucial part of any project. Suppose you…
...
Configure FastAPI with Nginx and uvicorn

Thu 05 Oct 2023

This article is all about the configuration of FastAPI with uvicorn and then reverse proxy to Nginx…
...
How to setup on-premise MySQL master and slave servers

Wed 18 Oct 2023

In this article I'll be demonstrating how you can configure MySQL master and slave server. It is th…
...
Secure Apache against DDoS attacks using mod evasive

Wed 01 Nov 2023

mod_evasive is an Apache web server module that helps protect the server against some types of DoS,…
...
How to install and remove deb packages in Ubuntu

Sat 18 Nov 2023

In this article you will learn about how to install and remove deb packages in Ubuntu Linux. In Lin…
...
Top text processing and filtering commands in Linux

Tue 21 Nov 2023

In this article you'll get to know about some of the best text processing and filtering commands th…
...
Understand SELinux module and manage security policies in Linux

Fri 01 Dec 2023

This article is all about SELinux. It's a security component that protects Linux systems from unaut…
...
Configure UFW Firewall in Linux

Tue 12 Dec 2023

Firewalls in Linux play an important role in controlling the incoming and outgoing network traffic…
...
Configure Firewalld in Linux

Mon 18 Dec 2023

Firewalld is a powerful dynamic firewall management tool whose sole purpose is to manage firewall r…
...
Containerization with docker

Wed 03 Jan 2024

Containerization is a way of packaging an application along with all of Its required libraries, cod…