Home
AlteredTech
Cancel

Limited Content

Hello I have recently got my website up and running but I am still making minor changes under the hood. I will have more content coming, like right now I am figuring out how to set up gitlab runner...

Proxmox GPU Passthrough

Introduction This is a copy and paste from this reddit post. Moving it here so I have easier access to it and if the post ever gets deleted. I will also be tweaking it so that the format is a litt...

Creating a Jekyll resume with a theme

Introduction In this tutorial you will learn how to create a jekyll website with a theme that is not the standard. In this example you will be creating a resume website. This method should work for...

Use Spotify with ncmpcpp on Archcraft

Introduction This will walk you through getting Spotify working on your Archcraft installation so that it shows up in the mpd player at the top middle of your screen, if you are using the default t...

Configuring fan speed with IPMI

Introduction How to control your fan speed on a supermicro X9/10/11 server with IPMI. Changing the fan thresh hold for proper warnings and making a script so that it sets your fans to the correct s...

Setting up Raspberry Pi with Nginx

Introduction This document will walk you through everything to get your Raspberry Pi set up and ready for use. You will be making your Raspberry Pi in a headless configuration. A headless configura...

Jellyfin Hardware Acceleration on Docker

Working with and as of: 01/12/2022 Ubuntu 20.04 Docker 20.10.7 Docker-compose 2.2.3 Nvidia Driver 495 Cuda 11.5 Introduction This is a tutorial on how to run hardware acceleration for...

Pihole Monitoring with Telegraf

PiHole Monitoring Monitoring your pihole stats will let you see if there any abnormalities on your network. You can show the data in a way that makes sense to you, set up alerts when they go outsi...

Creating a k3s cluster

Kubernetes Kubernetes is an open-source container-orchestration platform for automating application deployment, scaling, and management. Requirements Create at least 4 machines, 2 of these wi...

Getting Started With Docker

Tested on: Mac on Big Sur 11.2.2 Docker version 20.10.2 Introduction Docker is an application that simplifies the process of managing application processes in containers. Containers let you...