[-] DryTomatoes@lemmy.world 4 points 1 year ago* (last edited 1 year ago)

They should make a new version of Linux From Scratch where all you get is the Linux kernel source code and you write the compiler and core utils yourself. Now that would be Linux.

[-] DryTomatoes@lemmy.world 4 points 1 year ago* (last edited 1 year ago)

Unless she uses Peacock. They seem to be the only streamer that's clinging to the 15 year old idea of just not supporting Linux.

[-] DryTomatoes@lemmy.world 3 points 1 year ago

That's awesome. I wish I knew about that years ago.

[-] DryTomatoes@lemmy.world 29 points 1 year ago

Sick! I just switched to Firefox nightly so I can use ublacklist on mobile.

[-] DryTomatoes@lemmy.world 8 points 1 year ago

Huh. Are you running any kind of exotic setup? What kind of bugs were they? Can you be sure they were Debian bugs and not hardware issues?

[-] DryTomatoes@lemmy.world 31 points 1 year ago

Also they put ads in search long before Windows did and as much as I hate Microsoft we should never forget that.

[-] DryTomatoes@lemmy.world 8 points 1 year ago

Sounds like you need an LTS.

[-] DryTomatoes@lemmy.world 7 points 1 year ago

I've used a lot of Ubuntu over the years starting on 9.04. Let me tell you the six months releases are ass and always have been.

Also I'm switching to Debian.

[-] DryTomatoes@lemmy.world 6 points 1 year ago

I think 100 dollars is more than enough money to cover a few bytes of text storage. It's not like they are storing megabytes of tracking meta data. And if they are that's even more reason to provide the service for free.

[-] DryTomatoes@lemmy.world 2 points 1 year ago

This method should work with any command that's installing files on your disk but it's probably not worth the headache when virtual environments exist for python.

[-] DryTomatoes@lemmy.world 8 points 1 year ago

Agreed. I hate anything auto updating on it's own because changes can break or remove features at any time.

[-] DryTomatoes@lemmy.world 19 points 1 year ago* (last edited 1 year ago)

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)

view more: next ›

DryTomatoes

joined 1 year ago