Written on February 26, 2022
Introduction I have already done some WSL posts, so lets continue by me telling you how to intergate WSL on Visual Studio Code! Just for a breif review, Windows Subsystem for Linux (WSL) allows you to...
Written on February 24, 2022
Introduction When you start learning Linux, you begin with a standard set of Linux commands that have been in existence since the UNIX days. As you grow old as a Linux user, you keep on mastering the ...
Written on February 24, 2022
Introduction Presentations are often boring. This is why some people add animation or comics/meme to add some humor and style to break the monotony. If you have to add some unique style to your colleg...
Written on February 23, 2022
Introduction Windows Subsystem for Linux (WSL) allows you to install a complete Ubuntu terminal environment in minutes on your Windows machine, allowing you to develop cross-platform applications with...
Written on February 22, 2022
Introduction LXD and Docker containers serve different purposes. LXD runs system containers that are VM-like and systems running on them are intended to be long-running and persistent. Docker containe...
Written on February 22, 2022
Wow! It's been 3 MONTHS since I made my last post on AWS... Well, I deciced to come back! I have already planned some more upcoming posts and more! Let's get into it! Intro Some developers are Window...
Written on December 18, 2021
Introduction Hello everyone. Recently AWS revealed a new service that will change the world! It is called the AWS Private 5G Network! It lets you have your own cellular network without breaking a swea...
Written on November 15, 2021
The Linux directories are defined by the File System Hierarchy Standard (FHS). To navigate through it with the change directory command: cd. $ cd ∕ ↑ Cd Forward slash drops you into the root folder. ...
Written on November 2, 2021
The UUID identifier has been used in programming since the days a baby-faced David Walsh became a professional software engineer. My first exposure to UUIDs was via a ColdFusion app I inherited and .....
Written on November 2, 2021
This article shows how to deploy Django static files in Linux. If you want to deploy in Google Cloud, create your account by using my referral link here. You can get free $350 credit and also help me!...