As an update to Fedora 44.
- 2 Posts
- 54 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
Soulslike - Discussion, News, Memes@lemmy.zip•[Discussion] What's your favourite 2D Soulslike?
5·11 days agoIt is Hollow Knight. I played it before I knew about Dark Souls and even the word “soulslike”. It was the first game I have ever played that required significant brain-usage and practice to beat. Its art direction is also impossible to love. Before this my idea of high quality games were things like Grand Theft Auto. And now only FromSoftware games I haven’t played (and gotten all achievements in; yeah I am pretty passionate about games I like 😁) are the PlayStation exclusives. Luckily ShadPS4 exists, so I plan to try those very soon as well.
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·12 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.
AcornTickler@sh.itjust.worksto
PC Master Race@lemmy.world•Users cry foul after AMD stripped memory crypto from its consumer CPUsEnglish
371·12 days agoAMD is losing a lot goodwill recently. At this rate, I am willing to only buy their GPUs because their drivers works the best on my OS of choice. Sad to see.
AcornTickler@sh.itjust.worksto
Linux@lemmy.world•I built a custom kernel specifically for AMD ThinkPads — detkernelEnglish
121·12 days agoWhile I like the premise, I don’t think the advantages of running a stripped down kernel warrants the tedium necessary to do it. If it was simply a package that you could update with your package manager, then I guess it would be worth it.
Unfortunately it is not possible without rooting your Android device AFAIK
Boypreggers?
AcornTickler@sh.itjust.worksto
Games@lemmy.world•Nintendo Direct announced for tomorrowEnglish
22·18 days agoSince Silksong already came out these just don’t hit the same no more
Glad you liked it. What was the issue with AppImages?
AcornTickler@sh.itjust.worksto
PC Master Race@lemmy.world•Valve reportedly almost delisted Rainbow Six Siege from Steam after Ubisoft attempted to sell it cheaper on UplayEnglish
161·25 days agoThis happened after Valve discovered that Ubisoft was marketing a cheaper $15 “starter pack” exclusively through its own Uplay store.
Seems fair to me, assuming that starter pack is a server-side component usable with a copy of the game from Steam.
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
49·1 month agoHey, thanks a lot. I don’t need any of these, and just wanted to say that you are awesome.
Reminds me of Oceanview Motel from Control








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).