Fish was kinda cool when I tried it, but I don’t really care about the benefits that much. I love Zsh’s effortless customization with Oh My Zsh and the POSIX compatibility.
- 0 Posts
- 25 Comments
RoyaltyInTraining@lemmy.worldto
Linux@lemmy.ml•Protecting against rogue devices with Full Disk Encryption and TPM
14·1 year agoAutomated TPM2 LUKS setup might be the one thing that can get me to switch from Fedora to OpenSUSE.
RoyaltyInTraining@lemmy.worldto
linuxmemes@lemmy.world•My experience with Discord on Linux
6·1 year agoDiscord sure does feel like a 0.0.x version
Disabling it entirely is possible, but I want to keep the encryption and set a proper password for it instead of the stupidly long recovery key. That and similar features seem to be locked behind the pro version.
I can’t even adjust bitlocker settings on my laptop’s windows 11 home Installation…
RoyaltyInTraining@lemmy.worldto
Linux@lemmy.ml•Is KDE actually good or it is overrated? Or I was just unlucky because of prebuilt distros?
5·1 year agoI use Fedora KDE, and I don’t think ive ever seen crashes that bad on my system (AMD CPU and GPU). I used to have a small problem with RADV crashing during video playback, but that solved itself after a few updates.
I wish I could delete that partition for good, but my computer grqphics professor forces me to write code for DirectX instead of Vulkan.
RoyaltyInTraining@lemmy.worldto
Linux@programming.dev•Am in the only one who cringes at install instructions that require piping some curl output into bash?
51·1 year agoI always try to avoid these, unless the application I’m installing has it’s own package management functionality, like Rustup or Nix. Everything else should be handled by the system package manager.
RoyaltyInTraining@lemmy.worldto
Linux@programming.dev•Rust drivers expected to become more common in Linux kernel
232·1 year agoI could actually see myself contributing to Rust kernel code. C code has always been impossible for me to understand, but the Rust part seems to have a more understandable structure
You might have issues with permissions for serial ports on some distros, but there are loads of easy to follow guides for that. Linux definitely handles them better than windows though. I never had issues where they just stop working like on Windows.
RoyaltyInTraining@lemmy.worldto
Linux@programming.dev•What do I want to see in the Linux ecosystem in 2025?
1·2 years agodeleted by creator
RoyaltyInTraining@lemmy.worldto
Linux@programming.dev•What do I want to see in the Linux ecosystem in 2025?
162·2 years agoWayland is basically the direct successor to X11. It basically fixes tearing, makes HDR possible, makes scaling way better, and is all-round just better prepared for the future. I’ve been using it for years without much trouble. The only issues I keep having are scripts which expect x11-specific tools to be there, but that seems to be quickly solving itself while people realize that x11 is quickly loosing support. If you want to try it, I recommend setting up a fresh installation of a distro with KDE, Gnome, Sway, or Hyprland, just to make sure all the right dependencies are installed.
Last time I ran a corporate-made installer, it caused massive graphical glitches and lock-ups after waking from sleep. It basically gave my system computer-AIDS.
That’s why I never run scripts which are too long for me to easily understand outside a sandbox. Official distro repositories and Flatpaks are the only sources I have some level of trust in.
Team blue for both.
RoyaltyInTraining@lemmy.worldto
Linux@lemmy.ml•Where Do You Guys Throw Your Local Git Repos?
1·2 years agoSame! I also have a separate directory for college assignments and stuff. Gonna set up separate gitconfigs for both soon, so there is a smaller chance of mixing up my credentials
Linux all the way, for loads of practical and ethical reasons
RoyaltyInTraining@lemmy.worldto
Linux@lemmy.ml•GTK 4.16.0 released, now defaults to Vulkan renderer on Wayland
24·2 years agoTruat me, you ro not want to experience CPU based rendering on high resolution displays
I bet the others already gave a lot of good advice, but there is one thing I wand to emphasize. The way in which you install software matters more on Linux than on any other operating system. You are meant to install it through your distros package manager, which you will most likely use through the software management GUI of your distro. Do not download any executables from websites directly, unless you are absolutely sure that:
- They are made to work on your distro
- They come from a trustworthy source
- You have complete and up to date instructions on how to install them
Sometimes you might need to add additional repositories to your package manager, the same rules apply there. You might also run into things called Flatpaks and Snaps, these are universal package formats and another great option for installing software. Flatpaks work out of the box in a lot of distros. Number one rule there is to stick to things that are marked as verified, unless you have a good reason to trust them. These universal formats might be integrated in the GUI software manager too, this varies across distros.
If you follow those rules and keep your system updated, I don’t expect you will have much trouble with Linux.
RoyaltyInTraining@lemmy.worldto
Linux@lemmy.ml•Square Enix invests in Linux distribution
281·2 years agoWeb 3 games are simply ponzi schemes hidden behind a super grindy game. As far as I know, none of these games actually produce anything of value from the labor put into them, so the payouts must come from new money entering the scheme.


The only reason I dislike mint is because the developers kept postponing the Wayland transition so insanely long. Once it does HDR, variable refresh rate, and fractional scaling on heterogeneous displays correctly, I’ll start recommending it again.