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.

rostselmasch , (edited ) in List of versions (stable, LTS, unstable etc) of major distributions from fastest to slowest updates?
@rostselmasch@lemmygrad.ml avatar

I dont have a list, but I usually use this site. It also does not only show Linux distributions, but also software products like nginx, mariadb or programming languages like go, rust and python.

Edit: Some Linux distributions habe older software, which they support with security updates and also stay on one kernel version. Fedora as example gives you a new kernel after few weeks. Maybe you can be more concrete

istanbullu , in Flathub has passed 2 billion downloads

nice

DaTingGoBrrr , in List of versions (stable, LTS, unstable etc) of major distributions from fastest to slowest updates?

Does this list include rolling release distros like Arch? Because I can see no mention of it

lord_ryvan , in Any suggestions for cheap but decent laptops for coding?

Used Dell XPS, Thorvalds’ own choice of laptop, and often ranked well on iFixIt reparability ratings

I’ve been using a Dell XPS-15 9560 for over six years now, the keyboard needed to be cleaned after four years and and the charging port needed to be replaced (€10 inc service) recently. The battery no longer lasts 11 or so hours but it lasts 2 or so which I’ll take, for about €100 I could replace just the battery.
All of which, for how fast devices tend to break on me, is an incredibly good mileage I’d say!

And oh yeah, whatever Linux I’ve been distro hopping to has worked swimmingly!

brochard , in I was looking at the firefox flatpak on flathub. Won't this warning make a non tech-savy user anxious? This might make them think they'll get a virus or something like that.

In my opinion, those warnings are not used to help users but to shame developpers for not trully sandboxing and verifying their apps. Developpers know that having this warning will decrease the number of users downloading it. The goal in the long run is to improve app sandboxing and security.

MonkderDritte , (edited )

By not letting the user import/export addon settings, bookmarks?

Btw, i hate the opinion that the dev must babysit his users. It makes software worse, not better, look at Firefox’s profille folder for an example. If you have to, make an intro to train them.

Sethayy ,

I’m not 100% confident but I thought you could use portals to access individual files outside of the sandbox

UserMeNever ,

You could but where is fails is when you open one html file that then needs to loads the other files that are needed by the first.

You can not allow chain loading like this, it would bypass the sandbox.

One way of working around this would to allow the option of passing a whole folder and sub folders to the program.

The other and much harder option would be a per program portal filter that can read the html file. then workout what files that html file needs and offer that list of files to the user.

The lazy work around is allow read access to $HOME and deny access to some files and folders like .ssh

Sethayy ,

Makes sense, but at least this would generally be out of a normal users usage case (multi-file documents), and so the power user could probably just open flatseal.

For things like bookmarks it’d work fine, and by extension make the sandbox more secure

UserMeNever , (edited )

Makes sense, but at least this would generally be out of a normal users usage case (multi-file documents), and so the power user could probably just open flatseal.

I would not be so sure. Firefox has a “save web page as…” option which saves the html page and all other files needed into a sub folder.

Without better handling of reading and writing files the sandbox will break that builtin function. another way of working around this. would be to change firefox to save the web page into one file. Maybe something a .html+zip file that firefox would know how to open. However that would lock other browsers out without manualy unziping it first.

Getting sandboxing right with powerful programs is very hard and I feel the tooling is still not here yet.

AProfessional ,

You can choose folders in the portal now.

MonkderDritte ,

My bad, i thought that was included in file system access.

calcopiritus , in What is your favourite shell to use

PowerShell, because of autocomplete and shift+arrows select.

Tovervlag ,

I often end up in ps because I’m more familiar with it. But only if I have to do some scripting or so.

JetpackJackson , in Deduplication tool

Instead of trying to parse the old stuff, could you just run something like borg and then delete the old copypaste backup? Or are there other files there that you need to go through? I ask because I went through a similar thing switching my backups from rsync to borg

Agility0971 OP ,
@Agility0971@lemmy.world avatar

I had multiple systems which at some point were syncing with syncthing but over time I stopped using my desktop computer and syncthing service got unmaintained. I’ve had to remove the ssd of the old desktop so I yoinked the home directory and saved it into my laptop. As you can probably tell, a lot of stuff got duplicated and a lot of stuff got diverged over time. My idea is that I would merge everything into my laptops home directory, and rather then look at the diverged files manually as it would be less work. I don’t think doing a backup with all my redundant files will be a good idea as the initial backup will include other backups and a lot of duplicated files.

JetpackJackson ,

Ah ok gotcha.

chtk , in Deduplication tool
@chtk@feddit.nl avatar

jdupes is my go-to solution for file deduplication. It should be able to remove duplicate files. I don’t know how much control it gives you over which duplicate to remove though.

lars ,

It is so so fast

fungos , in Deduplication tool

This is the best: github.com/sahib/rmlint

utopiah ,

Neat ,wasn’t aware of it, thanks for sharing

fartsparkles , in Deduplication tool

I don’t know about deduping mid transfer but these two have been helpful over the years:

mr_right , in PSA: How to install Brother HL-L5210DW printer under Fedora 40 using IPP-over-USB
@mr_right@lemmy.dbzer0.com avatar

Brother’s driver install tool expects dnf, apt, or yum, and so it’s incompatible with ostree-based systems like Kinoite or Silverblue. You can of course download the driver manually and install the necessary packages:

Not being able to provide support for every distro is the other edge of open source

Telorand ,

It’s more the other edge of immutable distros, in this particular case. The entire point is that the system files can’t be modified, but that means working within those restrictions via layering can be tricky in certain cases.

mr_right ,
@mr_right@lemmy.dbzer0.com avatar

Huh, intersting

MalReynolds , in Deduplication tool
@MalReynolds@slrpnk.net avatar

Be aware that halfway decent backup solutions dedupe. Which is not to say you shouldn’t clean your shit up. I vote github.com/qarmin/czkawka.

lurch , in Deduplication tool

make sure to make the first backup before you use deduplication. just in case it goes sideways

pHr34kY , in PSA: How to install Brother HL-L5210DW printer under Fedora 40 using IPP-over-USB

Printers are always horrible to administer. Brother are typically the best on Linux. I wrote a massive instructional blog a few weeks ago because it took so much work to get my HL-3150CDN working over USB. I had to repackage a Frankenstein’s monster of a driver because my printer never got 64-bit CUPS filters.

thayer OP ,

That’s a great post too, thanks for sharing it here. My hope is that folks might still manage to find this info through search engines, even if Lemmy isn’t yet as highly indexed as other platforms.

boredsquirrel , in Deduplication tool
@boredsquirrel@slrpnk.net avatar

btrbk

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