Today’s To-Do List:
-
- [ ] HD for landscaping cloth and 8 pavers
- [ ] spread rocks
- [ ] solder esp32-s3-mini for living room
- [ ] why does iphone battery not trigger smart plugs unless open?
- [ ] watch this video on AI: https://youtu.be/VRjgNgJms3Q
Today’s To-Do List:
Select Region
Shift-F10
regedit
HKEY-Local_Machine
Software
Microsoft
Windows
Current Version
OOBE
New: DWORD32
BypassNRO = 1
Close
shutdown /r /t 0 {zero}
Unplug Ethernet cable while shutting down
“I don’t have Internet at this time”
Bonus points: United States (International)
… Read the rest
The more I learn about houses, the more I am convinced we live in nothing but mud huts.
Hell, wattle and daub would be an improvement over what we are currently using in many cases.
As you may know, we in Maison de Hannan have been battling one form of air quality issue after another.… Read the rest
from package import function
def my_function(input1, input2):
output = float(input1) / float(input2)
return output
input1 = input("give me a number:")
input2 = input("give me another number:")
output = my_function(input1, input2)
print("The answer is:", output)
I got to this point and the native WordPress editor started getting in my way.… Read the rest
Node exporter is a great way to monitor your Raspberry Pi with Prometheus. Follow these steps to get node exporter running on your Raspberry Pi.
Source: Prometheus node exporter on Raspberry Pi – How to install – Linuxhit… Read the rest
I just powered down my old Home Assistant server after migrating everything to my Proxmox node.
I’ve been spending far too much time talking to ChatGPT over the past month or so. It started with some simple suggestions for cleaning up the weather dashboard page.… Read the rest

Had been running a single Pi-Hole for a long while, but I would always have to wait until after C & J were abed before I could update it.
Having a second Pi-Hole server running was key. Was trying to get the second one spun up as a Docker instance on the Synology NAS, but trying to keep the two servers in sync was not going to be easy going, as ssh is key to this process.… Read the rest
Old write-up, but it worked AOK for me just now on Pi4B.
Node exporter is a great way to monitor your Raspberry Pi with Prometheus. Follow these steps to get node exporter running on your Raspberry Pi.
Source: Prometheus node exporter on Raspberry Pi – How to install – Linuxhit
Before I forget how to add devices to Prometheus…
user@docker:~$ sudo nano /etc/prometheus/prometheus.yml… Read the rest I’ve set up my Portainer servers slightly differently than the official docs. They map to port 9443 and I map to port 9000. No big whoop, but it will stop me dead.
This is what it should look like:
user@docker:~$ sudo docker stop portainer
portainer
user@docker:~$ sudo docker rm portainer
portainer
user@docker:~$ sudo docker pull portainer/portainer-ce:latest
latest: Pulling from portainer/portainer-ce
795a208431d7: Pull complete
4f272ca3dde3: Pull complete
5171176db7f2: Pull complete
52e9438966a5: Pull complete
43d4775415ac: Pull complete
c1cad9f5200f: Pull complete
27d6dca9cab4: Pull complete
231d7e50ef35: Pull complete
589f2af34593: Pull complete
5fc2ddaa6f07: Pull complete
4f4fb700ef54: Pull complete
Digest: sha256:f29cbc7b26ebd70--------ea350e871372a6296a1fa16ba999481fb2
Status: Downloaded newer image for portainer/portainer-ce:latest
docker.io/portainer/portainer-ce:latest… Read the rest I am on my end of summer vacation and working through some psychic backlog items. Don’t get me started on Wireguard VPN. Grumble, grumble. But I am kind of relieved to have spent the morning screwing around with note applications again.… Read the rest
Bad Behavior has blocked 26 access attempts in the last 7 days.
You must be logged in to post a comment.