There’s a simple trick for setting up Windows 11 with a local account that involves issuing a command to keep the OOBE from requiring Internet and then cutting off Internet at just the right time in the setup process. This works the same way whether you are doing a clean install of Windows 11 or…
Category: How To’s
Synology DSM 7 with Lets Encrypt and DNS Challenge
Synology Fan (but not fan boy). I have been a fan of Synology Network Attached Storage (NAS) devices for several years. I personally have one, I have installed one at a family members house, and deployed two of them for backup solutions in an enterprise environment. They have all proven to be reliable and very…
Proxmox Resize
Resize local Root df -h cfdisk pvresize /dev/sda3 lvextend -L +50GB /dev/mapper/pve-root (option 1) lvextend -l +100%FREE /dev/mapper/pve-root (option 2) resize2fs /dev/mapper/pve-root Resize local-lvm Data resize2fs /dev/pve/root lvextend -l +100%FREE /dev/pve/data
IR Blaster za klimu (Umbau i Config)
MOES Tuya WiFi IR Fernbedienung für Klimaanlage sa AliExpress 15 und GND moraju se spojiti Moes Tuya Remote Control IR Controller (UFO-R6) Configuration for Tasmota Clipped from: https://templates.blakadder.com/moes_UFO-R6.html GPIO 15 und GND moraju se spojiti IR version – Multiple “CMD: Serial buffer overrun” errors demmacs commented on Sep 24, 2022 Please, add in GPIO 1 and in GPIO…
WireGuard Fritzbox zu Fritzbox Site-to-Site Verbindung
Prozess wenn Haus mit ComaNET verbunden werden soll: WireGuard Einstellungen in Haus herunterladen ComaNET erstellt WireGuard Konfiguration für Haus und bereitet “Haus” in der Liste vor Haus importiert erstellte Konfiguration und verbindet sich mit ComaNET WireGuard-Einstellungen von FRITZ!Box A (Haus) herunterladen Führen Sie diese Maßnahmen nur durch, wenn in FRITZ!Box A (Filiale) bereits WireGuard-Verbindungen eingerichtet…
FRITZ Repeater N/G zurücksetzen
Ein wenig anders wird der Reset auf Werkseinstellungen am Fritz-WLAN-Repeater N/G durchgeführt – denn das Gerät verfügt lediglich über ein kleines Touch-Display. Ziehen Sie den Repeater N/G zunächst aus der Steckdose. Nach fünf Sekunden stecken Sie das Gerät wieder ein. Es sollte nun ungefähr zehn Sekunden dauern, bis das Display den “Fritz”-Schriftzug anzeigt. Betätigen Sie nun den linken Touch-Punkt zwei- bis dreimal….
10 Commands to Collect System and Hardware Info in Linux
Clipped from: https://www.tecmint.com/commands-to-collect-system-and-hardware-information-in-linux/ It is always a good practice to know the hardware components of your Linux system is running on, this helps you to deal with compatibility issues when it comes to installing packages, drivers on your system using yum, dnf, or apt. 10 Commands to Check Hardware and System Information in Linux Therefore…
Synology: Nextcloud und Docker installieren
Clipped from: https://indibit.de/synology-docker-nextcloud-installieren/ Heute möchte ich euch zeigen, wie ihr mit einer Synology NAS eine private Cloud einrichten könnt. Dazu installieren wir auf einem Synology NAS System die beliebte Nextcloud Umgebung als Data Storage System. Was könnt ihr damit tun? Ich nutze die private Cloud, um Daten mit Freunden und der Familie zu teilen. Fotos, die ich…