• 0 Posts
  • 18 Comments
Joined 11 months ago
cake
Cake day: August 5th, 2023

help-circle











  • DryTomatoes@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    11 months ago

    I really love their element blocker too. Ublock Origin sucks in that department.

    I zoom in on most sites to read them easier and a whole bunch of other page elements also zoom in making everything a mess.

    I use AdGuard all over the place just to make the non ad part of the web usable. And AdGuard’s element block just works perfect every time.








  • I did Linux From Scratch recently and they have a brilliant solution. Here’s the full text but it’s a long read so I’ll briefly explain it. https://www.linuxfromscratch.org/hints/downloads/files/more_control_and_pkg_man.txt

    Basically you make a new user with the name of the package you want to install. Login to that user then compile and install the package.

    Now when you search for files owned by the user with the same name as the package you will find every file that package installed.

    You can document that somewhere or just use the find command when you are ready to remove all files related to the package.

    I didn’t actually do this for my own LFS build so I have no further experience on the matter. I think it will eventually lead to dependency hell when two packages want to install the same file.

    I guess flatpaks are better about keeping libraries separate but I’m not sure if they leave random files all over your hard drive the way apt remove/apt purge does. (Getting really annoyed about all the crud left in my home dir)