• 0 Posts
  • 41 Comments
Joined 9 months ago
cake
Cake day: July 6th, 2024

help-circle
  • In simplified terms:

    You are allowed to modify stuff but it is not actually changing the install as is.

    This is achieved by different techniques like file system overlays, containerisation, btrfs snapshots and so on.

    The idea is to replicate the classical behavior you know from embedded devices that have their core functionality in ROM with even firmware updates only overlayed or modern smartphones: You can modify your system but in the end there’s always the possibilty to “reset to factory settings” as in: the last known working configuration.



  • Compatibilty of Windows games in Linux have gone a long way, partly but also independently from Steam’s work on it.

    In fact Linux nowadays supports more Windows games than Windows, as especially older games still work there but not on modern Windows anymore.

    I will not pretend that there aren’t games with issues, but in the vast majority of cases that’s new games and for the simple reason that some publishers actively go out their way to prevent them from working on Linux (highlights being anti-cheat tech that Linux worked hard to make it compatible, yet with certain publishers intentionally not setting a simple flag needed to run, often with totally made-up “reasons” about Linux’ insecurity…).





  • 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…).


  • 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.






  • That sounds like the non-techies would be able to fix it themselves on Windows without you being around, which in my experince isn’t the case.

    It might be different for you with a lot of tech-affine people in your family. But for those of us being forced to be the tech support anyway, it can really make a difference if you have to fix a Linux issue once in a while or have to reinstall Windows for the 5th time this year…



  • ARM is shit at hardware discovery in general. So no, chromebooks don’t need a special distro. They however need a kernel adapted to the specific hardware, often down to the model (that’s also the reason Android updates take so long on phones and there is very time limited support… there’s always someone needed to adapt new updates to the specific hardware for each device, so they don’t bother for anything but their latest products).


  • Decryption isn’t a problem if you use the systemd hooks when creating your initrams. They try to decrypt every given luks volume with the first key provided and only ask for additional keys if that fails.

    I have 3 disks in a btrfs raid setup, 4 partitions (1 for the raid setup on each, plus a swap partition on the biggest disk), all encrypted with the same password.

    No script needed, just add rd.luks.name=<UUID1>=cryptroot1 rd.luks.name=<UUID2>=cryptroot2 rd.luks.name=<UUID3>=cryptroot3 rd.luks.name=<UUID4>=cryptswap to your kernel parameters and unlock all 4 with one password at boot.


  • Linux is Linux.

    We should send all those people, pages and guides suggesting distros to hell.

    And then instead we suggest update-schemes (fixed, rolling, slow-roll), package managers and Desktop environments. People with enough brain cells to start a computer are then absolutely able to chose a distro fitting them based on that. Everything else coming with a distro is just themeing/branding anyway…

    (and just for the use statistic: Archlinux, Opensuse (Leap and Kalpa), Debian here…)