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

79 total results found

HAProxy Installation

HAProxy

HAProxy Configuration

HAProxy

Netbox Installation

Netbox

All netbox installation documentation

[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] 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...

[How-To] Install Uptime Kuma on Ubuntu 24 LTS VM

Uptime Kuma Uptime Kuma Installation

Purpose This doc will walk through steps to install Uptime Kuma on a Ubuntu 24 LTS VM. Prerequisites List of prerequisites: Sudo user Ubuntu 24 LTS VM Full Installation Guide for Uptime Kuma on Ubuntu 24.04 Uptime Kuma is a self-hosted monitoring to...

[How-To] Passthrough Hard Drive to VM

Proxmox VE Proxmox VE Storage

Purpose The goal of this how to will be to demonstrate how to passthrough a hard drive, ssd, or nvm drive to a vm directly. Prerequisites List of prerequisites: admin pve user vm in pve unused and unformatted drives in pve Instructions Step 1: Gath...

[How-To] Install OpenJDK 21 on Ubuntu 24 VM

Java Java Installation

Purpose This article will focus on the installation of OpenJDK 21 on a headless Ubuntu 24 VM. Prerequisites List of prerequisites: Sudo user Ubuntu 24 LXC or VM Instructions Step 1: Install OpenJDK 21 First, update the system: sudo apt update && s...