

Prefix can be just $HOME as well.
Prefix can be just $HOME as well.
I don’t think that’s a very accurate assessment at all.
It’s the sense I got. It made everything harder for me.
Every atomic distro supports distrobox and other containerization tools, and many support Nix and brew.
I like the idea of distrobox but it’s simply broken. Things just don’t “work”. I’ve hit weird problems each time I try to use it for anything meaningful (don’t ask what - I don’t remember and I was always jumping down rabbit holes to figure out how to just get things that should work working). And the shared home directory model is simply broken by design since you now get competing containers fighting over the same files. You can use per-container home directories and now you get to setup a linux environment from scratch for each distrobox. So much duplication of effort… What a terrible implementation of what is potentially useful idea.
I thought it would be kinda like using Docker but it’s so much worse. Docker works well because the containers are often pretty simple with few requirements. Desktop environments are messy.
And frankly it’s not really worth it in the end. pyenv, sdkman and others have basically solved that problem without adding weird things to debug. They genuinely “just work” and let you easily switch versions of java, python, groovy, etc.
But just think about all the problems you’re not having that you could be solving!
The whole “I bricked my system” thing is just ridiculous.
Near as I can tell they’re primarily aimed at desktop users who want to treat their computer like a smartphone.
I do software development and need a ton of tools installed that aren’t just “flatpaks”. IntelliJ, Pycharm, sdkman, pyenv, Oracle libraries and binaries, databases, etc. The last time I tried this I ran into a bunch of issues. And for what gain? Basically zero.
My favorite (aside from tunneling) has been using ssh as a SOCKS proxy.
https://ma.ttias.be/socks-proxy-linux-ssh-bypass-content-filters/
Combine with “foxyproxy” to send all non-corporate-Internet" connections over your own ssh tunnel to keep personal web traffic private or to access services on your home network without needing a vpn.
Of course I can always use a browser but it’s overkill.
No, it’s exactly what you want.
Does not not constantly crash anymore? That’s the only feature I want. I don’t do a lot of video editing but for the every-now-and-then scenario I have it always crashes at least once…
This is one of the old-time original arguments in the OSS community.
The crux of the matter is that the GNU licenses require that modifications be released back to the community. Other “more permissible” licenses like MIT do not.
So if you want to make a commercial version of X, and X is under a GPL, then any changes you make need to be released under the GPL. The idea being “I shared this code with the community with the intent that you can use it for free and modify it as you like, but you need to share back what you do.” Also called “Share and share alike”.
This defends against “embrace, extend, extinguish” tactics that companies like Microsoft has loved to do. They can’t take your code, modify it for their own purposes and re-sell it possibly making a more popular version that is now proprietary.
PyCharm is a Java application. And it runs perfectly on Linux.
“VPN”? Which?
You can phrase it however you like?
?
Age doesn’t matter. XML is a super-set of XHTML’s spec.
That is - all XHTML is valid XML but not all XML is valid XHTML.
Note I’m saying XHTML not HTML since the later need not be valid XML.
technically HTML is not XML… XHTML is, but HTML can be invalid XML.
You might be interested in “rsnapshot” which uses rsync and manages daily, monthly, etc. snapshots.
Yes, I agree, but then, what would be an alternative?
Any package manager that allows for ways to verify the source. These shitty script|bash lines are doing all sorts of nutty shit on your system, and that’s ones that aren’t even malicious.
I keep saying this curl bash pipe shit needs to stop.
Wut? Linux bundles drivers for tons of things out-of-the-box literally built as part of the kernel and many distros (e.g. Pop_OS) even provide NVidia drivers out-of-the-box as well.