There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

PanaX , in Good dumb TV for my living room media center?

IF you have the space, go for a projector. I got a nice short throw 1080 Benq with a decent 120 inch screen. And wow, it’s incredible. It’s amazing for shows, movies, and games. I paid 800 total for everything. There’s everything from 200 dollar to 5k dollars, depending on what quality you want.

nyan , in Share your favorite Linux Desktop Environment

TDE (for those who haven’t encountered it before, the Trinity Desktop Environment forked from KDE3 more than a decade ago). It might not be the flashiest or the newest, but it has a decent selection of features and applications, and presents a traditional desktop environment whose interface doesn’t get changed for the sake of change. In other words, it stays out of the way and lets me get things done.

(If I’d liked Gnome 2 better than KDE 3 rather than vice-versa, I probably would have gone for MATE instead.)

Audacity9961 ,

Correct me if i’m wrong but doesn’t TDE depend on the undermaintained qt3?

nyan ,

The TDE crew have also taken on responsibility for maintaining TQT (formerly QT3). If you’re aware of any open bugs, go ahead and file them to the TQT3 repo on TDE’s Gitea and someone will have a look.

atlasraven31 , in Registrations are open for Flock!

It’s an invitation to a minimum security prison for sweaty nerds.

False , (edited ) in KDE freezes when going to sleep/suspending

Oh, you too? I disabled it a few days ago because it kept happening and I’d get not video output. Nothing logged.

I have similar specs, RX 5700 XT, AMD 7950x. Also Arch and KDE (though I don’t know the versions offhand but I updated a few days ago).

Kalcifer OP ,

Nothing logged.

I have the exact same issue. I’ve never been able to see any errors in the logs. Essentially just says “going to sleep” then that’s it.

False ,

My suspicion is that a kernel update broke it and that downgrading to LTS (or even an older LTS) kernel would fix it. I didn’t bother to troubleshoot further because I don’t need suspend that badly (desktop).

Kalcifer OP , (edited )

Unfortunately, I am unable to downgrade to LTS. I need the latest kernel version for a my WiFi card (I’ve had a ton of annoying driver issues with this specific card that seem to now be fixed in the latest few kernel updates).

False , in Good dumb TV for my living room media center?

I believe the term you want is “digital signage”. Be prepared that they can cost twice as much as a regular “smart” TV.

ProfessorYakkington , in Share your favorite Linux Desktop Environment
@ProfessorYakkington@lemmy.ml avatar

I am on pop is for my home desktop. I like the built in tiling manager. Ubuntu for work. Might give nix or kde a go next.

funk , in OpenRGB: Open source, cross-platform RGB lighting control that doesn't depend on manufacturer software

Not quite the same thing but wled is another awesome open source led controller project.

Attikus , in Share your favorite Linux Desktop Environment

I’ve been using Cinnamon for years. It’s stable, fairly lightweight, and pleasing to the eye.

Arcanus , in Migrating Linux install from old SSD to new SSD with different filesystem
@Arcanus@lemmy.world avatar

I would honestly just back up my files and start over with a fresh new install. I have never been successful in copying everything over, especially not if you are planning on changing the file systems. I know you mentioned that you don’t really want to do that, but that’s my 2 cents

angrymouse , in I keep closing my browser tabs by accident with Ctrl + W

29 years here, get my first computer in 2011 after using it sometimes in my sister’s house. Never used ctrl+backspace in my life and did not know it existed. Edit maybe you can try something like that? addons.mozilla.org/en-US/firefox/…/shortkeys/

ccryx ,

There’s also Ctrl+delete which deletes the word after the cursor.

angrymouse ,

Dude stop blowing my mind

Max_P , in Migrating Linux install from old SSD to new SSD with different filesystem
@Max_P@lemmy.max-p.me avatar

Make the new filesystem, rsync the old SSD to the new one (making sure to use rsync -ax to copy everything properly, also add -H if you use hardlinks), update fstab UUID, regenerate GRUB configuration and you’re good to go.

I have a 10 year old install that’s survived moving several disks and computers, it works just fine.

dandroid OP ,

This is likely what I will do now that I have given it some thought. This will bring over all of my installed apt and snap packages, right? And they will both be aware and know how to update from there?

I have the NVMe prepped. It has a fresh Ubuntu install of the same version, but on btrfs. I could probably even snapshot it before I get started to make sure I can roll back and try again if I fuck up. And worst case, I can just reinstall the OS on that partition, as it would touch my existing install. It feels pretty safe to try. Worst thing that can go wrong is I waste my time.

Max_P ,
@Max_P@lemmy.max-p.me avatar

Yeah, from the software’s point of view unless you need some extra rsync flags as some have pointed, you end up with an identical view of the files on there, they’ll be mounted exactly at the same places and everything. Just a different filesystem and drive behind it. People have been doing that for decades, before even Linux.

As long as all the attributes like user/group/mode and symlinks are preserved, most distros won’t notice a thing with that method. There’s no filesystem-specific special sauce to make it work or hidden flags or anything, even snaps and flatpaks.

This is not like Windows where your options are clone the partition or reinstall. Linux is a lot simpler and only cares that the files are where they should be with the right permissions.

xycu ,

Seconded this approach, I’ve got a Gentoo installation that has been going since 2005 across half a dozen different machines.

phx ,

Don’t forget to change the fstab filesystem type when updating the UUID as well (yes, I’ve made this oops before).

LaggyKar ,
@LaggyKar@programming.dev avatar

And maybe also -ASX for ACLs, sparse files and xattrs

vrt3 ,

-X is already included in -a, so no need to specify expliticly. Doesn’t hurt either.

Nope, I was wrong, -X is not included in -a. Sorry!

vrt3 ,

-x (alias --one-file-system) means “don’t cross filesystem boundaries”; is that what you meant? Or did you mean -X | --xattrs?

Edited because I wrote some things before that were incorrect.

Max_P ,
@Max_P@lemmy.max-p.me avatar

Yep, that’s so you don’t end up potentially copying /dev, /sys, /run or any other mounted partitions.

buckykat , in Share your favorite Linux Desktop Environment

I like Gnome with Pop OS’s tiling

ono , (edited ) in New StackRot Linux kernel flaw allows privilege escalation

Specifically, the weak spot is in “maple tree,” a new data structure system for VMAs introduced in Linux kernel 6.1 that replaced the “red-black trees” and relied on the read-copy-update (RCU) mechanism.

Maple Tree also recently caused intermittent failures in some of my CPU-intensive tasks, in such an obscure way that I only found out by dumb luck that it was a kernel bug. I expect it will be great eventually, but it’s feeling pretty rough at the moment. I’m thinking this code should have had more testing and maturing before going mainline.

nyan ,

Damn. If the Maple Tree code is bugging out under CPU-intensive tasks, that would explain a lot about how my system’s been behaving since I moved to 6.1. Thanks for the heads-up, and I guess I should compile another new kernel.

InverseParallax ,

Rcu is mostly broken, it’s been a nightmare for a decade, building on top of that seems suicidal.

I know rcu failures are just symptoms of other issues, but building on top of it doesn’t help matters.

gortbrown , in which linux podcasts do you listen to?

I mainly listen to Linux Unplugged, Destination Linux and Linux For Everyone and really like them.

dandroid OP , in Migrating Linux install from old SSD to new SSD with different filesystem

This is off topic, so I will leave it as a comment below, but last week I had the bright idea to wipe the NVMe SSD to prepare it for this migration. I totally forgot that I had my MBR and grub on that SSD. So the next time I rebooted, it wouldn’t boot back up. It took me like two hours to get grub back on it and boot it back up.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines