• 1 Post
  • 19 Comments
Joined 11 months ago
cake
Cake day: July 30th, 2023

help-circle








  • I find Redhat annoying with how they lock down access to KB articles unless you have a subscription and certain "proprietary " things they do but I managed over 500 RHEL 7 and 8 servers at my previous job and I will say that their support is excellent, and RHEL is rock solid. Satellite server on the other hand, that thing is a steaming pile of garbage…


  • Can’t speak for OP but I can say that I switched to proxmox from just running docker and services native. Proxmox offers a lot of flexibility, you can do snapshots, build many different LXC containers very easily, to keep things separate or have better control over resource usage. Also I run mine in a 3 node cluster so I can do live migration of VMs and pretty quick migrations of LXC containers. This all allows me to run my services with little to no downtime and have redundancy.





  • I’m coming back to linux as a main desktop, finally ditching windows (again). I tried out fedora workstation and the fedora KDE spin. KdE looks so good now, before i atteibuted it to a windows wanna-be knock off. This was back in the windows xp days… now it looks so polished. I probably prefer it to gnome because I’ve been a windows user for so long but gnome is nice with its minimal approach, looks nice and clean. Can’t get away from how nice KDE looks though, I’m going to stick with that I think.


  • I host vaultwarden at home. No real need for a vps since your passwords are synced to your phone or laptop(whatever client you’re using) and you can just sync it when you’re home if you make changes, or setup a VPN (I use wireguard) and sync on demand when needed.

    That said, I do sync my database to a vps for dr purposes incase my home server suddenly vanishes… for critical services I follow a 3-2-1 backup rule but it’s not absolutely essential.


  • I run pihole on a proxmox cluster (lxc containers), 2 separate IPs and I setup keepalived and made the virtual IP the primary dns ip that my dhcp server hands out, pihole1 is the master and pihole2 secondary. I use gravity sync to keep both piholes in sync. Works very well and I can reboot one at a time without losing dns at all. Techno tim on YouTube has a guide on how to setup keepalived on 2 pihole servers that helped me set it up.





  • I get it for personal or even business use on a small scale is great. I use Linux daily, I’m a sysadmin and manage windows and Linux servers. My main desktop is windows. I’m considering switching my home pc over to Linux again since generally (from what I hear) gaming works mostly and that was what used to always bring me back to windows. Now I don’t really game that much anymore anyway so it may not even really matter that much for me.

    But for a business that has hundreds or thousands of user devices that they need to secure, configure, meet compliance, etc, how would they do that with a Linux distribution? Microsoft has active directory and group policy to manage this kind of thing (and now moving toward AAD and intune to manage device configuration) but I have yet to see any kind of Linux desktop distribution that has a central configuration management, patch management and security management. Sure you can configure it to auto update and send it out hoping for the best, but what happens when a device stops checking in, or the VPN client breaks, or there is some software we need to push out to all our users immediately? What choice do we have?