Advanced Search
Search Results
85 total results found
MeshCentral
MeshCentral Installation on Ubuntu Server
These Instructions follow the steps of starting personal MeshCentral remote support server. Prerequisites require you to have set up ubuntu server, and have DNS record set up to point to this ip:443. It's good idea to use cloudflare tunnel or other type of tun...
Docker
Installing Docker
Steps for Installing Docker Add the Docker Repository echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.li...
Dockhand
Dockhand Hawser Docker Compose Agent
To install Docker Compose Agent for Dockhand version: '3.8' services: hawser: image: ghcr.io/finsys/hawser:latest container_name: hawser volumes: - /var/run/docker.sock:/var/run/docker.sock - hawser_stacks:/data/stacks ...
Connecting Server Directory to Synology NAS (NFS Setup)
This is a step-by-step document on how to connect a server directory to a Synology NAS using NFS. This guide assumes you have access to both the server and the Synology NAS. Prerequisites Access to a server (Linux-based). Access to a Synology NAS. ...
Setting up Debian based Linux PC with Fingerprint Authentication
Here’s the complete step-by-step guide including cosmic-greeter setup for fingerprint login on Pop!_OS Fingerprint Setup on Pop!_OS (Lenovo ThinkPad with COSMIC) Install Required Packages sudo apt update && sudo apt install fprintd libpam-fprintd ...
Post Install ACME Falining Fix
This guide walks you through the exact steps to diagnose and fix ACME certificate issues during a Pangolin installation. These steps cover the most common real‑world causes: DNS mismatches, blocked ports, Traefik misconfiguration, and redirect loops. Follow th...
Overview
Quick Summary about my Homelab and projects Im working on
My Homelab Journey
First Try in Homelab Journey
The idea for my homelab began when I first saw Pi-hole at my friend's house and discovered how it works. He had set it up on an old laptop as a simple DNS server designed to remove ads. I was amazed by the data it produced and the ability to curate my own list...
Foundation
The first go-around taught me that there is much more involved in establishing a homelab than I initially realized. While the essential requirement is a device capable of running a server, other critical aspects include networking, security, and constructing a...