Can we install EPEL repo on Amazon Linux 2023?

Can we install EPEL repo on Amazon Linux 2023

Amazon Linux 2023 is the latest upgraded version for Amazon Linux 2 users. However, users cannot directly upgrade from AWS Linux 2 to AL2023, which means they either have to opt for a clean installation or switch to some other Linux. However, personally, I don’t …

Read more

Installing Flask on Ubuntu 22.04 or 20.04 LTS Linux

Installing Flask on Ubuntu Linux

Introduction: A step-by-step guide for installing Flask Python web framework on Ubuntu Linux systems. Flask is for web developers as it provides a micro web framework based on Python. It is popular because of its simplicity, flexibility and does not require particular tools or libraries. Furthermore, …

Read more

2 Ways to start Docker Container automatically on Boot in Linux

Start Enable Docker Container Service

Containerization is not a new technology anymore, millions of apps using it and in this, Docker has played quite an essential role in providing a platform for managing and deploying Conatiner-based applications. Developers can use Docker to create custom application images with all dependencies required …

Read more