linux

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

atzanteol, in Self Post

Is “magic sysrq” enabled? Could be the cat hit alt+sysrq+something.

ABasilPlant, (edited )

You’re right, that’s exactly what happened. If you look at the top of the trace, it says __handle_sysrq. Moreover, it’s in the sysrq_handle_crash. That gets called when a sysrq combo is pressed.

ImTryingLemmy, in Self Post

… but you had a cursor?

KISSmyOS,

Yeah but the mouse was dead for some reason.

ImTryingLemmy,

cat killed it. get a dog

Chewy7324, (edited ) in Winewayland.drv: part 11: Mouselook support · Merge requests

Awesome. Now playing 3D games on wine wayland should work fine. The previous patches already enabled Vulkan [1], but mouselock was missing.

I can’t wait to no longer have xwayland running. Almost all apps could work natively on wayland, except Java.

[1] gitlab.winehq.org/wine/wine/-/…/4522

Silejonu, in Requesting advice on converting a Laptop Keyboard from QWERTY to Colemak-dh
@Silejonu@kbin.social avatar

You don't. Seriously. The point of an ergonomic keyboard is to touch-type. You won't learn to do that if you look at your keyboard.

Print your keyboard layout on a sheet of paper, and hang it next to your monitor. Now when you want to type a character, look it up on your sheet, and without looking at your fingers, type it. Try to remember the position like "left index finger, two lines above the rest line".

Kushia, in What is the state of Multiseat in Linux today?
@Kushia@lemmy.ml avatar

What advantage do you get using one PC in this way instead of two?

Dirk,
@Dirk@lemmy.ml avatar

Less resources needed, less physical space needed, less power consumption, no need for a network, don’t need to maintain/update multiple systems, etc.

Kushia, (edited )
@Kushia@lemmy.ml avatar

You still need all the physical space that two PCs require except for the box which is only a small part of it. You still need all the peripherals for two people and once the 3060s are in it the power difference will be negligible between one or two PCs. On top of that you have all the inconvenience and problems that using in multiseat brings. Network gear is dirt cheap and maintaining two PCs is less hassle Vs this too.

Personally I think at the end of the day you’re better off with two PCs even if the second one is a cheap second hand one. Especially since I assume the GPUs mean they’re planning on gaming on it.

TrickDacy,
@TrickDacy@lemmy.world avatar

I mean, you save money by not having to buy another PC…

Kushia,
@Kushia@lemmy.ml avatar

They practically are though once they upgrade it with two 3060s and the CPU.

Dr_Willis,

I have seen this used in school situations with 3+ seats per PC.

that can add up when dealing with a dozen+ PCs.

For home use, not much a benefit, but I did have it setup years ago for the grandkids.

Kushia,
@Kushia@lemmy.ml avatar

When you have like 30 kids in a class and a limited budget then yeah, makes a lot of sense to come up with solutions like this.

For these two though if I knew them I’d just straight up give them a second PC for free to save them the hassle. You can do amazing things with refurbished PCs when budget and space constraints are a problem.

Eric_Pollock,
@Eric_Pollock@lemmy.world avatar

Not only for saving money, as when we upgrade the PC, I’m going to be able to sell off most of the components that get replaced, but space savings is also a big part of it. We’re going to be buying an RV to live full time in soon, and the less space it takes up, the better.

Plus, we have used it in this configuration for almost two years now, and it has worked without issue (EasyAntiCheat doesn’t play nice, but we don’t play many games that use it anyway). And honestly at this point, I kind of enjoy the challenge lol

Kushia, (edited )
@Kushia@lemmy.ml avatar

You could have a look at ex-business slimline PCs or laptops if two cases are out of the question. They’ll take up less space overall than the typical PC case and are usually pretty power efficient. The former can also be upgraded if you are careful with what you choose and find the right slimline GPUs to fit in said cases. This is what I used to do for my kids particularly with ex-Dell PCs.

The thing is that you’re not going to get a whole lot for your old parts, certainly not more than the benefit you gain by having a second PC, as by the time you sell it the parts would have depreciated in value quite a lot. But, it’s neat I guess that PCs allow you to do stuff like this even if it would result in a bit of frustration.

aBundleOfFerrets,

I wouldn’t go for anything that needs SFF gpus. They are expensive and have shit performance for the money.

linuxdweeb,

It’s kind of romantic. Thinking of all the hoops they had to jump through to get this intimate setup just right brings a tear to my eye.

mholiv, (edited ) in Bcachefs Lands Another Round Of Fixes For Linux 6.7

I haven’t used it yet personally, but I would bet as soon as Debian/Ubuntu LTS/CentOS/openSuse/other stable Linux distros get kernels new enough to it will be not just a btrfs killer, but a ZFS killer too.

The tiered write and read layers and SMR support put ZFS caching to shame.

lemmyvore,

Nobody uses SMR for live data anyway unless it’s in very particular circumstances.

Bcachefs is still at least a couple of years away from serious use. But sure, if it’s available and you have a good backup strategy you can use it today.

mholiv, (edited )

As for “years away” I agree. As my first post said people should wait till you can use bcachefs in the stable distros. Debian isn’t getting kernel 6.7 any time soon 😆. So years away is right in any case.

I think bcachefs addresses the reason why people don’t use SMR HDDs. (Aka changes resulting in cascading writes)

You could have a data pool with the following tiers.

Tier 1: SSDs

Tier 2: HDDs

Tier 3: SMR HDDs

With bcachefs you would only ever write to your tier 1 storage. In the background, as able, bcachefs would offload the data from the faster lower tiers to the slower higher tiers based on frequency of data access.

You would only ever read from the SMR HDDs and would never write to them. They act as a sort of async backing to your data.

Personally I would love a data pool with a few SSDs, backed by a few HDDs, backed by many SMR HDDs. You would save so much money just with good architecting.

Bcachefs should be a ZFS killer. All the features of ZFS with storage tiers being a superior version of ZFS’s L2arc with none of the DKIM kernel license incompatibility nonsense.

lupec,

Damn, I didn’t think to include SMR drives when it comes to bcachefs. Your whole comment made me appreciate the whole concept under a whole new light actually, thanks!

PseudoSpock, in Made the switch to KDE
@PseudoSpock@lemmy.dbzer0.com avatar

Sokath, his eyes open.

conorab, in Reminder to clear your ~/.cache folder every now and then

Doesn’t Steam store the game library there?

CheesyFox,

it stores it in ~/.steam

conorab,

Ah I was getting it confused. At one point Steam stored everything in ~/.local/share/steam and symlinked ~/.steam to it. Doesn’t appear to be the case on Ubuntu 22.04, though I used to use Debian and grab the .deb from Valve’s website. My bad! :)

Zangoose,
@Zangoose@lemmy.world avatar

No, .cache is similar to a temporary directory (or at least in theory) where important data isn’t supposed to be stored there, instead only temporary files that might speed things up (e.g. images in a browser or thumbnails in a file manager). In this case it looks like all of my AUR packages had their source files cached, which added up over the ~1.75 years that I’ve been running this distro

conorab,

Yep my bad! I mis-remembered .local/share/steam as . cache/share/steam. :)

Rustmilian, (edited ) in One of these 6 will become Plasma 6. Wallpaper Which one do you prefer?
@Rustmilian@lemmy.world avatar

FLOW, STAIRWAY & WAVES are just literally every wallpaper ever. Uninspired.

lemcat,

Give us some inspirational suggestions then, oh holy one

Rustmilian, (edited )
@Rustmilian@lemmy.world avatar

SUN / COMET, HEXWORLD & HARMONY.
Anything that’s not just following the exact same design language like FLOW, STAIRWAY & WAVES clearly are doing.

cvf, in Is there a tool to real-time encrypt folders?

CryFS does what you want, it's the default used by the KDE Vaults feature.

there's also a comparison page on the site, comparing it to other solutions.

Holzkohlen,

Yeah, I was going to suggest KDE vaults as well.

verdigris, in Made the switch to KDE

I appreciate KDE for being a comprehensive toolbox that will let just about anyone craft the mouse-driven GUI of their dreams given enough time and effort. I appreciate GNOME for its bold and unified vision, which isn’t afraid to cull features or embrace innovation.

In what sense do you mean “faster” though? If you mean more performant, I haven’t experienced that – both desktops are extremely responsive.

torbjoern,

This is purely anecdotal evidence, but on my 2013 ThinkPad X220 (dual-core i5, 12GB RAM) Plasma “feels” snappier and more responsive than GNOME.

BiggestBulb,
@BiggestBulb@kbin.social avatar

I can also back that up! KDE feels way faster than Gnome (and especially Cinnamon) on older computers

the_postminimalist, (edited ) in why doesn't GNOME have a mascot??

Not everyone feels like having a mascot fits with their branding

Pantherina,

So they take a damn FOOTFUNGUS

3laws,

My head canon is that Pingu is the only mascot for GNOME.

wfh, (edited ) in Using Linux for the first time

May I ask why you, as a beginner, specifically chose one of those distros instead of more “mainstream” ones?

Puppy Linux’s main use-case is to be a live ISO, that doesn’t need to be installed to run. It doesn’t mean it’s not a good idea to install it, but I think if you want to use an Ubuntu derivative, there are better options for a beginner like Pop or Mint that would let you install a lightweight desktop environment like XFCE, LXDE, LXQt and so on.

Alpine Linux is specifically designed to avoid all the core system tools that are pretty much universal on most other distros like glibc, systemd or GNU tools and libraries, which will make your life hell as a beginner if you need to troubleshoot anything as most “universal” documentation like the Arch wiki would be at best partially relevant, at worst useless.

embed_me,
@embed_me@programming.dev avatar

Xubuntu rocks. Used it throughout college on my cheap laptop

myogg, in Using Linux for the first time

Like the others, I suggest you stick to a distro designed for desktop use (Ubuntu, Fedora etc), you’ll have a much easier time.

If you really want to go with something closer to “scratch made” I’d recommend Arch. Its documentation is killer and you can build a system suited to your requirements.

uis, in NixOS 23.11 released
@uis@lemmy.world avatar
uis,
@uis@lemmy.world avatar
Pantherina,

Does Nix need user namespaces, and does it allow good Sandboxing like Podman or Flatpak?

uis,
@uis@lemmy.world avatar

No idea, I use Gentoo

lupec,

I’ve used flatpak in the past, and although you basically give up the declarative aspect they worked fine as far as I remember

Pantherina,

That was not answering the question 😅

lupec,

Ah, I think I see what you meant now. My bad!

alper_celik,

Nix packages arent containerized by default. But since every depenedency is clearly defined. there are tools wrap packkages using bublewrap, or tools build layered docker imahes

But building packages happens in sandbox

Pantherina,

Great thanks! So Fedora+Nix (maybe some hacky way to symlink it to /var/nix on every boot and it can run on Atomic too)+bubblejail (there is a COPR now for use in secureblue) could be a great setup!

Any info about namespaces? Hardened kernels block these for valid reasons. Flatpaks can use bubblewrap-suid, Podman is supposedly not compatible (not sure about that)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #