Posts

Most of these posts are simply my internal notes turned into something I can share with others. I definitely don’t claim to be an expert on every topic I write about, but I hope they can serve as a useful starting point, reference, or outline for someone working on a similar problem. If you spot anything that could be improved, corrected, or explained better, I’d really appreciate your feedback. Always happy to learn and improve!

Cockpit Dashboard

Cockpit is a lightweight, web-based graphical interface for managing Linux servers. It’s designed to simplify routine administrative tasks through an intuitive dashboard, making it ideal for system administrators who prefer visual tools.

Using Timeshift to Snapshot a Linux System

Timeshift is a powerful backup and system restore utility for Linux, designed primarily for creating and managing system snapshots.

Bash Aliasing

If you find yourself repeatedly typing long commands in your terminal, Bash aliases are a quick and powerful way to streamline your workflow. They allow you to create custom shortcuts for frequently used commands, making your day-to-day operations faster and more efficient.