Remus86

joined 10 months ago
[–] Remus86@lemmy.zip 6 points 4 days ago
sudo apt upgrade -U -y
[–] Remus86@lemmy.zip 1 points 1 week ago

I think you still need to add an entry for it in fstab as well.

[–] Remus86@lemmy.zip 2 points 1 month ago

I did. No idea how or why, though.

[–] Remus86@lemmy.zip 9 points 1 month ago (2 children)

I also just verified it worked on my Arch install. But running the mitigation command and rebooting effectively blocked it, and I'm on the Arch LTS kernel. I think the disabled modules are related to IPSec, which most desktop users don't really need.

[–] Remus86@lemmy.zip 2 points 1 month ago

I believe Rocky Linux is also a free clone of RHEL.

[–] Remus86@lemmy.zip 1 points 4 months ago

I look at it more like Artix exists to solve the one "problem" with Arch. As much as Arch is generally about user choice, the one thing it decided to be opinionated about was the mandatory use of systemd. Artix tries to follow Arch as closely as possible while providing the alternate init systems. I think that's pretty cool, even if their hatred of systemd is childish.

[–] Remus86@lemmy.zip 2 points 4 months ago* (last edited 4 months ago) (1 children)

In X11 you can just use 'exec app-name' and it will replace the terminal window with the app. In Wayland, I got it to work with this:

setsid app-name & disown
sleep 1
exit

Without the 'sleep 1', it exits the terminal too quickly for the app to launch, at least when I tried it.

*Edit: In order for it to work as a script, you still need to type exec first. Or, in my case, I aliased "open-app" to "exec open-app".

[–] Remus86@lemmy.zip 5 points 7 months ago

I know in zsh, fish, and nushell, you can press a key combo to jump into a text editor of your choice. You write your command there, with all the power and shortcuts in emacs, vim, nano (whatever you like to use). Then you save and exit, and it appears in your command line, ready to execute.

[–] Remus86@lemmy.zip 27 points 8 months ago (5 children)

Personally, I don't think anyone new to Linux at this point, who isn't tech-minded, should be pointed to an X11 environment. So until Mint devs have ported Muffin into a Wayland compositor, I wouldn't recommend it. They're used to a shiny experience visually, so I'd go with Plasma 6 running on Fedora or OpenSUSE Tumbleweed.

[–] Remus86@lemmy.zip 7 points 9 months ago

I use a Beelink SER5, but that's because I also plan to set it up to be a retro game console, in addition to streaming.

[–] Remus86@lemmy.zip 4 points 9 months ago (1 children)

Ivan Cukic has ported the Bismuth window decoration to Plasma 6.

https://github.com/ivan-cukic/kwin6-bismuth-decoration

view more: next ›