Advanced Search
Search Results
71 total results found
Linux Server Installation
Server Projects
Wikijs/ Bookstack
Linux Vm/ Server Security
RaspberryPi Projects
Docker Compose
Knowledge
Proxmox
WSL/ WSL2
Documentation of Windows Subsytem Linux
Kubernetes
Ansible
Easybuild
Jellyfin
Tailscale
Tailscale is a versatile VPN solution that allows you to securely connect your devices and networks. In this guide, we will walk you through setting up Tailscale as both a subnet router and an exit node on a Debian-based system using a Shell script.
Weekly Backup Script
This article explains how to create a Bash script for performing weekly backups of a folder to an external SMB share, naming the backups with the date, and ensuring that old files are not overwritten.
Wiki article tutorial
Wiki.js/ Bookstack is a powerful and user-friendly platform for creating and managing wiki-style documentation. It uses Markdown as its primary markup language, making it easy to write and format content.
Proxmox Pages
First few steps
Wordpress
wordpress config for cloudflare tunnel with ssl
Nextcloud
Windows GPU Passthrough
Remina KASM
Github Desktop KASM
Habor Docker Registry
Networking
Docker
Notfall Konzepte
Anhand Matrix42
Test
Useful Information
Knowledge Base of Information regarding WSL such as : - Shutting down Sessions
Ansible AWX
K3S
Powershell
Installing Debian 12 on a VM
Installation
1. Install Packages sudo apt install apt-transport-https gnupg lsb-release curl -fsSL https://repo.jellyfin.org/debian/jellyfin_team.gpg.key | gpg --dearmor -o /etc/apt/trusted.gpg.d/debian-jellyfin.gpg echo "deb [arch=$( dpkg --print-architecture )] http...
Basic Configuration
1. Creating a library Before you can start adding media to your server, you have to create a library. You can choose between different content types. Select the one appropriate for the content you want to add. I will start by creating a library for my movies,...
Hardware Acceleration (GPU)
This section only covers setup for Nvidia GPUs 1. Finding a suitable GPU The recommended way for hardware acceleration is to use a dedicated GPU. The usual manufacturers are AMD and Nvidia. However, experience has shown, that despite Nvidia's flawed Linux supp...
Metadata
1. Metadata Providers Every so often, Jellyfin does not automatically detect the movie/show you just added to your library. In that case, you can use the Internet Movie Database (IMDB), as well as The Movie Database (TMDB) as metadata providers. Simply head ov...
Design Tweaks
1. Custom Theme/Skin You can either install the SkinManager Plugin to try out a new look for Jellyfin, or directly edit CSS in the Custom CSS section under the General settings. I experienced the SkinManager as pretty unstable, so I chose to use the second opt...
Setting up Tailscale as a VPN Subnet Router and Exit Node on Debian
Prerequisites Before you begin, ensure you have the following: A Debian-based Linux system. A valid Tailscale authentication key. Replace tskey-auth-............ in the script with your actual key. The desired subnet CIDR, which you should replace with your o...
Create the Backup Script
Prerequisites Before setting up the backup script, ensure you have the following: The source directory you want to back up. Access to an SMB share where you want to store the backups. SMB credentials (username and password) for authentication. Create the Bac...
Getting Started with Writing Markdown arcticles
Step 1: Access Your Wiki Log in to your Wiki.js instance using your credentials. Once logged in, navigate to the wiki or space where you want to create or edit articles. Step 2: Create a New Article Click on the "+ New" button or equivalent to start creatin...
Ultimate Beginner's Guide to Proxmox GPU Passthrough
mirror of The Ultimate Beginner's Guide to GPU Passthrough (Proxmox, Windows 10) by /u/cjalas Welcome all, to the first installment of my Idiot Friendly tutorial series! I'll be guiding you through the process of configuring GPU Passthrough for your Proxmox V...
Erstellen von Docker-Images
Container-Images erstellen in Docker (Tutorial für Anfänger) Im ersten Tutorial zu Docker haben wir besprochen, wie du Container basierend auf bereits existierenden Images aus der Docker-Registry starten kannst. Dieses kurze Tutorial soll dir zeigen, wie du ei...
Konfiguration Proxys für Proxmox
Einleitung: Diese Anleitung erläutert den Prozess zur Konfiguration von HTTP- und apt-Proxys für Ihren Proxmox-Host, um den gesamten Datenverkehr, einschließlich administrativer Schnittstellen und Paketaktualisierungen, über bestimmte Proxys zu leiten. Durch d...
VM Setup
When setting up a Windows VM, whether it's a standard Windows 10/11 or Windows Server, you have to take a few extra steps, to enable the best possible performance for your VM. 1. Setup Steps Follow the steps below, when creating the VM: In the fir...
Choosing an OS
When considering Linux distributions, they can generally be categorized into two main sections: Debian-based distributions and RPM-based distributions. While they all share the Linux kernel at their core, differences arise in areas such as kernel modules and p...
Dockerized WordPress with SSL Certificate Generation
In this tutorial, we'll walk through the process of enhancing a Dockerized WordPress setup with SSL certificate generation. This will ensure secure communication between servers and clients, bolstering the security of your WordPress deployment. Prerequisites: ...
Simplifying Self-Hosting: Setting Up Nextcloud, MariaDB, and phpMyAdmin with Docker Compose
In today's digital age, privacy and control over our data are becoming increasingly important. Self-hosting solutions offer a way to regain control by hosting applications like cloud storage and databases on your own servers. In this guide, we'll walk you thro...
Comprehensive Guide: Configuring Proxmox for GPU Passthrough with Windows 10
Proxmox Virtual Environment (Proxmox VE) offers robust virtualization capabilities, including GPU passthrough, which allows users to dedicate a physical GPU to a virtual machine. This guide provides a comprehensive walkthrough to configure Proxmox for GPU pass...
Setting Up Remmina with Docker
Are you looking for a convenient way to manage remote desktop connections? Dockerizing Remmina can provide a seamless solution. In this guide, we'll walk you through the process of setting up Remmina within a Docker container, ensuring ease of deployment and c...
Simplifying GitHub Desktop Setup with Docker
GitHub Desktop offers a user-friendly interface for managing your Git repositories. By deploying GitHub Desktop within a Docker container, you can streamline the setup process and ensure consistency across different environments. In this article, we'll guide y...
Push images to the Docker/Harbor Registry:
After authenticating yourself with the Harbor Image Registry, you will now learn how to push/upload an image to your Harbor Image Registry using the Docker CLI. Before you begin, execute the following Docker command to download the latest version of the "nginx...
A Comprehensive Guide to Installing and Configuring Harbor
Title: A Comprehensive Guide to Installing and Configuring Harbor Important info Docker CE should be installed beforehand Chapter 1: Downloading the Harbor Installation Package Before installing Harbor, you need to download the Harbor installer package. There...