Adam. R

Working with Visual Studio Code on Ubuntu on WSL2

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...

Modern Alternatives to Some of the Classic Linux Commands!

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 ...

Present slides in Linux terminal with this epic Python Tool!

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...

Install Ubuntu on WSL2 on Windows 11 using a GUI

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...

How to run Docker inside LXD containers

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...

How to install Ubuntu on WSL2 on Windows 10/11

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...

The all NEW AWS Private 5G Network EXPLAINED!

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...

All Linux Directories Explained!

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. ...

How to Create a UUID in JavaScript!

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 .....

How to Deploy Django Static Files in Nginx!

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!...

1 2 3 4 5 6 7 8 9 10 11