linux

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

s38b35M5, in Terrapin Attack – SSH vulnerability
@s38b35M5@lemmy.world avatar

I can’t believe its already been almost thirty years since SSH was created! Time to further harden your servers and clients by removing (now) insecure KEX algos.

rammer,
@rammer@sopuli.xyz avatar

Please note that if you do this then some older devices will stop working. (cough Cisco cough)

uwutrash, in Cannot Install openSUSE or any other Distro
@uwutrash@pawb.social avatar

Not sure about your machine, but I have a project box that is a 2008 MacBook Pro, it would get stuck on every distro I tried at initial ramdisk like yours EXCEPT Ubuntu and mint which it installs perfectly fine for whatever reason. Not even Debian worked, I have no idea why this was. Try that possibly?

Sandbag,

If I have to I will, not really looking to go down any of the Debian flavors.

lelgenio, in The Linux Experiment Channel (From Nick) is on Peertube, and it federates right into Lemmy as a community
@lelgenio@lemmy.ml avatar

deleted_by_moderator

  • Loading...
  • kariboka,

    Why would you say such thing? Nick is a great person.

    lelgenio,
    @lelgenio@lemmy.ml avatar

    Hahaha, there’s a video where he says this. I guess most people here don’t know about it. I think Nick shared it on mastodon, but I’m not sure now.

    kariboka,

    Ahh menos mal kkkk

    Roman, in Cannot Install openSUSE or any other Distro

    Have you tried disabling secure boot in the bios

    CaptKoala,

    My windows did this to me while I was dual booting with Mint, re-enabled secure boot when I went back to windows to check a wiki real quick.

    huojtkeg, in NixOS on OnePlus 6 with Extra Steps, or the Diary of my Descent into Madness

    Nice read. I did similar hacks in the past but I have less time lately.

    Aties, in Getting a Server Running - SteamOS - Best Path Forward?

    I have it fully operational on my actual server machine running Ubuntu,

    Was this difficult? Sorry to hijack, but I hadn’t really considered doing this but now I’m intrigued lol

    Russianranger,

    It’s pretty easy honestly. The community devs do a good job of making it fairly straightforward. You can slap it on windows, Linux, or docker, and as long as you aren’t facing an immutable file system OS, it’s really easy. Ubuntu/Debian work best with the Linux install.

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

    Which model do you have? There’s a known issue affecting the sleep/hibernate for the chipset on the new AMD model on the, I believe AMD has already submitted patches to fix it in the next kernel release though.

    WbrJr,

    I have the first European batch

    SquigglyEmpire,

    Hopefully this will make it in as an update for currently supported kernels, but if not it should be in the upcoming 6.8 release:

    www.phoronix.com/…/Framework-13-AMD-Lid-Suspend

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

    Who GNU Linux could be so fun?

    1984, in 2 years on GNU/Linux - a retrospective attempt
    @1984@lemmy.today avatar

    You should try inserting a paragraph here and there, because that wall of text is not fun to read… :)

    fuggadihere,

    Yeah that was brutal But thanks for postin your experience op I have to check out proton now

    fuggadihere,

    God damn it. It was good ol proton. I thought there was a specific distro that did not bother to check of the name was taken :)

    Liz_thestrange,

    Fixed :)

    vikingtons, in Cannot Install openSUSE or any other Distro
    @vikingtons@lemmy.world avatar

    Is this via a USB 3 or USB 2 port?

    Sandbag,

    USB 2 port.

    Grass, in Terrapin Attack – SSH vulnerability

    I was worried I would have to ask for a tl;dr for dummies like I’m 5, but everything is categorized nicely under questions one may have on the topic. It’s been a while since I’ve been able to get meaningful information from a website without a huge commitment.

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

    My personal favorite is Debian. I'm the IT director at my job, and 90% of our machines, including end user workstations, are running some form of Linux.

    One really nice thing is that most stuff is saved somewhere in your home directory. You can switch between all sorts of distros, and if you install the same software, browser, email client, etc. most of your stuff will automatically be there and work out of the box.

    juli, (edited )

    I didn’t know this for a long while when distro hopping and since every distro tinkered with grub etc and I really hated debugging grub, and I was afraid of something happening to my home directory, I overwrote it every single time. I wish I have had a separate drive just for it when I began with linux.

    nephs, in Is Ubuntu deserving the hate?

    Is Ubuntu trying embrace, extend, exterminate?

    I just realised snaps kind of look like “extend”, after a long period of “embrace”.

    Did anyone write about it, yet? Am I overthinking it?

    Shareni,

    Why do you think Ubuntu is the favourite distro at Microsoft? They’ve tried extinguishing Linux through suse, but are now back on the old EEE plan with canonical helping them.

    Vorter, in What is wayland?

    In short, Wayland is a protocol for graphics.

    It’s somewhat similar to X, as its main purpose is the same, however the archivecture is very different, and Wayland is much simpler/barebone.

    If X is going to die or not — only time will tell. For now it can be considered another competing standard.

    take6056, in What is wayland?

    Explained by someone that doesn’t know the technical side super well.

    1: It’s a new protocol for displaying. The main difference from X11, as I understand it, is a simplification of the stack. Eliminating the need for a display server, or merging the display server and compositor.

    2: Some things impossible (or difficult) with X11 are much better supported in Wayland. Their not necessarily available, as the Wayland protocol is quite generic and needs additional protocols for further negotiation. Examples are fractional scaling & multiple displays with differing refresh rates.

    Security is also improved. X11 did not make some security considerations (as it is quite old, maybe justifiably so). In X11 it’s possible for any application to “look” at the entire display. In Wayland they receive a specific section that they can draw into and use. (This has the side-effect of complicating stuff like redshifting the screen at night, but in my experience that has fully caught up).

    3: If you’re interested, are in desktop application development (but I have no experience in that regard) or have a specific need for Wayland.

    4: I think X won’t die for a long long time if “ever”. I’m not super familiar with desktop app development, but I don’t think it requires more work to keep supporting X.

    On the other hand, most of the complaints about Wayland I’ve heard were ultimately about support. At some point, when you’re a normal user, the distro maintainer should be able to decide to move to Wayland without you noticing, apart from the blurriness being gone with fractional scaling.

    Vorter, (edited )

    I’m not super familiar with desktop app development, but I don’t think it requires more work to keep supporting X.

    It doesn’t depend that much on desktop application developers, but on GUI toolkit developers. It does need more work for GTK and Qt devs to support both. But the outcome will likely depend not that much on ammount of work as on “political” decisions. RedHat are now somewhat actively forcing Wayland in their distros. They also have their impact on GNOME, so it’s not impossible that due RedHat’s decision GNOME and then GTK (that is now developed mostly by GNOME developers, despite being GIMP Toolkit initially) will ditch X “just because”.

    End user Application developers usually don’t deal much with Wayland or X — they just use toolkits (GTK or Qt for the majority), and toolkits do all the under the hoof work for them.

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