Hi there 👋

Welcome to alikia’s blog. This is a blog to share my learning and my thinking.

The OSI Model

My learning notes about the OSI model

2024-04-09 · 5 min · 875 words · alikia2x

Bash Get Current User

whoami
OR
echo $USER

2024-02-22 · 1 min · 6 words · alikia2x

Add a user to grop on Linux

usermod -a -G group user

2024-02-22 · 1 min · 164 words · alikia2x

Open swap on Linux

Quick tutorial to enable swap on Linux

2024-01-14 · 1 min · 37 words · alikia2x