linux

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

Observer1199, in this random process was using 25 % cpu is this a virus?

Is this on the machine where you have a 23 year old low end GPU?

Artemis_Mystique,

no its about 11 years old

CCF_100, in What devices run with free firmware?

What laptop is that? That dock looks so cool…

this_1_is_mine,

That’s a x200 lenovo thinkpad.

Pantherina, in Are older, but Linux compatible computers capable of running the newest kernel/version of various distros?

Oh you again, yes Linux supports every normal hardware, and even a lot of crazy ones like Risc-V

On Android the system is bundled with the firmware as it comes from the same people. And for some reason those people dont like providing updates for sane amounts of time, like… 20 years?

Macaroni9538,

haha yes me, no I was wondering about running the latest versions of linux on older machines. are they capable or more limited to older versions just because the age and the older hardware?

Pantherina,

Every Linux runs everywhere! This is not Android, iOS or MacOS! Backwards compatibility is the key word here.

Your purse will limit you to older hardware though.

Macaroni9538,

But I just may not be able to run the newer releases that come out and continue to come out? if the machine is a tad old? is that what I’m getting? because that’s what im trying to figure out

Pantherina,

No, every Linux works on every regular Laptop.

I_like_cats, in What has been your experience with Flatpak?

Flatpak is good for chat apps and proprietary apps which you don’t want to have full access to your system

federalreverse, (edited ) in this random process was using 25 % cpu is this a virus?
@federalreverse@feddit.de avatar

Uhm, so what’s the name of the binary? This is just a list of open files. I missed that it’s “more”…

db2,

Dude thinks ‘more’ is a virus.

federalreverse,
@federalreverse@feddit.de avatar

Ooh, how’d I miss that…?

fubo,

A process can change its name. If I wanted to make sneaky malware for Linux, I’d have it call itself more or something innocuous too.

The correct answer is “this is not enough information”. Why should a real more process eat ¼ of a core for any substantial amount of time?

Artemis_Mystique,

is there like a competent antivirus i could use: the system is freshly installed and i havent used any shady software; everything from the repo and a hash checked tor browser(I didnt visit any shady site just clearnet browsing)

fubo,

Then it’s probably just more. Again: your post did not contain enough information for anyone to provide an answer to your question.

Antivirus doesn’t do what it promises. The only general solution for a compromised system is a clean reinstall. (This is true in Windows too.)

Artemis_Mystique,

Sorry i was panickin and killed the process this the only screen shot i have

badbytes,

Id recommend you install “top” (I know nix funny names) and if run it, will show processes sortable by resource. But I think you are fine.

elscallr,
@elscallr@lemmy.world avatar

htop and/or btop are more modern user friendly alternatives to the classic top

SoNick,

Ooh, I'd heard of htop but btop is new to me!

elscallr,
@elscallr@lemmy.world avatar

Actually just saw btop mentioned on Lemmy the other day lol

FMT99,

If it’s a virus presumably it will return. Keep an eye (or ear) on your fan, especially after a restart.

walthervonstolzing, in 8 Websites Linux Users Should Have bookmarked
@walthervonstolzing@lemmy.ml avatar

‘should have’ – but didn’t? What happened then?

Deconceptualist,

I had that moment too but I think this is actually intended as “should keep bookmarked”.

walthervonstolzing,
@walthervonstolzing@lemmy.ml avatar

Yeah, I’m sure that was the intention; but the wording is off, so I wanted to take a little jibe at it.

two_wheel2, in 8 Websites Linux Users Should Have bookmarked

Add in regexr as well

Kata1yst,
@Kata1yst@kbin.social avatar

regex101 also excellent

SNFi,

That’s a cool website, but maybe more for programmers or hackers (I don’t mean evil people, just people that likes to use scripts).

two_wheel2,

Totally fair, and largely what I use it for, but it’s also helpful in the term at times to just get out a weird regex for a weirder file operation you don’t want to dork

SNFi,

Yeah right, it’s worth to learn regex for those moments when you need to rename many files with weird and unstructured names.

notthebees, (edited ) in Are older, but Linux compatible computers capable of running the newest kernel/version of various distros?

Probably yes. As long as it’s 64 bit, it will run without issue, hardware dependant. For 32 bit machines, you have to be more careful. The 32 bit core duo and pentium m CPUs don’t support pae.

Edit: First Gen Pentium M don’t show pae support as a flag but they do.support it. You have to set forcepae for some distros. I read the page incorrectly. Pentium M laptops that have 5 in their model number, like the 735 are second gen Pentium M

https://reddthat.com/pictrs/image/eb8304a8-d5b6-494c-9fd0-96c03ab06766.png

ipsirc,

The 32 bit core duo and pentium m CPUs DO support pae, as every intel compatible 32-bit CPUs since Pentium Pro.

notthebees,

They don’t show pae support so some OSes have issues. This is specifically for the first generation. I have a Pentium M 735 laptop which shouldn’t have this issue but for whatever reason PAE enabled OSes such as 32 bit Ubuntu won’t boot. I probably screwed something up. It currently runs bunsenlabs helium as it doesn’t require PAE. I’ll amend my previous comment

https://reddthat.com/pictrs/image/66f30a3b-6d43-411b-b181-f0e924027da3.png

thecrotch, in How to choose a computer/laptop/device that is better compatible with linux? Are there certain things to look out for when shopping?

I usually go for business level dells, like latitudes. They’re the go-to for corporations so they’re usually pretty well supported simply because they’re so common

Macaroni9538,

I have also heard this sentiment, that enterprise/business level hardware is best, even for personal use

demesisx, in Shoutout to fwupd for updating device firmware
@demesisx@infosec.pub avatar

Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:

NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.

Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.

russjr08,
@russjr08@outpost.zeuslink.net avatar

I’m not sure I see the problem here? It does say most cases and I’d definitely consider Nix/GUIX users to be in the minority for this (on top of users who would even compile software themselves in the first place).

Also from what I experienced during my (not so long) time with NixOS, usually things in Nixpkgs were contributed there by community members who ported applications over to be compatible with Nix. Sure, it’s a nice extra thing when the application developer does so out the gate, but given how special Nix and GUIX’s environment is, the onus has never really been on the app dev.

demesisx, (edited )
@demesisx@infosec.pub avatar

I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible.

russjr08,
@russjr08@outpost.zeuslink.net avatar

I see, that’s plenty fair enough, although I don’t think they meant it quite so literally (but rather as a method of lightening their support requests - I don’t have any fwupd capable hardware AFAIK however I get the feeling fwupd is pretty popular).

I find it really cool what Nix/Guix are doing and I give major props to their communities for what they’ve pulled off, for what its worth.

demesisx,
@demesisx@infosec.pub avatar

Interestingly enough, someone actually did release two nix derivations for this software!

search.nixos.org/packages?channel=23.05&show=…

russjr08,
@russjr08@outpost.zeuslink.net avatar

Oh that’s awesome! Although I can’t say I’m surprised, the last I heard Nixpkgs had more packages than the AUR, which is certainly no small feat.

upperleft, in What has been your experience with Flatpak?

My experience with flatpak has been stellar from a technical perspective has been stellar.

Where it currently falls short for me personally is trust. With my distro I am putting my trust into the maintainers, but with flatpak its… random people for most apps?

It is tough when it is not a primary channel of distribution for most devs, but I am optimistic that will change in the future.

Evotech,

It’s sandboxed though. Running an app from a developer already implies trust on your part. So if it’s sandboxed away from your other stuff, what’s the issue?

upperleft, (edited )

Sandboxed just means an app can’t reach out to the rest of the OS. What about the information I am entrusting to it to process?

If my browser is a flatpak, it likely has access to most of the information I care about. If I am using a chat app that is a flatpak, it can read my most personal communications. Why do I care if it can read what is in /etc?

Relevant: xkcd.com/1200/

Running an app from a developer already implies trust on your part.

You totally missed my point. My point was that a lot of flatpaks are packaged by unknown third parties. I would love it if the devs would package things as flatpaks directly, but that is mostly not the case.

Looking at flathub right now. 1567 applications are from unverified publishers vs 789 verified. Unverified apps include chrome, edge, chromium, brave, BITWARDEN and signal. All of those applications process highly sensitive information.

oldGregg, in What has been your experience with Flatpak?

Seems like every flatpaks update has to redownload Nvidia drivers for each package which is like 500mb, and my download speed is 3mb/s on a good day. So flatpaks limit me to updating once a month

hottari,

You can pin the Nvidia driver with flatpak mask appname and update the rest of your apps.

morrowind, in Trying Out & Benchmarking Bcachefs On Linux 6.7
@morrowind@lemmy.ml avatar

That startup time test seems a little sus for BTRFS

drwho,

Very much so.

Chewy7324,

Yes, I’m surprised it is so bad considering btrfs was close to the other fs on most benchmarks.

ProtonBadger,

Yes, it seems like there could be a weakness there, unless it's just a fluke. The test has a background I/O load designed to stress BFQ I/O.

piexil,

It’s not just startup time, it’s startup time with heavy background I/O

zwekihoyy, in Are there any downsides to using Homebrew as a package manager on Linux?

check Nix instead.

alt,

Nix is definitely cool and I already have it installed on my system. Unfortunately, even Nix has trouble with keeping Brave up-to-date at all times. It’s still on 1.59.120, while Brave has had three releases since. It took about 3 days after the release of version 1.59.120 for them to release it on their repos. As you can see, it leaves a lot to desire.

Acters, (edited )

It’s a community maintained repo. The possibility of updating it yourself is possible. The master branch is updated to the 1.59.124, which came out a week ago. And was updated around the same time. 1.60.110 was just released 1 day ago. You can update it yourself. After all, it’s supposed to give you a great default state to fall back to, not keep you on the bleeding edge of releases.

Edir: how to do it yourself and contribute to the community. nixos.wiki/wiki/Update_a_package

alt,

The master branch is updated to the 1.59.124

Brain fart on my side, thanks for correcting me so respectfully 😊!

Hmm…, maintaining it myself is an interesting thought. Perhaps I should take a look at that, thanks a lot for your input. Much appreciated!

Atemu,
@Atemu@lemmy.ml avatar

Minor version bumps should be mostly trivial: Change version and hash, package that into commit+PR (ckeck guidelines on that!) and that’s it most of the time.

The harder part is QA; ensuring it still works as expected. Therefore, even just testing update PRs as they come in would be a great help.
If the code change is trivial and a user of the package said it still works for them, a commiter coming along is likely convinced of the PR’s quality and just merges it.

It’s super easy to contribute to Nixpkgs in a meaningful manner :)

Open_Mike, in Audacity 3.4 Released with Music Workflows, New Exporter, and More

I'm still using 2.3.3 as 3.3.3 won't save project files on Google Drive. As a radio station, that's kinda important for creating sponsor messages etc.

Will check out Tenacity.

phx,

Couldn’t you just setup a local folder with syncing to drive enabled, and then save to that folder?

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