• 1 Post
  • 45 Comments
Joined 2 years ago
cake
Cake day: November 19th, 2022

help-circle





  • if you’re looking for an original distro, you should try void. it’s super lightweight. i used to keep away from gentoo because it was a source only distro, i would otherwise go fulltime on it, but now that it also has binary compatibility you should check that out, too.

    as for wm, i love wayfire as a floating wm, and sway as a tiling wm.




  • i have an idol3 from 2016 and even that has all the phone capabilities (except the camera) and it’s not listed as a community grade. you would be surprised at how many phones are working fully. and with sxmo/swmo every phone ever has a chance to be a daily driver.

    i remember a time when the thing blocking linux migration was audio calling on msn messenger. it got solved but nobody cared. these things take time to go over the tipping point. hardly anybody used android when it first came out, symbian was all the hype.

    if you are willing and have a spare phone you should try postmarketos now.


  • ldap is a central authority server. when you have ldap supported software, you can alliviate authorization to a central server. and if you make it so that you only need username for credentials (uid=%s,dc=example,dc=com in ldap jargon), you centralize your user database.

    that’s what i use on my home server. it takes most of the user registration hassle away.

    edit: by the way dc=example,dc=com is just an arbitrary value, you don’t have to have certbot certification for that or anything.