
Install & configure NFSv4.1
Introduction I use NFS shares on my own homelab and I need it to access files like movies and tv shows on my NAS. So therefor I just need a fast and unencrypted file share in my network nothing els...

Introduction I use NFS shares on my own homelab and I need it to access files like movies and tv shows on my NAS. So therefor I just need a fast and unencrypted file share in my network nothing els...

Introduction I recently bought myself a new gaming handheld. After long waiting and struggling I decided to buy the faboulus mid-range device Retroid Pocket Flip 2. I don’t have any other device to...

Enabling ADB Enabling the so called “Developer Mode” with the use of Android Debug Bridge (ADB) is very easy and very handy sometimes. For security reasons don’t forget to disable it when you’re...

This is an absolute fantastic way to setup alternative launchers directly in Steam! I used NonSteamLaunchers-On-Steam-Deck-Repository by moraroy to accomplish that. The name implies that this might...

Recently I discovered and learned how to configure Time-based One-Time-Password for local and remote terminal authentications. This is awesome and very useful for sensitive devices. Installation a...

In this post I describe simple network configuration steps of Windows servers and some commands for troubleshooting and testing. This all happens in PowerShell (v. 7.5), of course. :-) Gather netw...

This tutorial is ment to be an example to block specific applications from accessing the internet. This is accomplished by the use of bash scripting and iptables firewalling. Create a new group fo...

Definition This script is intended to use it as a keyboard shortcut and start / vpn the Wireguard VPN client. It also detects if the Wireguard connection is already configured or not. When the sc...

Definition To make this clear. I’ve seen many very beauftiful Hyprland configurations around the internet, but keep in mind, installing and configuring Hyprland isn’t easy and you have to tinker ar...

A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container ...