Linux Terminal Beautify

Linux Terminal Beautify

Ever since I mistakenly refreshed my desktop to Ubuntu 24.04 system and left it idle for a long time, I now try to turn it into a productivity tool. The first thing needs to be done is to beautify the terminal just like the one in my Macbook Air. Here is how I did it: πŸ’»

Continue reading →

Docker Setup

Docker Setup

Recently, I’ve been working on the project LANTAI in MARCH STUDIO and tried to deploy my application using Docker, but there are some problems that I’ve encountered. Here are some tips on how to setup Docker.

Continue reading →

Threads

Threads

Threads are light-weight processes within a process. They share with other threads their code section, data section and OS resources like open files and signals.

Continue reading →

Processes

Processes

Processes are a fundamental concept in operating systems. They are used to manage resources and perform tasks. This blog will cover process concept, process scheduling, and process operations.

Continue reading →