Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

121 total results found

Proxmox Backup Server

All docs on PBS

Semaphore UI

Docker

All documentation related to docker.

Immich

All documentation related to Immich.

Ubuntu

All general documentation related to the operating system Ubuntu.

Raspberry Pi

All documentation related to rasp pi.

MariaDB Installation

MariaDB

HAProxy Installation

HAProxy

HAProxy Configuration

HAProxy

Netbox Installation

Netbox

All netbox installation documentation

qBittorrent Installation

qBittorrent

All documentation related to qBittorrent installation

Keycloak Installation

Keycloak

Jellyfin Installation

Jellyfin

Jellyfin Configuration

Jellyfin

PBS: Configuration

Proxmox Backup Server

qBittorrent Uninstallation

qBittorrent

All qbittorrent docs related to uninstalling

Installation

Semaphore UI

Docker Installation

Docker

All documentation related to docker installation

Immich Installation

Immich

All documentation related to the installation of Immich.

Ubuntu Storage

Ubuntu

All documentation related to Ubuntu storage

Installations

Raspberry Pi

All Raspberry Pi OS installations or application installation documentation specific to rpi.

Raspberry Pi Configuration

Raspberry Pi

This section is dedicated to configuring the systems and applications once they are already installed.

[How-To] Install Wordpress on Debian 12 LXC

WordPress WordPress Installation

Purpose The purpose of this How-To article will be to install WordPress and the full LAMP stack on an LXC Container in proxmox. Most of this configuration could also be done on baremetal or a VM of any Debian flavor. We'll be using Debian 12.  Prerequisites ...

[Standard] CloudFlare Public DNS Resolvers

Network Standards DNS Standards

Purpose This standard document outlines available and used public DNS addresses used on the SPDC networks. Prerequisites List of prerequisites: Knowledge of DNS protocol and functionality included Public DNS Resolvers Cloudflare Public DNS Resolvers:...

[How-To] Change the Default Data Directory for MariaDB Server

MariaDB MariaDB Configuration

Purpose This documentation will focus on the process of changing the default data directory from its mysql default to a desired location. This will not focus on how to create the remote directory or how to mount it to the db server. Prerequisites List of pr...

[How-To] Migrate MariaDB Database from local to remote MariaDB Server

MariaDB MariaDB Configuration

Purpose Show how to migrate MariaDB database from local to remote MariaDB server Prerequisites List of prerequisites: Root user or sudo user MariaDB Servers MariaDB Admin user Instructions Step 1: Backup your WordPress Database Local Database ...

[How-To] Add Web Server to Proxmox VE Node

Proxmox VE Proxmox VE Configuration

Introduction This allows you to access Proxmox VE via the port 443 Tested from Proxmox 3.4 - 6.3 Why do I need this? Sometimes there is a firewall restriction that blocks port 8006 and since we shouldn't touch the port config in proxmox we'll just use ngin...

[How-To] Join PVE Node to Active Directory Domain

Proxmox VE Proxmox VE Configuration

Purpose This tutorial will walk through the steps necessary to join your Proxmox VE server to Microsoft Active Directory on a Windows Server. Prerequisites List of prerequisites: Root user PVE Node Active Directory Domain Domain Admin User Standard...

[How-To] Unlock CT Manually via Shell

Proxmox VE Proxmox VE Configuration

Purpose Manually unlock CT via the proxmox node shell. Prerequisites List of prerequisites: Root user for Proxmox Node Debian 12 CT in Proxmox Unlocking the LXC container with the pct tool Proxmox VE provides the pct tool to manage Linux containers ...

[How-To] Delete CT Manually in Shell

Proxmox VE Proxmox VE Configuration

Purpose Manually delete CT via the proxmox node shell. Prerequisites List of prerequisites: Root user for Proxmox Node CT in Proxmox Deleting the LXC container with the pct tool Proxmox VE provides the pct command to assist with container actions. I...

[How-To] Create and Manage ISCSI Storage on Proxmox VE

Proxmox VE Proxmox VE Storage

Purpose This How-To will guide you in creating and managing your ISCSI storage in the Proxmox Virtual Environment.  Prerequisites List of prerequisites: Proxmox VE Node (Minimum 1) Root Credentials to Proxmox VE Node ISCSI LUN created on a remote stora...

[How-To] Configure Email Server with Zoho SMTP Settings

Zoho Zoho Protocols

Purpose Explain how to configure an email server with Zoho ZMTP Settings. Prerequisites List of prerequisites: Licensed Email on Zoho (Not shared mailbox) Credentials to that Licensed Email SMTP Server Configuration - Zoho Mail SMTP - Simple Mail Tr...

[How-To] Stand Up WireGuard P2P between two sites

WireGuard

Overview of the Setup JAX01 (Your Homelab): Network: Multiple VLANs. VPN VM: Will be connected to a dedicated VLAN for VPN traffic. Local Networks: Accessible alongside the VPN. JAX02 (Friend’s Homelab): Network: Single non-VLAN network (19...

[How-To] Install MariaDB on Ubuntu 24.04 LTS

MariaDB MariaDB Installation

Purpose The purpose of this document is to show explain in full detail the steps to take a freshly installed vm with Ubuntu 24.04 LTS as the operating system and install/configure MariaDB for use. It will not dive into clustering or changing of binding for ex...

[How-To] Configure Galera Cluster on MariaDB Servers

MariaDB MariaDB Configuration

Purpose The purpose of this How-To is to explain the process in detail of how to take 3 MariaDB servers and cluster them together in a Multi-Master Galera cluster. For best results, it is recommended to have a minimum of 3 MariaDB servers to achieve quorum an...

[How-To] Configure Virtual IP for MariaDB servers with Keepalived

MariaDB MariaDB Configuration

Purpose This How-To serves as documentation on how to add keepalived to your MariaDB servers so they can all share a virtual IP or a VIP.  Prerequisites List of prerequisites: Sudo user Galera cluster of MariaDB servers on Ubuntu 24.04 LTS Instructio...

[How-To] Install HAProxy on Ubuntu 24.04 LTS

HAProxy HAProxy Installation

Purpose Purpose description. Prerequisites List of prerequisites: Root user or sudo user Debian 12 LXC or VM Instructions Step 1: Update and Install HAProxy Install haproxy sudo apt update sudo apt install -y haproxy Step 2: Enable and Start the...

[How-To] Install NetBox on Ubuntu 24 Server

Netbox Netbox Installation

Purpose The purpose of this how to is to show the process for installing and configuring NetBox on ubuntu 24. Prerequisites List of prerequisites: Sudo user Ubuntu 24 LTS VM Instructions Step 1: Postgresql Installation First, update the system: su...

[How-To] Install qBittorrent on Ubuntu 24

qBittorrent qBittorrent Installation

Purpose This how to will focus on explaining steps for qBittorrent installation and basic first time config for a Ubuntu 24 VM. Prerequisites List of prerequisites: Sudo user Ubuntu 24 VM qBittorrent Installation Instructions Step 1: Update the Syst...

[How-To] Format and Mount Data Drive on Debian Server

NextCloud

Purpose This doc shows how to take an additional virtual hard drive on a linux vm and make a mount point on the main drive with it for nextcloud data.  Prerequisites List of prerequisites: Root user or sudo user Debian 12 LXC or VM Instructions Step...

[How-To] Show & Delete Databases and Users in MariaDB

MariaDB MariaDB Configuration

Purpose Show the commands that will show and delete databases and show and delete users in MariaDB. Prerequisites List of prerequisites: Root user or sudo user Server with MariaDB installed Instructions Step 1: Log in to MariaDB Log in to MariaDB a...

[How-To] Configure HAProxy for MariaDB Galera Cluster Load Balancing

HAProxy HAProxy Configuration

Purpose Explain the process of configuring the cfg file on haproxy to load balance a MariaDB Galera cluster of 3 servers. Prerequisites List of prerequisites: Root user or sudo user MariaDB Galera Clustered Servers (Minimum 3) HAProxy Server Instruc...