Explore >> Select a destination


You are here

systemoverlord.com
| | www.technicallywizardry.com
4.8 parsecs away

Travel
| | Tutorials and walk-throughs to create a 100% DIY home center. Safer, faster, more secure home automation with Raspberry Pi and Arduino. Beginners to advanced.
| | daenney.github.io
6.5 parsecs away

Travel
| | I blog about what catches my fancy
| | www.mathieupassenaud.fr
4.6 parsecs away

Travel
| | [AI summary] The article argues for securing user accounts by minimizing the number of passwords stored and utilizing robust authentication protocols like OAuth, OpenID, and WebAuthn provided by major services, suggesting password managers and hardware keys as effective alternatives.
| | brandonrozek.com
28.0 parsecs away

Travel
| I've been playing with Tasmota smart devices recently; and to hook them up with home assistant, they both need to be configured to utilize MQTT. In this post, we'll only focus on the MQTT part. From quickly installing it to making sure publish/subscribe messages work on another machine. Installing MQTT Broker On the server you want to install MQTT on: sudo dnf install mosquitto We won't go over how to setup TLS or authenticated users.