linux

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

yetAnotherUser, in Cool fancy programs?

When talking about cool programs, you can’t forget the classic cowsay

ProgrammingSocks,
pezhore,
@pezhore@lemmy.ml avatar

I’m partial to Pokemon say.

MonkderZweite,

and fortune or fortune-mod. Combine it with cowsay for best effect.

agent_flounder, (edited ) in [SOLVED] Davinci Resolve Plugin Issue on Nobara
@agent_flounder@lemmy.world avatar

Since there are no replies yet I will take a stab that I hope will help get you closer and not send you off on a wild goose chase because of me being an idiot or something.

You may also know all of the following, if so sorry.

I run into Undefined symbol errors usually when some software is trying to call a function it expects to be in a library but the function isn’t because I have the wrong version of the library.

So yeah I think it may be a dependency issue.

The next thing is to figure out which package holds libharfbuzz so you can determine what version of that package you have vs what version is required by Davinci Resolve.

Something I learned about Nobara is that updating software has to either be done in the Nobara package manager or with a specific set of commands on the command line or you might break stuff (like I just did). It seems plausible that if you updated with a simple dnf update on the command line it may have caused issues.

Also… Are you installing Resolve from a Flatpak or …?

governorkeagan,

Thank you!

I ran an update after installing Nobara from the welcome page thing. I also ran a dnf update later.

I’ll have a deeper dive tomorrow and try figure out what package has libharfbuzz. Any tips on how to do this effectively?

Resolve is an interesting case since they only officially support 3 distros. They have a .run file which installs the application. resolve on linux

agent_flounder,
@agent_flounder@lemmy.world avatar

Via Google search for libharfbuzz, It’s a “text shaping engine” – github.com/harfbuzz/harfbuzz

I then searched Fedora distro harfbuzz and got this – src.fedoraproject.org/rpms/harfbuzz

I would then go look for it in Nobara package manager and see if it needs updating or not and see what version it is running.

Another thing I would check is what version is standard in the supported distros. I’m guessing that list includes Fedora and Ubuntu and/or Debian. If the version they expect is different from what you have then we need a way to make the right version available. I’m not sure what is the best answer but I have a few ideas that I would try if it were me.

Man I tell you, apps that have one off install approaches like this are so annoying. I’ve run into this a few times. It just leaves me feeling dirty. Why can’t they just distribute an AppImage or rpm for Pete’s sake?

governorkeagan, (edited )

I just checked on Pop!_OS to see what version I’m running there because I know everything works fine. harfbuzz isn’t even installed…

When I’m finished work later today I’ll have a look on Nobara for the version installed cs expected etc.

EDIT: I solved the issue.I came across a similar issue on the GitHub repo for harfbuzz and while reading the log file again I had an ah-ha moment. More details in the post.

misophist, in Cool fancy programs?

xjack is one of my all-time favorite programs.

vim_b,

Unsettling. A+

tsonfeir,
@tsonfeir@lemm.ee avatar

Real Jacks type it while making eye contact.

digger, in Cool fancy programs?
@digger@lemmy.ca avatar

May I interest you in lolcat?

CrabAndBroom,

There’s also dotacat written in Rust for people who find lolcat too slow.

vort3,
@vort3@lemmy.ml avatar

Because dota is better than lol. Lol.

LemmyHead, in Storing SSH keys on gnome-keyring, kwallet, ibsecret or similar

What about a hardware key? Like nitrokey or yubikey?

Kid_Thunder, in SSH protects the world’s most sensitive networks. It just got a lot weaker

Since he doesn't mention it in his 'fantastic' reporting, OpenSSH 9.6 was released Monday that will patch this attack. Also, since he doesn't mention it, if on the Internet, the MITM would have to be installed at both end points (client side and server side) to be effective without the patch.

cypherpunks,
@cypherpunks@lemmy.ml avatar

Since he doesn’t mention it in his ‘fantastic’ reporting, OpenSSH 9.6 was released Monday that will patch this attack.

I am tempted to delete this post just for the article’s stupid clickbait headline, but it still will probably cause some people to go update their OpenSSH installs, so… meh.

Anyone who actually wants to know details of the vulnerability should read the website about it which is obviously much better than this article.

Also, since he doesn’t mention it, if on the Internet, the MITM would have to be installed at both end points (client side and server side) to be effective without the patch.

Huh? No. The attacker doesn’t need to be in two places or even near either end per se, they could be located at any fully on-path position between the client and server.

spaphy,

It’s better that you guys discuss it in the comments and the click bait effectively makes me click the comments so it all worked out; thanks all.

thesmokingman, in Canonical changes the license of LXD to AGPL

No other company will contribute to LXD now. This is 100% a Canonical tool. Were the big clouds looking at deploying LXD so Canonical tried to block them?

ikidd,
@ikidd@lemmy.world avatar

I think the reason it’s a Canonical product is because nobody else was contributing to it before. So nothing has changed.

krolden,
@krolden@lemmy.ml avatar

What

n2burns, in Acer Aspire 1 ARM Laptop Has Nearly Complete Upstream Linux Support

I was interested until 4GB of RAM. I have 8GB on my 13 year old Thinkpad x201, and that’s sometimes not enough!

jackpot,
@jackpot@lemmy.ml avatar

yeah but how fast is that 13 year old ram

ShortN0te, in Storing SSH keys on gnome-keyring, kwallet, ibsecret or similar

I store my keys via KeepassXC. They got a Freedesktop.org secret service and key-agent integration

Crack0n7uesday, in What bootable "live" images of useful tools?

Hiren’s boot disk is the only answer to this question. I heard they updated it a few years ago.

Nica, in What bootable "live" images of useful tools?

chntpwd (Reset credentials on a Windows disk)

governorkeagan, in 2 years on GNU/Linux - a retrospective attempt

Reading this is making me want to try Arch on my second drive just so I can say “I use Arch btw” lol

Liz_thestrange,

Yeah that’s mainly the only reason why I installed Gentoo on a spared drive, I’m reinstalling it for been able to use a desktop environment tho

mumblerfish, in SSH protects the world’s most sensitive networks. It just got a lot weaker

So you need an MitM situation to even be able to perfom the attack, and the the attack on works on two ciphers? The article says those ciphers are commonly enabled, but are they default or used in relatively modern distributed versions of openssh?

gerdesj, (edited )

A scan performed by the researchers found that 77 percent of SSH servers exposed to the Internet support at least one of the vulnerable encryption modes, while 57 percent of them list a vulnerable encryption mode as the preferred choice.

That means a client could negotiate one or the other on more than half of all internets exposed openssh daemons.

I haven’t got too whizzed up over this, yet, because I have no ssh daemons exposed without a VPN outer wrapper. However it does look nasty.

bouh,

If you need a man in the middle to exploit this, it’s not that nasty.

kokofruits_1, in Announcing Brise theme

Remove outlines from menu and combobox items.

I really like how it looks currently in plasma 5.27, it makes it look not so bland. All the other changes seem great!

chitak166, in I need some help with linux energy management and hibernation

I just want to say, power management needs to be improved across the entire Linux ecosystem.

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