linux

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

genie, in Writing program

Others are recommending Obsidian (which I have no experience with, it may be the right way to go).

Myself, I chose Logseq on a whim a year or two ago and haven’t looked back. In the backend you get a nicely composed set of plain-ol’ markdown files that you can cp/edit/merge as needed.

ExLisper, in What are you most excited when it comes to linux in 2024?

Nothing. 6.6.6 was already released.

paradiso,

Scary number

Shady_Shiroe, in [Resolved] Why does the font on Lemmy.world look like an eyesore?
@Shady_Shiroe@lemmy.world avatar

Bruh, I read “font” as “front” in title and was confused as to why you were listing your os specs

mikey, in [Solved] Font not available in Firefox or (Epiphany GNOME) Web browser.

I don’t know anything about how Firefox is packaged for snap, but snap’s “sandboxing” might interfere with getting all fonts.

You might want to try using Firefox without snap (which has some other benefits, especially around startup time) or adding ~/.local/share/fonts (which is where fonts are supposed to be installed for users) to some sort of allowlist.

majestictechie, in [OC] Bibata Cursor v2.0.5 - w/Endless Personalization...

Where’s the flaming sword?

LemonLord, in Terminal Utility Mega list!
@LemonLord@endlesstalk.org avatar

Emacs it’s different than Vim or Nano. It’s a bridge to Lisp and by this a good learning path. By the way: it’s a OS. 😎

Hexarei, in [Solved] Font not available in Firefox or (Epiphany GNOME) Web browser.
@Hexarei@programming.dev avatar
Orcocracy, in Kernel 6.6.6 is out 😈
@Orcocracy@hexbear.net avatar

Yay, happy hail Satan day everyone. I remember when Intel chickened out and rounded up their 666 megahertz pentium 3 processors to report as being 667 megahertz. Absolute cowards, no wonder China is kicking their ass.

Chewy7324,

Iirc it’s a thing for hotels to not have a room number 13.

Petter1,

And that there is no version 9: no windows 9 no iPhone 9 etc. I think it’s s unlucky number somewhere in Asia

Palacegalleryratio, (edited )

iirc the no windows 9 thing was actually because a lot of software ran a compatibility check like:


<span style="color:#323232;">if windows version = “windows 9*” then open legacy mode
</span>

This worked for software written for newer windows like xp but still allowing a legacy mode on older windows versions like 95 and 98. Problem was this also put that same software running on windows 9 into legacy mode. So they called it windows 10 to sidestep the compatibility issues.

Chewy7324,

It’s great to see to what lengths Microsoft goes to keep backwards compatibility. Compared to how a minor glibc update broke Linux apps without much warning. Without supporting legacy workflows I don’t think Microsoft would’ve had the market share they have today.

azertyfun,

I believe that’s apocryphal… Some people came up with that theory on twitter, but AFAIK it’s not been confirmed. It only matters in some edge cases of an edge case.

And let’s be real, if backwards compatibility really mattered, they could have made the API return “Nine” or “IX” or whatever and used “9” everywhere else in the UI, marketing, packaging, whatever.

The real reason is probably the simplest and stupidest: Microsoft’s marketing department got impatient and went for the big round number because 10>9. Also why NVIDIA went 9xx->10xx->20xx… bigger number = better, it’s really that mind-numbingly stupid.

ademir,
@ademir@lemmy.eco.br avatar

In Japan it is number 4 because sound like their word for death (something among those lines)

sevenapples,

which is kinda stupid because they have two words for 4 (shi and yon) and only shi sounds like death.

ademir,
@ademir@lemmy.eco.br avatar

Well, what superstition isn’t stupid?

OsrsNeedsF2P, (edited )

If it’s anything like Korean (and it probably is), it’s specific when you can use each version of the word so it’s not like you could simply swap shi for yon

Pantherina, (edited ) in Windows 11 scores dead last in gaming performance tests against 3 Linux gaming distros

www.youtube.com/watch?v=5eKSQT5mV-c

Important: Nobara is way less Secure than Fedora.

  • no Secureboot
  • monthly updates instead of often daily
  • purposefully removed SELinux (because the Dev doesnt know how to use it)
  • still no Fedora39!

If you want to game, stick to regular Fedora. A project that is actually secure is ublue with dedicated NVIDIA images that should just work and never break, and they even have Bazzite, an Image specifically for the Steamdeck but also for Desktop.

These images are only ½ day behind upstream, apply minimal additions and patches (like drivers, codecs, packages, udev rules for controllers) and Nick from the video above found out that the Nobara patches with their weird less supported Kernel arent really worth the hassle.

Skimmer, (edited )

I 100% agree, its best to just stick to upstream Fedora imo. Glad you made this comment. The security issues of Nobara always put me off, especially since basically everything it does can just be applied to regular Fedora. I think Nobara would much better serve as a script or toolkit, similar to Brace, or something along those lines instead of an entire separate OS with the security issues it brings.

jlow,

Your ublue-link got messed up, did you mean universal-blue.org ?

Pantherina, (edited )

No its their shortlink and I am lazy. But replaced it.

yum13241,

Secure Boot is an utter piece of bullshit from the depths of hell.

Pantherina,

Proprietary UEFI BIOS is, but for a secure system with local manipulation prevention it can be needed. Also secureboot is a security measurement against malware so no, its simply the best we have.

Look at Coreboot if you want a secure modern system

  • novacustom
  • 3mdeb
  • starlabs
  • system76
yum13241,

Secure Boot is just Bootloader Signature Enforcement controlled by M$, it’s not gonna prevent Superfish 2.0 from happening.

Unfortunately, I don’t have a coreboot-able system. When I move out I’ll make that a priority.

princessnorah,
@princessnorah@lemmy.blahaj.zone avatar

I mean you saw LogoFAIL right?

yum13241,

I never bought my current machines. Funnily enough, they don’t show any logos on bootup, (Windows Boot Manager is smth else)

princessnorah,
@princessnorah@lemmy.blahaj.zone avatar

The vulnerability actually isn’t in Windows Boot Manager, it’s a flaw in the image-parsing code of the UEFI itself. That’s why it’s able to bypass SecureBoot.

It just happens that for whatever reason you can easily update the image file from within Windows/Linux itself. The fact they don’t show a logo currently does not mean you’re immune, as the system might just be showing a black screen at that point. Code can be injected into an image file without perceptibly affecting the image output, so you’d likely be able to use a “black screen” logo. If your computer has a UEFI instead of a BIOS, which is pretty much everything from the last 10yrs, then you are more than likely at risk.

My computer likely isn’t susceptible, and that’s because it’s a Dell workstation. While the bug still exists in the image parser, Dell has locked things down so it’s pretty much impossible to change the boot logo from userspace.

Flaky,
@Flaky@iusearchlinux.fyi avatar

FWIW, some firmware allow changing it during the update procedure. I remember having to update my ThinkPad’s firmware and it had that option.

princessnorah,
@princessnorah@lemmy.blahaj.zone avatar

That’s valid, I looked into it with Dell and later articles have mentioned they aren’t susceptible.

yum13241,

Yes, IK WBM is not the problem here. My systems don’t show a logo at all, and they don’t have a “hide logo” options.

retro,

As a non-power user, I don’t want daily updates. Monthly is perfectly fine for me.

Pantherina, (edited )

Then disable the updates lol. This is done in the background and includes all the security patches so you dont even see any of it, not a single popup.

We are not talking about backported security fixes, but literally no updates for an entire month.

micnd90, in Kernel 6.6.6 is out 😈

Tell me why I should upgrade from my Linux 4.20 kernel

ililiililiililiilili,

CVE-2020-25220

1984, in Kernel 6.6.6 is out 😈
@1984@lemmy.today avatar

I’m not installing this… Scary. Will wait for 6.6.7 in a few days. :)

cerement,
@cerement@slrpnk.net avatar

the kernel that lives across the street

Tinidril,

Neighbor of the beast.

ultra, in What are your opinions of Guix?

It’s NixOS but more free and with scheme instead of nix

onlinepersona, in What are your opinions of Guix?

I tried it out one single time and it failed to install or update or something. Had to then find all the places it had inserted itself into in my system. Later I found out it’s based on some LISP variant. Even later I found out you can’t install firefox with it because of gnu or something?
That all combined dissuaded me from touching it again.

nix has terrible documentation, but it’s kinda worked for me, so I’m sticking with it.

tekila, in What are your opinions of Guix?

The idea behind it really appeals to me. However, Guix is so niche that I felt like it was not worth the effort to actually daily drive it. I went the NixOS way instead and have been daily driving it now for almost 2years. I’m really satisfied with the paradigm immutable and reproducible os. I also manage my servers this way and it makes it really easy to rollback stuff.

The learning curve is the same as for any language but you have to relearn how to manage an os this way as it can be really different than a trad os. It forces you to really understand for example how packages traditionally expect to link to various libs available on your system.

Legisign, in Is anyone using awk?

cut is actually next to useless, because it cannot understand that multiple spaces can still be a single separator in most text files in /etc. You have to use AWK.

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