Archives: linux

Understanding and Managing Zone.Identifier Files in WSL on Windows 10 and Windows 11

September 1, 2023 | By Gerald | 1 Comment | Filed in: Linux Subsystem, Windows Subsystem.

If you frequently work with Windows Subsystem for Linux (WSL) and have encountered files named <file_name>:Zone.Identifier after copying your source code from Windows 10 or Windows 11 to a WSL directory, you’re not alone. These mysterious files can be a source of confusion and annoyance for many users. In this blog post, we’ll dive into • Read More »

Tags: , , , ,

Install Visual Studio Code on Windows: Connect to Ubuntu 20.04 in WSL2

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

Visual Studio Code is a popular code editor used by developers worldwide. This tutorial will show you how to install Visual Studio Code on Windows and connect to Ubuntu 20.04 in Windows Subsystem for Linux (WSL2). This setup is ideal for developers who want to work on a Windows machine and still have access to • Read More »

Tags: , , , , ,

How to Install Ubuntu 20.04 in WSL2 on a Windows 10

February 13, 2023 | By Gerald | No Comments | Filed in: DevOps, Linux, Windows Subsystem.

Installing Ubuntu 20.04 in the Windows Subsystem for Linux 2 (WSL2) is an excellent way to use a Linux environment on your Windows 10 machine without the need for a virtual machine. This can enhance your productivity by allowing you to run Linux distributions directly on Windows. What is WSL2? WSL2 (Windows Subsystem for Linux • Read More »

Tags: , , ,

How to Install S3fs and Mount S3 Bucket on Ubuntu 20.04

February 10, 2023 | By Gerald | No Comments | Filed in: AWS Administration, AWS Deployment, AWS Operations, AWS Resource Deployment.

In this blog, you will learn how to install S3fs and mount an S3 bucket on Ubuntu 20.04 in step-by-step procedure. If you are using Ubuntu 18.04, please refer to the guide available here. What is S3fs? S3fs is a FUSE (Filesystem in Userspace) plugin for Amazon S3, which allows you to mount an Amazon • 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: , , , , , , , ,