Motion Sensors
February 22nd, 2022Various links for Motion Sensors
A Super Simple ESP8266 IOT Motion Sensor
$10 Arduino Motion Alarm That WORKS! No Fees & Works ANYWHERE!
Wemos-D1-ESP8266-PIR-Alarm
Working with Windows Hibernation
February 21st, 2022How to make hibernation unavailable
- Press the Windows button on the keyboard to open Start menu or Start screen.
- Search for cmd. In the search results list, right-click Command Prompt, and then select Run as Administrator.
- When you are prompted by User Account Control, select Continue.
- At the command prompt, type powercfg.exe /hibernate off, and then press Enter.
- Type exit, and then press Enter to close the Command Prompt window.
How to make hibernation available
- Press the Windows button on the keyboard to open Start menu or Start screen.
- Search for cmd. In the search results list, right-click Command Prompt, and then select Run as Administrator.
- When you are prompted by User Account Control, select Continue.
- At the command prompt, type powercfg.exe /hibernate on, and then press Enter.
- Type exit, and then press Enter to close the Command Prompt window.
In order to show the Hibernation option on the shut down menu:
Open power options:
- For Windows 10, select Start , then select Settings > System > Power & sleep > Additional power settings.
- For Windows 8.1 / Windows RT 8.1, swipe in from the edge of the screen, tap Search (or if you're using a mouse, point to the upper-right corner of the screen, move the mouse pointer down, and then click Search), enter Power options in the search box, and then tap or click Power options.
- For Windows 7, click the Start button Start button icon, click Control Panel, click System and Security, and then click Power Options.
- Select Choose what the power button does, and then select Change settings that are currently unavailable. Under Shutdown settings, select the Hibernate checkbox (if it's available), and then select Save changes.
Original posts:
How to disable and re-enable hibernation on a computer that is running Windows
Shut down, sleep, or hibernate your PC
Reduce Intel NUC Skull Canyon fan noise
February 18th, 2022- Cooling → Fan Control Mode: Quiet
- Performance → Disable Hyper-threading and Turbo Boost
- Power → Low Power enabled
Test UPS Batteries
January 10th, 2022As the power grid has grown more unstable here, I have quite a few UPS's here and needed to determine when to replace the batteries. The linked URL has a YouTube video detailing the process. In short, these are the steps:
Remove the battery from the UPS
Connect the battery tester and make the following selections:
Out Of Vehicle
AGM Flat Plate
CA (Set to lowest possible - 100)
Record the Internal Resistance
Site to order quality, reasonably priced replacement batteries: https://www.upsbatterycenter.com/
Unraid Web GUI Failed Password Lockout
January 8th, 2022In version 6.9.2, Unraid added a lockout for 3 login attempts (per IP address). I often fail this and am locked out from the Web UI while I impatiently wait for the timeout to expire. Here is a quote from the release notes:
For webGUI login you now get 3 login attempts per IP address before a 15-minute cool off is enforced. Further, the timestamp of the last three failed login attempts per IP address are stored in files located in /var/log/pwfail/<ip-address>. Note this only applies to webGUI login, not ssh or telnet.
So, it appears that if you remove the file corresponding to your IP address on the Unraid server in the /var/log/pwfail directory, you don't have to wait for the timeout.
