this post was submitted on 12 Jun 2024
1 points (100.0% liked)

Linux

4892 readers
96 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 2 months ago

Adding a terminal multiplexer. Now I understand why UNIX is an IDE.

[–] [email protected] 0 points 2 months ago

Booting directly from UKI signed by my Secure Boot keys.

[–] [email protected] 0 points 2 months ago (1 children)

Switched to an immutable system after I finally managed to wrap my head around the concept.
I've tried it before but left frustrated cause my normal workflow doesn't apply anymore.
But if you're looking for an OS that basically disappears in the background, it's great. I even removed the terminal cause I have no use for it on my laptop.

[–] [email protected] 0 points 2 months ago* (last edited 2 months ago) (1 children)

Can you explain the idea and advantages? Excluding use cases like setting up a laptop for your grandma.

[–] [email protected] 0 points 2 months ago* (last edited 2 months ago) (2 children)

Generally I use my computer to launch programs that do the stuff I want to do, or edit my files.
My files are in /home and programs for the tasks I need are available as flatpaks.
So I don't need to rummage around in the rest of the file system. You could call it "a laptop for grandma" except I'm not that old. I use my laptop for office stuff, gaming, photo editing, streaming music and video, browsing, mail, messaging, ssh'ing into my servers, etc. What I don't use it for anymore is tinkering with my OS. I'm fine with default Gnome and I don't need to adjust every little thing, I can just adjust myself a bit to how the GUI works.
I just don't want to read Arch news before I update weekly, set apt-pinning priorities to disable snap, deal with recommended dependencies, meta packages, mirrorlists, third-party repo urls, gpg keyfiles, file permissions, executable flags, systemd services, and all that jazz anymore.

[–] [email protected] 0 points 2 months ago (1 children)

Hey, that's why I wanted an explanation! The one I got an a search result made it seem like you can't install anything.

[–] [email protected] 0 points 2 months ago (1 children)

Yeh, immutable distros... You can install software, it's just you have to declaratively define what software you want, then apply that as a patch.
You don't just apt install cowsay, you have to create a file that defines the installation of cowsay.
This way, if you have to change how cowsay is installed, you tweak that patch file and reapply it.
If you have to wipe & reinstall (or get a new computer or whatever) you just apply all your patches, and the system is the same again.

[–] [email protected] 0 points 2 months ago (1 children)

You're talking about declarative systems like Nix. Immutable just means that the root filesystem is read-only. You can install programs as Flatpaks or inside a container (toolbox on Silverblue).

[–] [email protected] 0 points 2 months ago

Oh, no kidding.
I always thought immutable required the declarative installs.
I guess, immutable is more "containerised userland"?

[–] [email protected] 0 points 2 months ago

I think I am one the same state as you with the only difference is that I really like Window Managers. Been thinking of testing NixOS or Blend OS.

[–] [email protected] 0 points 2 months ago (1 children)

I reinstalled from scratch. Went from Xubuntu to minimal Ubuntu with KDE de. And then tried wayland again. One the one hand, gaming performance went up by a lot which was basically my main issue.

On the other side it is buggy af. The file manager fails mostly at moving files. There are random graphical glitches. Had the whole DE crash/lock up a couple times And the tabbing/tasbar handling is (still) not what I want. I also have still not found out why zfs automount does not trigger.

But at least I have something useable again!

[–] [email protected] 0 points 2 months ago

On the other side [Wayland] is buggy af.

I've been having the exact opposite problem since recently coming back to Linux after a long hiatus. For me, Wayland has been flawless, while anything x11 looks like somebody ran the screen through a shredder, discarded half the strips, and smooshed the rest back together.

I don't know how to troubleshoot that. I don't even know what to type in a search engine to get relevant results.

[–] [email protected] 0 points 2 months ago* (last edited 2 months ago) (1 children)

Edited my kernal parameters to prevent my CPU from going into a low power state that had been causing crashes for years apparently.

Edit: if you use 1st gen ryzen and have been putting up with intermittent crashes thinking it was your shitty old used GPU like me, try disabling c-state 6.

[–] [email protected] 0 points 2 months ago* (last edited 2 months ago) (1 children)

Ryzen crew, never rest, never sleep!

I am so confused that this is still an issue, but be warned even with more "modern" Ryzen it is an issue. My Ryzen 5(?) Huawei matebook still can't run Linux without this shit.

[–] [email protected] 0 points 2 months ago

Weird. I've used 1000,2000,3000,4000 series without any issues ever.

[–] [email protected] 0 points 2 months ago* (last edited 2 months ago)

Reinstalled Arch. I had used Arch way back in 2006, but fell out of Linux because I primarily game. Now that proton has improved so much, I dropped my windows install completely. I have tumbleweed on my desktop but decided to try a real Arch install on my laptop. I appreciate how easy tumbleweed was to create an encrypted lvm with snapper rollback, but wanted to understand it a little more instead of having a GUI do it all for me.

Last night I successfully installed Arch with an "luks on lvm" setup, and was able to successfully boot! I didn't quite get snapper working 100% either rEFInd, but I think I'm close.

I definitely appreciate how easy Linux is to install now, but it's good to know I can do it the hard way if I need to, and learn some things along the way.

[–] [email protected] 0 points 2 months ago (1 children)

I set up my outgoing email to relay through an external server. I used to have comcast business class but when I sold my house, my only option at my condo is the comcast provided by the HOA (Comcast communities) which is residential. So lots of sites refuse to accept email send directly from my server. Comcast has a relay but it has crazy low rate limiting which is a pain when we need to send emails to all players.

[–] [email protected] 0 points 2 months ago (1 children)

Out of curiosity, what are you using (software and hardware) for the email relay?

[–] [email protected] 0 points 2 months ago* (last edited 2 months ago)

A homebuilt rack mounted server running Fedora and sendmail. I've been using/configuring sendmail since the 80's and we didn't have fancy .mc preprocessing back then.

The outgoing relay is a paid service by Hostinger which resells titan.email. I just set the configuration in the relay to use the same credentials I set up in my SMTP/IMAP connections in tbird.

[–] [email protected] 0 points 2 months ago

Learned how to use zoxide. Makes my terminal so much friendlier

load more comments
view more: next ›