• 3 Posts
  • 27 Comments
Joined 4 years ago
cake
Cake day: May 18th, 2021

help-circle
  • Hahahahahahaha, you’re a… tech “miracle”! For the 10 years with Linux I’ve never uninstalled the DE by accident or otherwise, or any of the other problems you mentioned. I have fucked up my computer only once but I did it on purpose - to see what will happen. I had already created a clonezilla backup of a working system, so I was free to experiment and… I decided to uninstall both kernels (rolling and LTS) and reboot. There was no kernel panic because there was no kernel to begin with. 😆



  • Valso@lemmy.mlOPtoMemes@lemmy.mlFirefox updates vs me
    link
    fedilink
    arrow-up
    4
    arrow-down
    13
    ·
    edit-2
    17 days ago

    No. That’s the brainwashing talking. By keeping you scared about your security, all browser developers keep you under their complete control. And with that they impose their views on what your browser should look like/behave like. But most of the time they simply remove or change options - some are visibly removed/changed, others are either hidden or in about:config and are locked, so that you can’t use them or are just rendered inoperable. Security updates are just the excuse to impose their will on you. I had it enough of Mozilla’s constant chopping the browser off, so I moved to Waterfox which brings back all options Mozilla ever removed and then some. But by the time you remember that the browser is supposed to serve you, not the other way around, it will be too late.



  • Thanks. This makes things… sort of more clear but not by much. Bc I’ve joined an atheism community which apparently is on .world and I can comment there just fine. But at the same that post I mentioned opens at .world and says I must login. (scratching my head where it doesn’t itch 😂) Still, thanks to all three of you for the answers, I wasn’t sure if my question will be answered or deleted.




  • Fortunately I’m safe from that bc right after I assembled my current PC (even before moving the distro to it; yes, moving, not “installing”), I entered BIOS and disabled secure boot, IPM 2.0 and pretty much everything Spyware related. Only then I booted Clonezilla and extracted from the backup image. Since I had done the same on the old PC in BIOS, that means my Arch was never installed with SB and IPM active.

    On top of that the last update of BIOS nearly broke it, so I flashed it back to the more stable version the motherboard came with. And since I have no intention to update BIOS, I’m safe from all that trouble.






  • Valso@lemmy.mlOPtoMemes@lemmy.mlLet's update...
    link
    fedilink
    arrow-up
    1
    ·
    18 days ago

    I don’t see much of a difference between the two. That’s why now I’m uninstalling everything I use everyday and put them back as “portable” variants - downloaded as tarballs from their sites, github, or downloaded from Arch’s archive. Already did that with Telegram, Pinta and the browser, soon Audacious will meet the same fate cuz for some reason it uses GTK2, not GTK3 as it should. Plus, having them as tarballs means I can have better versions than those in mint’s repo.

    Too bad that pacman can’t be used on Mint, that would be awesome!










  • Oh, I understand now. I checked PKGBUILD and it seems the path is… let’s call it “hardcoded” because executables are probably looking for libraries in that specific path - /usr/lib, /usr/bin, /usr/share and so on and that’s why it’s failing to start, if it’s not on the root partition. I’m not an expert in software developing but this smells like a bad linux port to me, bc properly made programs have quite different paths, like this: $HOME, $PATH and so on, nothing definitive like with this game.

    By “properly made programs” I mean programs that will run just fine, even if I unpack their /usr in my secondary storage - /B/123/package-name/usr.