• 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2024

help-circle

  • What do you mean by poor long term stability? It’s a rolling release. I run the same installation for basically forever, while fixed releases’ life-time is measured in just a few years before you lose support and need to do a full distro upgrade… which rarely seems to work without problems.

    PS: I just looked it up. The first date in my pacman log in from 2014…


  • Ooops@feddit.orgtolinuxmemes@lemmy.worldDirty Talk
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    3 days ago

    File permissions…

    allowed to execute=1, allowed to write=2, allowed to read=4

    grouped by owner/group/everyone.

    So one of your own files you have full access to while users in your usergroup are only allowed to read it and nobody else has any permissions would have: 740 (read+write+execute / read / none).


  • Ooops@feddit.orgtolinuxmemes@lemmy.worldDesktop PTSD
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    4 days ago

    As much as I despise Windows while also using archlinux/i3-wm as my daily driver…

    Tiling is no rocket science. Basically every stacking window manager including Windows can do it well enough to be usable with just a few properly configured defaults and short-keys.




  • That’s not wrong but a seperate problem mainly caused by lock-in strategies that are not exactly the same as marketshare or industry standards and are explicitly distinct from the actual OS’s capabilties.

    I know enough people who have the exact same problem but with Apple as their employer forces them to use software only available there. Yet their marketshare for desktops is just a tiny fraction of what we see for Windows (~15% if we are optimsitic).

    So will we pretend that Linux with a 10 or 15% marketshare (not that far off for an OS with already 5+%) is suddenly a valid alternative. Or are we honest and acknowledge that this is indeed NOT about Linux’ capability to be a valid Windows replacement but purely about the fact that there isn’t (an never will be…) a massive corporation spending billions in marketing and lobbying to create perceived standards simply by throwing money at the problem for even higher future gains?




  • No, because the whole Manjaro concept is bullshit.

    Delaying updates by two weeks for a few more checks could help catch some bugs that went unnoticed, but not in the way Manjaro does it. Which means with no rhyme or reason at all. They don’t use the two weeks for additional tests. They don’t even collect fixes or patches based on the bleeding edge experience of actual Arch to apply to their delayed updates. They just delay updates, fixes and everything by two weeks. So your system is exactly as unstable as Arch just with 2 weeks delay.

    And it gets worse from there: Arch has a disclaimer about the AUR being unsupported and requires you to install AUR helpers manually, so you did it at least once the old-school way and actually see the disclaimer. Manjaro however gives you access to the AUR pre-installed. No, not a cloned version of the AUR that is also 2 weeks behind. Direct access to one as used by Arch that expects your system to be up-to-date, not 2 weeks behind… introducing a completely new kind of dependency hell and instability.

    PS: And that’s before questionable stuff on the Manjaro side… like letting their SSL certificates expire multiple times (and suggesting changing your devices clock as a “fix”) or DDOS’ing the AUR with a bug in their AUR helper, also multiple times.


  • Ooops@feddit.orgtolinuxmemes@lemmy.worldWindows VS Linux (part 2)
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    7 months ago

    Most normal people are nervous interacting with a GUI pop-up that gives them two options

    Sadly no. They should be nervous if it’s about making changes to their system. In reality however Windows conditioned them to just click the button labeled “Yes” or “Okay” without even reading the pop-up in the first place.




  • But a huge part is conditioning because people are forced to use Windows early and get used to it.

    I have made the exact same “oh, this just works and is quite intuitive and convenient”-experience with Linux installs… for people lacking that prior forced contact with Windows (say older relatives with their first PC for example…).


  • Ooops@feddit.orgtolinuxmemes@lemmy.worldWhat you rather?
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    7 months ago

    The wiki is actually good for beginners, too. As you are often forced to reallylly read through subpages and cross-referenced topics until you somewhat understand why you are doing something instead of just how. Doesn’t make it easy ofc but a beginner can totally handle the wiki, it just takes more time.



  • This would -at least as far as I understand it- limit your swap’s functionality for hibernation etc. Because there your swap needs to be available early. You can still do it in theory, but the key file then would need to be included in you initrams, which kind of defeats the purpose.

    There is however a much more easier option: either use LVM on luks (so the volume is decrypted with the password and then contains both, root and swap) or just use the same password for root and swap while switching over to the systemd hooks (as those encryption hooks try unlokcing everything with the first provided password by default, and only ask for additional password if this fails).

    EDIT: Seeing that you crossposted this from an archlinux-specific community: You can find the guide here. It’s for using a fully enrcypted system with grub as bootloader, but the details (in 8.3 and 8.4) are true for all boot methods. Replace the busybox hooks with their systemd equivalents (in minitcpio.conf for archlinux but again this isn’t limited to that init system), then add “rd.luks.name=<your swap’s uuid=swap” to your kernel parameters and also replace the “cryptdevice=UUID=<your root’s uuid>:root” that should already be there for an encrypted system (that’s the syntax for the busybox hook) with “rd.luks.name=<your root’s uuid>=root”. On startup you will be asked for your password as usual, but then both root and swap will be decrypted with it (PS: the sd-encrypt hook only tries this once… so if you screw up and misstype your password on the first try, you will then have to type it again two times, once for root, once for swap…)


  • Ooops@feddit.orgtolinuxmemes@lemmy.worldWhy block muting the OS?
    link
    fedilink
    arrow-up
    112
    arrow-down
    1
    ·
    edit-2
    11 months ago

    An immutable OS is fixed and mounted non-writable. Every update you get, every program you install is handled on top of it via containers or filesystem overlays so the underlying OS is untouched. Basically the same concept you know from smartphones or other devices with a “reset to factory settings” function. No matter how hard you screw up your system, you can always reset to the base OS, either by granulary deactivating things installed on top, or by a reset to the working base OS.



  • Ventoy and…

    Clonezilla, (custom) ArchISO, Tails

    the stuff you might need to safe other people’s PCs sigh

    HBCD_PE, Windows 11

    If I hadn’t included those in my ArchISO already I would probably add…

    one of the usual Rescue ISOs, GParted Live.

    Bonus points for Ventoy’s ISO partiiton doubling as simple storage.

    PS: Thanks for the reminder to update some of them again.