NFS Setup
Preliminaries Before we configure NFS, we need a couple preliminary pieces of information: the server private ip address and the...
Configure Jellyfin, Caddy, and Dynu DDNS
Install Jellyfin For this installation, we won't be using Docker. The process is as simple as navigating to Jellyfin's installation...
Expand Your Root Partition
The Problem Currently, my disk is partitioned according to the scheme below: /dev/sda1 500M EFI System /boot /dev/sda2 4G Linux...
Install MakeMKV and Flash Firmware to the ASUS BW-16D1HT Optical Drive
Downloading Files on Separate Computer NOTE (2025-04-27): I ended up using makemkv version 1.17.7 since 1.18.1 did not seem to...
Slackware Package Management
Slackware Philosophy It's in the name: Slackware. New kernel releases are often years in the making, and this is by...
Installing and Configuring Slackware
[Optional] Testing Slackware with the Live CD Navigate to slackware.com and there should be a link to Slackware Live on...
Write a Powershell Script to Simplify SCP Transfer Syntax
Problem: the syntax for running scp in powershell is burdensome. Here's what it looks like for me: PS C:\>...
How to Mount an External Storage Device from the Command Line
Mount Connect the drive to your machine and open the terminal. Navigate to mnt/ and make sure there is an...
Setup SSH Key Access
Client Side Check for existing SSH keys. If they exist, try using them instead, or back them up and generate...
Configure Remote SSH Connection to Server
Get SSH running on your server machine for WLAN Install OpenSSH OpenSSH is usually automatically installed on Ubuntu, but we'll...
Change SSH Default Port
Port numbers 1 - 1024 are reserved for system services, so they're best left alone. Choose any port number...
Set Up a Static IP Address
Using the GUI Open settings and navigate to Wi-Fi. Locate your connection and click the gear icon. Select the IPv4...
Find Your Router IP Range
Find your router and note the Username, Password, and Gateway. If the gateway is not written on the router,...