Posts

Showing posts with the label Linux System Administration

Essential Linux Terminal Commands: A Reference Guide for Shortcuts, Tmux, Vim & Nano

Image
Whether you're a systems administrator managing production servers or an enthusiast experimenting in a home lab, spending 90% of your time inside a terminal is a common reality—even when working in a full desktop GUI environment. The command line offers unparalleled flexibility, but it can quickly become cumbersome when you find yourself repeatedly typing long commands, running long-duration tasks, or constantly modifying configuration files. This post serves as a practical, everyday reference covering essential Linux terminal shortcuts alongside three indispensable tools: Tmux, Vim, and Nano. Prerequisites  The only prerequisite for this guide is access to a terminal on any Linux distribution. It doesn't matter how your Linux environment is set up—you can follow along using: A bare-metal Linux installation A Virtual Machine (VM) Windows Subsystem for Linux (WSL2) A remote SSH terminal session 1.0. Essential Linux Terminal Shortcuts Working efficiently in the terminal isn't...

How to Set Up an Email Forwarder & Relay Server Using Ubuntu 24.04

Image
We all love the rich features, familiar interface, and rock-solid reliability of personal email services like Gmail and Yahoo. However, when you are building a brand or running a small business, sending emails from a generic @gmail.com address lacks that critical professional edge. While premium suites like Google Workspace offer custom domain integration, the per-user monthly subscription fees can quickly add up—especially for startups or small operations trying to keep overhead low. Fortunately, there is a clever, cost-effective alternative: an Email Forwarder. Unlike a full-fledged mail server, an email forwarder does not store any messages on your server. It simply acts as a fast, lightweight traffic controller—catching incoming mail sent to your custom domain and instantly rerouting it to your existing personal inbox. Because it requires virtually zero local storage, you can run it on a microscopic budget. In this comprehensive guide, we will walk you through setting up a producti...