Init your new Ubuntu server (PostgreSQL + Redis + Deno/Node.js)

Provisioning a fresh cloud server for modern web development. This post walks through setting up PostgreSQL, Redis, and your favorite runtimes like Deno and bun.

2025-04-06 Â· 3 min Â· 630 words Â· alikia2x

Get Current User in Bash

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 Â· 162 words Â· alikia2x

Open swap on Linux

Quick tutorial to enable swap on Linux

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