Home / Category

Systems & Networking

How to Set Up and Manage a ZNC IRC Bouncer

Systems & Networking

How to Set Up and Manage a ZNC IRC Bouncer

Stay connected to IRC 24/7 with ZNC. Install it, run it as a service, connect your client, and use the *status and *controlpanel commands to manage it.

How to Set Up a Static Website: A Quick Overview

Programming · Systems & Networking

How to Set Up a Static Website: A Quick Overview

No server, no database, no monthly bill. Here's the whole path to a static website — build the files, preview locally, and put it online for free with HTTPS.

Hosting on the Edge: Why This Site Has No Server

Programming · Systems & Networking

Hosting on the Edge: Why This Site Has No Server

The site you're reading has no web server, no database, nothing to patch. Here's how 'static + edge' hosting works — and why it's faster and safer.

Manually Mounting NTFS Drive as R/W on MacOS

Systems & Networking

Manually Mounting NTFS Drive as R/W on MacOS

Warning : Doing this wrong could cause damage to your operating system. We assume that you already know how to use the Terminal and are comfortable in…

Print man Pages to Text File

Systems & Networking

Print man Pages to Text File

Save any man page as clean, plain text with man and col -b — handy for reading offline, grepping, or printing. Plus a quick way to export a manual as a PDF.

How to run a Speed Test from your Terminal

Systems & Networking

How to run a Speed Test from your Terminal

Run an internet speed test from your terminal — no browser. Install the official Ookla Speedtest CLI or the lighter speedtest-cli, with sample output and flags.

Getting "a start job is running for dev-disk-by..."

Systems & Networking

Getting "a start job is running for dev-disk-by..."

A 90-second boot hang on 'a start job is running for /dev/disk/by-uuid/…' is usually a stale swap UUID in /etc/fstab — here's how to fix it fast with blkid.