- 3 Posts
- 24 Comments
Not sure I follow. Which app?
OMG, this is the internet don’t be posting self-flaws. Jeez. kthxlvubai
Linux has always had a hard line disposition about keeping Kernel-space and User-space separate. SSHD (and systemd) are User-space, but are being configured on the kernel’s boot line (in GRUB, which is also User-space).
I don’t like to use the term rage-bait, but this post is suggesting that User-space components should not be configured by the Kernel-space (which is not happening here, it’s just the kernel boot line parameters, you could, pass the parameter to start a different init system other than systemd).
Until recently, I’ve had no real preference as mostly using RHEL clones at work. Now using Ubuntu…and snap has been causing issues.
allywilson@lemmy.mlto
Linux@lemmy.ml•RustDesk, probably one of the best TeamViewer Alternatives
1·9 months agoIt’s not fear I don’t think. It’s more like the Chinese Gov is opaque to us and it’s people.
allywilson@lemmy.mlto
Linux@lemmy.ml•RustDesk, probably one of the best TeamViewer Alternatives
512·9 months agoThere was a bit of controversy about them a couple of years back that put me off.
- They used to disable Wayland and force X11 - that was a pain.
- They didn’t fully open source all components I think.
- There was some concerns about where it was being developed, I think it’s entirely Chinese devs.
allywilson@lemmy.mlto
linuxmemes@lemmy.world•Your favorite font for terminal and GTK/QT apps?
81·11 months agoI am a big hack fan, I just don’t like to tell people as it’s a stupid name.
I would replace Linux with Solaris in this meme if I’m honest.
allywilson@lemmy.mlto
Linux@lemmy.ml•Is there an easy way to filter all terminal commands that contain a --help flag?
9·1 year agoI think this is the correct answer in all honesty. Create a new script like help (or man2 or whatever) that pipes the argument through bat for you.
Are you having a stroke? Is there someone I can call for you?
allywilson@lemmy.mlto
Linux@lemmy.ml•openSUSE’s Agama Installer Lands with Enhanced Web UI
5·1 year agoI’m not a SuSE user - but did they not have the ability of using LVM or setting the hostname during install (GUI) prior to this?
Can you share which step you are up to which doesn’t have a non-systemd instruction?
allywilson@lemmy.mlto
Linux@lemmy.ml•Should I get a sysadmin certification for Oracle Linux?
19·1 year agoOracle Linux (up until 9.3 I think?) is a direct clone of RHEL. After 9.3 (or maybe it’s 9.2) it’s a best attempt clone of RHEL (similar to Alma Linux or Rocky Linux). If you want to learn RHEL then it’s a fairly decent equivalent with a couple of their own quirks thrown in (ULN, ksplice and the UEK).
Also, I don’t bother with certs or care if people have them. I have yet to find someone who knows a product better having got the cert than someone who’s used the product without a cert.
allywilson@lemmy.mlto
Linux@lemmy.ml•Fedora 42 Is Looking At Switching To EROFS For Its Live Media
6·1 year agoThe reasoning stated is that EROFS is more actively developed than SquashFS. Does that mean that SquashFS is feature incomplete, or that it’s more stable?
allywilson@lemmy.mlto
Linux@lemmy.ml•Discord's native linux screensharing is now on the stable branch.
12·1 year agoI think SimpleX is similar
I blame MS (Windows 2000, Office 2003, Server 2005, etc.)
allywilson@lemmy.mlto
Linux@lemmy.ml•More game devs should be like the devs of Marvel Rivals when it comes to emulation
9917·1 year agoAren’t these the guys who disallow the term “Taiwan is a country” and “Free Tibet” in their chat system?
I use a container for transmission and openvpn: https://hub.docker.com/r/haugene/transmission-openvpn/

FreeIPA (IdM on RHEL clones) is similar in some functionality (you join the domain, you allow certain users/groups can run certain commands [like controlling sudo’ers], etc.) and it’s also a CA).
For configuration management I lean towards Ansible (Puppet, Salt, Chef I think all use a Ruby syntax, Ansible is YAML), and for deployment well Terraform, Kickstart and cloud-init - without knowing your environment it’s difficult to be more precise. There’s also Pyinfra which I’ve been meaning to give a whirl but not had a chance.
You’ve also got Keycloak if you need OIDC or SAML functionality (for SSO).