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

26 total results found

OS

Filesystems

WebApps

Server

Terminal

BTRFS

ZFS

LVM

MDADM

Wiki Software

Minecraft

SSH

Git Software

AWS CLI

EC2

Microk8s Quickstart Guide

From baremetal to application

Bookstack

Wiki Software

Quick Setup

ZFS

This quick setup guide will result in the creation of a RAIDZ array. RAIDZ is a redundant array with >3 disks and allowance for a single disk failure. This works well for home setups as a minimal number of disks can be used while still providing redundancy, th...

Docker Install

Wiki Software Bookstack

Rent a VPS with 2GB of RAM or more Install Ubuntu 24.04 or whatever you want Install updates Install docker and docker-compose add user to the docker group create the following two files  docker-compose.yml version: '3' services:   caddy:    ...

Manual Install

Wiki Software Bookstack

The OS is Ubuntu 22.04, web server is Nginx, database is Mariadb. Initial Networking Configuration If you are installing this on a VPS, you should skip this step or if you really want SystemD networking, look up what the config file should be for a static IP...

Minecraft Create

Minecraft

Tunnels

SSH

All the articles I could quickly find on this subject were horrifically written and made it near impossible to understand what the person was talking about. Routing traffic from a remote server to a client. Let's say you have a server at 192.168.1.2, this se...

Gitea

Git Software

Install Docker Install using the apt repository Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker apt repository. Afterward, you can install and update Docker from the repository. Set up Docker's ap...

Setup Access Credentials

AWS CLI

Create a user for cli access Log in to the AWS Console Go to Identity and Access Management (IAM) Create a user for accessing AWS resources via aws-cli Create and Access Key for the user Configure aws-cli Install aws-cli on some terminal Run the fol...

Connecting to an EC2 Instance

EC2

Source: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/replacing-key-pair.html  Open up the EC2 control panel and use all the defaults, the only to setup manually is a private key which will download to your local computer, you will have to upload th...

Node Setup

Microk8s Quickstart Guide

Install microk8s Source: https://microk8s.io/docs/getting-started  Simply grab the latest ISO from Canonical and select microk8s during install, otherwise install microk8s from apt. Give the node a static IP. Setup microk8s Create the cluster on the f...