Global namespace extremist. Defragment your communities!

  • 1 Post
  • 102 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • IKEA devices apparently work very well with Aqara

    When it comes to zigbee devices, don’t combine the aqara wall switches with large (4 buttons) ikea remotes.

    The wall switches tend to execute the commands from the remotes instead of just routing them to the coordinator.

    My Zigbee network also improved a lot when I set up some IKEA plugs in the loft.

    I have similar experience with the ikea bulbs. More of them I connect, more stable the whole network gets.



  • Gmail offers imap amd smtp access. You have to enable 2FA, and then it will allow you to create account for so called “less secure apps”.

    In your place, I’d either continue using gmail directly, or finish the configuration of the self hosted mail server and just use that with any smtp/imap client. I suggest getting a separate domain for testing first, before moving your primary inbox there.


  • I was honestly surprised by win11. The last time I’ve daily driven a windows machine was the dark ages of 8.1. My expectations were pretty low thanks to the hate people spewed about it online.

    What I got was a preinstalled SSH client, easy to install SSH server, customizable terminal app with tabs and nice features related to WSL, The WSL itself! Easy to install and switch between different distros, notepad remembers unsaved work, and it finally has tabs! Explorer? Tabs! Media playback? Windows finally got the media control widget, like a normal OS! A lot of small quality of life bits I was used to on my linux desktop. They’re even working on finally deprecating that mess of a control panel!

    The only thing that botheres me, is that the UI is clearly being designed by someone with a football field sized monitor. Luckily scaling it back down is still possible. The same thing plagues gnome as well as some commercial prodiucts I use.












  • Of course security comes with layers, and if you’re not comfortable hosting services publically, use a VPN.

    However, 3 simple rules go a long way:

    1. Treat any machine or service on a local network as if they were publically accesible. That will prevent you from accidentally leaving the auth off, or leaving the weak/default passwords in place.

    2. Install services in a way that they are easy to patch. For example, prefer phpmyadmin from debian repo instead of just copy pasting the latest official release in the www folder. If you absolutely need the latest release, try a container maintained by a reasonable adult. (No offense to the handful of kids I’ve known providing a solid code, knowledge and bugreports for the general public!)

    3. Use unattended-upgrades, or an alternative auto update mechanism on rhel based distros, if you don’t want to become a fulltime sysadmin. The increased security is absolutely worth the very occasional breakage.

    4. You and your hardware are your worst enemies. There are tons of giudes on what a proper backup should look like, but don’t let that discourage you. Some backup is always better than NO backup. Even if it’s just a copy of critical files on an external usb drive. You can always go crazy later, and use snapshotting abilities of your filesystem (btrfs, zfs), build a separate backupserver, move it to a different physical location… sky really is the limit here.