Go with an LTS version. Fedora is upgrades twice a year. Mint is just Ubuntu. I’d choose 22 04 Mint over Fedora for this reason. But Debian Stable is old yet tried and true. Plain Debian works.
I use geany for coding in LaTeX, and occasionally teaching myself some programming stuff when I have free time. I’m aware it’s not a great choice for experienced programmers, but I don’t really need something feature-rich and extensive, so I appreciate the simplicity.
ZorinOS? I saw no talk of it here and I haven’t personally used it in a couple of years. It uses gnome and can be set to mimic the look of windows, mac, or just stock gnome. It looks super clean, modern and pro. It’s easy to use and based on ubuntu. It was a just works distro for me.
Because people will never agree on a single one, and it’s FOSS so nothing is forced. I for one am glad I don’t have to use apt because I prefer pacman, just as I am glad someone who doesn’t want to use an Arch-derivative has Debian and apt to fall back on.
MINI GUIDE TO FREEING UP DISK SPACE (by a datahoarder idiot who runs on 5 gigs free space on 4 TB)
You will find more trash with the combination of 4 tools. Czkawka (duplicates and big files), Dupeguru (logs), VideoDuplicateFinder by 0x90d, and tune2fs.
VDF finds duplicates by multiple frames of a video, and with reversing frames, and you can set similarity % rate and duration of videos. It is the best tool of its kind with nothing to match it, and uses ffmpeg as backend.
There is a certain amount of disk space reserved on partitions for root or privileged processes, but users who create /home partition separately do not need this reserved space there. 5% space is reserved by default, no matter if your disk is 1 TB, 2 TB or 4 TB. To change this, use command sudo tune2fs -m N (where N is % you want to reserve, can be put to 0% for /home, but NEVER touch root, swap or others, use GParted to check which is which partition).
Regular junk cleaning on Linux can be done with BleachBit. Wipe free disk space once in 3-6 months atleast.
On Windows, use PrivaZer instead of BleachBit.
Since all of these are GUI tools (except tune2fs which requires no commandline hackerman knowledge), this guide is targeted towards tech literacy level of users who can atleast replace crack EXEs in pirated games on Windows.
What alternative would you suggest if I just want to talk to my mates while gaming? I gave up on setting up TeamSpeak after like an hour and many crashes and errors. I was a TeamSpeak fan for many years when using windows, but on Linux I highly dislike it.
Element has been working for me and my friends. At the moment, it just embeds Jitsi within the client to do group calls (which works fine. Jisti isn't bad by any means), but native group calls are being worked on and are currently in beta!
that is a moccamaster machine so i think it has only simple electronics. i would be surprised if there were even a small microcontroller in that machine.
@mintycactus@jack silverblue is not more user friendly than mint, not by any metric. A system with an immutable file system simply cannot be so. The immutability of the system often adds levels of complexity that an average person would have trouble understanding
@mintycactus to you and me that’s true, but to a person just starting with Linux, it could be complex. I think systems like Silverblue, Vanilla OS, and NixOS are great, but I would not suggest them to a new user of Linux.
@mintycactus NixOS can install to your hard drive. I have it on my laptop and it runs beautifully. I have issues with Gnome and their insistence on removing things like remembering window size and positions, and recently making it so hard to theme, but I am sure these will iron out with time.
My plasma desktop, however, is my favorite. Once I got it where I wanted it, it just worked so well and looked so good that I recommend it to everyone (BigLinux with KDE)
As far as I’ve seen, they don’t provide any advantage over a string with spaces, which doesn’t work well either when you’ve got values with spaces:
<span style="color:#323232;">not_what_you_think=( "a b" "c" "d" )
</span><span style="color:#323232;">for sneaky in ${not_what_you_think[@]}; do
</span><span style="color:#323232;"> echo "This is sneaky: ${sneaky}"
</span><span style="color:#323232;">done
</span>
<span style="color:#323232;">This is sneaky: a
</span><span style="color:#323232;">This is sneaky: b
</span><span style="color:#323232;">This is sneaky: c
</span><span style="color:#323232;">This is sneaky: d
</span>
linux
Active
This magazine is from a federated server and may be incomplete. Browse more on the original instance.