Error: While running home-assistant (using docker) behind a reverse proxy such as nginx, if you get 400: Bad request response codes. Check the error log for the HomeAssistant container: Fix: Edit config/configuration.yaml and add: Add… Read More... "How to fix Home-Assistant A request from a reverse proxy was received from 127.0.0.1, but your HTTP integration is not set-up for reverse proxies"
How to check if an AD account is locked out
When there is multiple failed sign-in attempts the user account get locked in Active Directory. This can be checked with the AD account lockout status. Once the account is locked… Read More... "How to check if an AD account is locked out"
How to view installed printers on Windows 11
View all printers on Windows 11 from Command Prompt wmic printer list brief View all printers on Windows 11 from PowerShell Get-Printer | Format-Table Read More... "How to view installed printers on Windows 11"
Install windows 11 without internet connection
If you don’t have an internet connection during window 11 installation, you will receive a message “Oops, you’ve lost internet connection” or “Let’s connect you to a network”. You will… Read More... "Install windows 11 without internet connection"
Windows .cpl commands
Control Panel commands is be used to interact with Control Panel applets directly from the command-line or through scripts. They can be executed from the command prompt (CMD) or by pressing… Read More... "Windows .cpl commands"
How to enable or disable NetBIOS over TCP/IP on Windows 11/10
Network Basic Input/Output System (NETBIOS), is a Windows API used when DNS is not available. It provides services related to the session layer of the OSI model allowing applications on… Read More... "How to enable or disable NetBIOS over TCP/IP on Windows 11/10"
Install upower tool Check the power details Check the battery percentage Read More... "How to check battery percentage of a remote Linux server via terminal"
How to disable laptop sleep and configure lid power settings in ubuntu
Open /etc/systemd/logind.conf file for editing Find the line #HandleLidSwitch=suspend. Remove the # character at the beginning of the line. Update this line to any of the desired settings below: Save… Read More... "How to disable laptop sleep and configure lid power settings in ubuntu"
Simple Network Management Protocol (SNMP) is an Internet Standard protocol used for managing and monitoring network-connected devices in IP networks. It operates within the application layer of the Internet protocol… Read More... "SNMP – change the default community name"
How to restart a print spooler in Windows?
Open the Services app and select Print Spooler. Right-click and select Stop, then right-click and select Start to restart the service. Stop print spooler using Command line: Start print spooler… Read More... "How to restart a print spooler in Windows?"