No, thx, I’ll check it out.
- 2 Posts
- 48 Comments
Thx for sharing your experience! I think I will try WAU tomorrow. In the meantime I have read, it has block/allow lists, too.
At my institution GPO/intune is not allowed; we have on-premis ActiveDirectory, and my access is restricted to the clients I need to manage.
So far, I could preinstall almost all apps with the
--silentflag. I assume that this also means, that they will update gracefully as SYSTEM user managed by WAU. Having the updates only applied when any normal AD user without admin rights logs on, is not an issue, as long as it works.There is only one specific app to install user certificates; this can stay a manual task after first logon, because it requires user credentials anyway. (:
poinck@lemmy.worldto
Linux@programming.dev•NixOS is the best operating system I absolutely cannot recommend to anyone - Anurag Singh
3·6 days agoThis lets Gentoo look like a beginner/user-friendly distro next to NixOS.
The fact that my OS should not be a project anymore made me switch to Debian instead to NixOS. But I need to try an immutable distro some time.
poinck@lemmy.worldto
Linux@programming.dev•KDE Plasma Login Manager Won’t Support Systemd-Free Linux or BSD Systems
3·14 days agoThere is tooling in Debian to use systemd-boot, it even integrates into the upgrade process so that your boot menu always points to the current version of the kernel.
It is not default; you would need to bootstrap Debian yourself instead of using the installer, but it works. Bootstrapping opens additional possibilities like choosing btrfs on LUKS and suspend to disk. My previous Gentoo experience was very helpful.
poinck@lemmy.worldto
Ubuntu Linux@lemmy.ml•Malware peddlers are now hijacking Snap publisher domains
2·20 days agoDespite what Alan has written I want the ability to disable snaps in Ubuntu entirely. Are there any options?
poinck@lemmy.worldto
Linux@programming.dev•Synex Server: A New Debian Based Linux Distro With Native ZFS Installation Support
4·20 days agoWhile going full ZFS is certainly interesting I would already be glad if zfs-dkms would rebuild automatically on every kernel update including pulling in the corresponding linux-headers on standard Debian 13.
I cannot automount my ZFS mirror, anyway, because I decided to go with encryption. I know, there are ways with a key file on a usb-stick. Maybe I’ll do that for my next ZFS-related project.
I think, I will borrow the idea, but I likely will use more a log-style date format in the persistent history file like this:
[2026-01-09 12:34:56] command
poinck@lemmy.worldto
Linux@programming.dev•New Linux Patches Allow More Easily Changing The Tux Kernel Boot Logo
1·1 month agoI had it when I was still using Gentoo.
poinck@lemmy.worldto
Linux@programming.dev•ReactOS Starts 2026 With Another "Major Step" Toward Windows NT6 Compatibility
4·1 month agoMaybe it can help getting software to work that would otherwise only work with older Windows version, eg: software for scientific equipment.
I should generally make more use of things lile podman and systemd-nspawn. Thx!
I guess running Bedrock Linux inside podman wouldn’t work, I guess. Not sure how well nesting works with containers.
poinck@lemmy.worldto
Linux@programming.dev•44% Of GNOME Core Apps Are Written In C, 13% In JavaScript & 10% In Rust
4·1 month agoOh, that underlines my impression of Python being used more widely for Gnome programs.
I have seen at least one person moving from Gentoo to Exherbo. Would I leave Debian behind for it? No, not currently, but maybe there is time for an experiment in the future.
I’ve tried Sabayon briefly, but not seriously. At the time, it was interesting to have more pre-built binaries. Looking back now, the Gentoo binrepos are the better solution, I think.
poinck@lemmy.worldto
Linux@programming.dev•Phoenix Emerges as a Modern X Server Written From Scratch in Zig
5·1 month agoSadly xrdp comes to mind. The builtin-in rdp server of Gnome is not on par yet and behaves differently.
Xrdp server prompts for the login of an existing user while Gnome new implementation has a kind of additional user/password which all users need to know. I did not find an option to disable it.
What is neat about the new implementation is, that you can login to a running sessiom remotely without being logged out at the local machine. This feels more like desktop sharing. Awesome, and in this case, having a seperate user/password makes sense.
poinck@lemmy.worldto
Linux@programming.dev•You don't need Linux to run free and open source software
2·1 month agoThe only thing I have found, is, that Microsoft now have a multi-installer themselves, but it can only install a limited selection from their own store.
I hope, Ninite did not become “sketchy”.
poinck@lemmy.worldto
Linux@programming.dev•You don't need Linux to run free and open source software
6·1 month agoHow much can one trust this Ninite thing? Sounds like the thing I want for work for easier Windows client management.
poinck@lemmy.worldto
Linux@programming.dev•DistroWatch - The best open source operating systems of 2025
3·2 months agoWe know, who is clicking at MX Linux? And the other distros that are currently at the top?
My top distros:
- Debian
- Fedora
- Gentoo
How well does waydroid run on PostmarketOS?
poinck@lemmy.worldto
PHP@programming.dev•What's Coming for PHP in 2026: A Developer's Guide
2·2 months agoI am not a huge fan of the pipe operator, but together with PFA code can look cleaner, I guess.
Nested function calls are not a bad thing in my opinion.


Warning, this is my opinion:
No, a distro with a modified depricated non-upstream window manager is not a good introduction to Linux.
I am looking at you Cinnamon. Cinnamon is for Linux users who don’t want to use Gnome 3 or KDE Plasma, I think.
I always recommend Fedora to newbs and Debian to newbs with existing Linux knowledge, because all the desktops are as close to upstream as possible. This is why I cannot recommend Ubuntu or any Ubuntu based distro for the desktop. ubuntu-server can ve good enough on servers only.