Advanced Search
Search Results
12 total results found
Docker
Homeassistant
Doku (public)
Zigbee2MQTT Setup with SLZB-06 and Home Assistant Integration
Overview This guide describes the complete installation of Zigbee2MQTT on a Proxmox CT with SLZB-06 coordinator and integration into Home Assistant via MQTT. Hardware SLZB-06 Zigbee Coordinator (PoE powered) Proxmox CT (Ubuntu 22.04/24.04) for Zigbee2MQT...
3D-Print
BambuLab Printer Video Stream Integration with OBS Studio
This guide describes how to integrate the video stream of a BambuLab printer into OBS Studio on Linux, Windows, and macOS. 1. Preparation in Bambu Studio Enable Virtual Camera Start Bambu Studio and select your printer. Click on the camera settings icon ...
Linux
AMD RX 7900 XTX GPU Monitoring in btop on Arch Linux - Setup Guide
System Specifications: GPU: 24GB XFX Radeon RX 7900 XTX Speedster MERC 310 Black Operating System: Arch Linux Required Package Installation 1. AMD Graphics Drivers and Librariessudo pacman -S mesa xf86-video-amdgpu vulkan-radeon lib32-mesa lib32-vulkan...
Windows
OBS Studio Installation with Virtual Camera on Arch Linux
1. Install OBS Studio sudo pacman -S obs-studio 2. Install v4l2loopback for Virtual Camera sudo pacman -S dkms linux-zen-headers yay -S v4l2loopback-dkms 3. Compile and Install v4l2loopback for Kernel sudo dkms install v4l2loopback/0.13.2 If older...
Windows Password Reset using chntpw
This guide explains how to reset a Windows password from a Linux system using the chntpw tool. It covers both standard unencrypted drives and BitLocker-encrypted drives. Prerequisites Linux system or Live USB/CD Access to the Windows drive Administrative...
Docker Image Cleanup
Overview Docker images accumulate over time and can consume significant disk space. These commands help safely remove unused images. Basic Commands Remove individual images docker rmi <image-id> docker rmi <image-name>:<tag> Remove unused images # Onl...