As an update to Fedora 44.
- 1 Post
- 39 Comments
While that’s the case for the Workstation (GNOME), in KDE Plasma version the desktop environment is a rolling release. It shouldn’t take more than a a few days, considering their previous Plasma releases.
It should be available in just a few days at most.
AcornTickler@sh.itjust.worksto
Linux@lemmy.ml•Thinking of leaving Manjaro after the AUR supply chain attack – Distrochooser recommends SUSE, what's your take?
5·14 days agoThat’s not what a supply chain attack is. No part of Arch Linux or derivatives depend on AUR and you don’t have to use it.
The attack simply highlights oversights in adoption of orphaned packages and those need to be addressed for sure.
I have always tried to keep my AUR packages to a minimum (a few packages at most), and always read their PKGBUILDs and updates to them. Today, I don’t use any AUR package as all the ones I need are now packaged in official repos.
Unfortunately it is not possible without rooting your Android device AFAIK
AcornTickler@sh.itjust.worksto
Games@lemmy.world•Nintendo Direct announced for tomorrowEnglish
22·21 days agoSince Silksong already came out these just don’t hit the same no more
AcornTickler@sh.itjust.worksto
Linux@lemmy.ml•What reasons do people have for disliking SELinux?
71·1 month agoWho said that? I really like it.
AcornTickler@sh.itjust.worksto
Linux@lemmy.ml•Looking for a distro that best suits my needs
3·1 month agoWell, I was referring to the ones OP specifically mentioned
AcornTickler@sh.itjust.worksto
Linux@lemmy.ml•Looking for a distro that best suits my needs
181·1 month agoI believe any distro with KDE Plasma will suit your needs. It comes with the exact keybindings for what you are used to from Windows. My personal recommendation would be Fedora (KDE Plasma Desktop Edition). You can use Remmina as the RDP client. From my experience it works the best.
AcornTickler@sh.itjust.worksto
Selfhosted@lemmy.world•Extending A LUKS Encrypted HDD To Utilize All Of The Drive (500 GB) [SOLVED]English
3·1 month agoThis might not be what you are looking for but in such cases I just use GParted running on a Linux Mint bootable thumb drive.
Though I don’t know if a similarly capable CLI alternative exists for headless servers.
AcornTickler@sh.itjust.worksto
Games@lemmy.world•[Giveaway] I have some games to share with the worldEnglish
491·1 month agoHey, thanks a lot. I don’t need any of these, and just wanted to say that you are awesome.
AcornTickler@sh.itjust.worksto
Selfhosted@lemmy.world•Need help figuring out how to write Let's Encrypt ACME servers into banIP allowlist (OpenWrt)English
5·2 months agoForgive my ignorance as I am very new to networking. Does it not look like it is the other way around? Your certificate manager tries to connect to Let’s Encrypt and fails? Even with DNS challenges, your certificate manager has to tell Let’s Encrypt to check your DNS records somehow.
AcornTickler@sh.itjust.worksto
Selfhosted@lemmy.world•Replacing Tailscale with a 2-VPS WireGuard setup (No port forwarding)English
9·2 months agoWhat did you not like about Headscale? I started using it recently and it seems fine so far. Works identically to Tailscale.
AcornTickler@sh.itjust.worksto
Android@lemmy.world•[Question] Does Aurora Store automatically install Google Services/microG?English
14·2 months agoNo, Aurora Store does not install Google Play Services. I have used LineageOS a few years ago and back then you needed to install them when you first installed the OS, before even booting into it.
Sorry, but posting an article and changing it’s title (which also turned click-baity) with no comments of your own is quite uninteresting.
I watched SomeOrdinaryGamers for a few years and it became quite uninteresting near the end of that period. I stopped completely when he told his audience not to buy Nintendo Switch 2 and went ahead and bought it shortly after. That guy is not honest or genuine.
AcornTickler@sh.itjust.worksto
Linux Gaming@lemmy.world•[Solved] Terrible performance in Linux Mint compared to WindowsEnglish
1·2 months agoSure, but that’s much harder to do undetected. Don’t let perfect be the enemy of good. Secure Boot still prevents against particular types attacks.





I currently run it in Kubernetes but I just translated my existing Docker setup to it. I recommend setting up PostgreSQL and Redis if you can for the best performance, but SQLite and no-cache-approach is also fine for the beginning (you just run a single container).
That being said, I think Nextcloud is not very cloud-native. I set up Redis just so I can do rolling updates with zero downtime (filesystem locks are kept in Redis’ memory instead of the app’s own), but I still get some server errors for a brief moment during updates (for less than 10 seconds).