linux

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

Sims, in Another Look At The Bcachefs Performance on Linux 6.7 Review

Hm, not sure why he thinks bcachefs will ‘mature’ over the coming months ? …unless more debugging/stability features are enabled by default.

I hoped for more speed umpf, but looking forward to testing…

Chewy7324,

Bcachefs still misses major features, so it’s possible to expect that performance will change over time. Just because bcachefs is upstreamed to Linux doesn’t mean it’s finished.

bcachefs.org/Roadmap/

teawrecks, in Noob question: what to arrange before switching to linux

If you don’t have a secondary windows device, I recommend dual booting, or immediately setting up a windows VM. Beyond that, you’re over thinking it, and by that I mean, you’ll never think of everything. There will always be some little thing that you’ll have a dependency on windows for, and that’s why you have a secondary windows install handy.

cybersandwich, in COSMIC Edit with project-wide search

And it has vim motions!?

mmstick,
@mmstick@lemmy.world avatar

Yes, there are vim keybindings and some vim commands supported.

ultra,

Nice!

django, in Is the Windows Subsystem for Linux worth it?
@django@discuss.tchncs.de avatar

If your only interest is using Linux, you should probably do just that. No need to install anything else.

Resol,
@Resol@lemmy.world avatar

Well in this case, using Linux means not using Windows, doesn’t it?

django,
@django@discuss.tchncs.de avatar

Yes, spare yourself from using wsl and try the full linux experience. 😊

danielquinn, in Is the Windows Subsystem for Linux worth it?
@danielquinn@lemmy.ca avatar

It’s fine if all you need/want is a Linuxy shell to work with, but if you actually want a proper Linux computer, with a DE that doesn’t suck, mapable keyboard shortcuts, no spyware, working workspaces, tools that do what you want rather than what Microsoft wants for you, etc., you’re going to be miserable.

Atemu, in Cleanest way to maintain AppImage installations?
@Atemu@lemmy.ml avatar

Don’t. Use a proper package manager for permanent installation of things. There’s a reason we have those.

SkullHex2,
@SkullHex2@lemmy.ml avatar

Okay but… what would be the use case of AppImages then? Portability?

Atemu,
@Atemu@lemmy.ml avatar

That and ease of deployment.

If you as a developer wanted a non-technical user to test a thing you fixed for them, you could ask them to try an AppImage from your CI pipeline and they would easily be able to install it. They’re great for that.

Also, trying out a package can leave unwanted system state around in traditional imperative system package managers. AppImages OTOH are self-contained and user-installable.

warmaster, in Cleanest way to maintain AppImage installations?

What’s wrong with gear lever?

Archr,

The issue with gear lever is that not many people know that it exists. I only started using it a few months ago and I’ve been on Linux for the better part of the last decade.

cbarrick, (edited ) in How safe are my data if my hard drive isn't encrypted?

An encrypted hard drive means that someone cannot physically steal your hard drive and read its contents.

Encryption-at-rest is generally moot against RCE exploits, because your OS will happily decode files that your programs have permission to read.

That said, on modern systems, encryption is cheap. So set it up if you can.

Edit: I replied to the original post.

Pantherina, in Noob question: what to arrange before switching to linux

Is that nvidia card old, do you need very fast performance? You could use the nouveau drivers which are mostly FOSS.

If you need the proprietary drivers though, I advise against updated Distros except ublue.it

Debian might be an exception as it upgrages so slowly, but I also wouldnt recommend Debian really. Debian + GNOME is probably very fine, even though also here you will miss a lot of cool new updates, but Debian + KDE is simply not ready and all those bugs are now only fixed in Plasma 6.

So my recommendation is a ublue-nvidia image, no matter what desktop you like

Papanca,

It’s not brand new, but i don’t need it for gaming or anything major. Thank you for your recommendations, i will look into it!

d3Xt3r, (edited )

A GPU is used for a lot more than just gaming these days. It’s used to render videos, accelerate normal 2D programs (like some terminal emulators), accelerate some websites/webapps (those which use WebGL for eg); also modern DEs like Gnome and KDE also make use of it very heavily, for instance for animations and window transitions. Those smooth animations that you see when you activate the workspace switcher or window overview? That’s your GPU at work there. Are your animations jittery/laggy? That means your setup is less than ideal. Of course, you could ignore all that and just go for a simple DE like XFCE or Mate which is fully CPU-driven, but then the issue of video acceleration still remains (unless you don’t plan on watching HD videos).

Without the right drivers (typically NOT nouveau, unless you’re on a very old card), you may find your overall experience less than ideal. As you can see in their official feature matrix , only the NV40 series card fully supports video acceleration - these are cards which were launched between 2004-2006 - that’s practically ancient in computer terms and I highly doubt your PC uses one of those. Now recent-ish cards do support video acceleration, but you’ll need to extract the firmware blobs from the proprietary drivers (which can be a PITA on normal Debian as it’s a manual process), plus, even after that, the drivers won’t support some features that may be required by normal programs, as you can see from the matrix.

The natural solution of course would be to install the proprietary nVidia drivers, but you do NOT want to do that (unless you’re a desperate gamer) as there’s a high possibility of running into issues like not being about to use Wayland properly, or breaking your system when you update it - just Google “Linux update black screen nVidia” and you’ll see what I mean.

You’ll be avoiding a lot of headache if you just went with AMD; or even just onboard graphics like Intel iGPUs (if your CPU has it) would be a much better option - because in either case, you’ll be using fully capable and stable opensource drivers and you won’t face any issues with that.

Also, watch this video: youtube.com/watch?v=OF_5EKNX0Eg

Pantherina,

Do you prefer GNOME or KDE? I would stay away from other desktops for now, as they lack security a lot (Wayland).

Silverblue is GNOME, Kinoite is KDE. I highly recommend you try the images from ublue.it

They are not completely perfect out of the box though, you may need to add Flathub for the apps you need.

Papanca,

KDE, thanks for the link :-)

Pantherina,

I am using Kinoite for quite a while, and pretty happy with it.

detalferous, in What's the best way to remote into a linux machine?

X2go is a great option.

be_excellent_to_each_other, in Noob question: what to arrange before switching to linux
@be_excellent_to_each_other@kbin.social avatar

Been a few years since I did a Debian install, but IMO it's fairly daunting for a noob unless it's changed a lot. I found Arch easier to install (this is not me suggesting you use Arch, just making a comparison - I currently don't use Arch btw.)

I would disagree with the prior poster urging you to use Debian testing/unstable partially because saying it like that as they did implies they are the same, which they are not.

Suggest if you stick with Debian (which is a fine and foundational distro, I'm just not sure it's a good choice for a noob - but again haven't touched vanilla debian in years), you read this page first (and the page for each of the branches) to decide which release to use. https://wiki.debian.org/DebianReleases

Nia, (edited )

deleted_by_author

  • Loading...
  • be_excellent_to_each_other,
    @be_excellent_to_each_other@kbin.social avatar

    That's good to know, thanks!

    ReversalHatchery, (edited ) in KDE Plasma - Is it possible to show the user running a GUI in its window title ?

    I would be interested in a proper solution, but recently I have found a way to make custom icons for specific Konsole instances. Maybe you could use a similar approach.

    I have made a copy of the program’s desktop file and placed it in /usr/local/share/applications/ with a slightly different name, and given it a new icon. Then I have made a new window rule, that sets this desktop file for windows that start with a title having a specific pattern, and made Konsole to start with that title using an undocumented command argument I have found on their bug tracker.
    This is very hacky and I don’t like it, can’t wait until it breaks, but it’s all I have found.

    An alternative way may be to make a symlink to Konsole and start it through this symlink, and somehow identify the window by the executable path… but window rules don’t support that. Maybe through some other way? KWin has a scripting API… hmmm…

    But a problem you’ll probably have to deal with when setting the title is that the program can set it’s title any time, and at least some of them (including Konsole) routinely do that, in that case based on the selected tab’s title. There’s a setting to turn that off… but as I have experienced, it doesn’t do what I expect, if anything. Maybe by listening to title changes you can force your will, if that is possible.

    phloatingman, in What's the best way to remote into a linux machine?

    For gaming, sunshine server and moonlight client. Zerotier or tailscale to get around firewalls.

    theshatterstone54, in What dock do you use in Wayland?

    I’m on Hyprland and I use Waybar because it’s the best

    HawlSera, in Pony approved distro

    A shame gen 5 sucked

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