Archives: ubuntu

Python Version Management on WSL Ubuntu 20.04

January 9, 2024 | By Gerald | No Comments | Filed in: Development and Programming.

In the world of Python development, having the flexibility to switch between different Python versions is crucial. This not only allows developers to stay up-to-date with the latest language features but also ensures compatibility with different projects. In this blog post, we will explore two popular methods for managing Python versions on Ubuntu: update-alternatives and • Read More »

Tags: , , , , , ,

Installing MongoDB on the Linux Subsystem with Ubuntu 20.04 Made Easy

February 5, 2023 | By Gerald | No Comments | Filed in: Linux Subsystem.

Step-by-step guide on installing MongoDB on the Linux Subsystem with Ubuntu 20.04. Get the latest tips and tricks to ensure a smooth installation process and start using MongoDB on Linux Subsystem. Step 1. Open the Linux terminal on your Windows system. Step 2. Import the MongoDB public key used to authenticate packages: Step 3. Add • Read More »

Tags: , , , ,

How To Remote The ECS Fargate Container

January 30, 2023 | By Gerald | No Comments | Filed in: AWS, ECS Fargate, Tutorials.

In this article, you will learn how to Remote the AWS ECS Fargate container without using SSH or Putty tools or exposing the inbound ports 22 from the Security Group. Amazon ECS Exec gives you easy command access to a running container making it easier to debug issues, troubleshoot errors, or collect one-off diagnostic information • Read More »

Tags: , , , , , , , ,