The above is accurate, and can be considered accurate for any directory below or at well.
Per /run, it's also mounted in memory, so trying to "declutter" it won't get you anywhere and things will return on reboot.
The above is accurate, and can be considered accurate for any directory below or at well.
Per /run, it's also mounted in memory, so trying to "declutter" it won't get you anywhere and things will return on reboot.
Man, I use my switch all the time. But I love little metroidvania and smaller indie and single player games. Any time I see something interesting on steam, I'll buy it on the switch if available.
I've also been using it to replay older stuff. The first red dead, the Arkham trilogy, currently going through Nier: Automata again.
The focus on sales and deals and shit has been an attempt to compete with first Walmart and target, and then Amazon.
Used to be that department stores were where you went when you needed stuff. At one point, it was just where you went shopping for your general life. They tended to lower prices than boutiques through volume and you'd go to more specific, more expensive stores for more specific things.
Today, yeah. Why bother? You actually can find better clothes at Macy's and Penny's than Walmart, but you have to dig, and realize that the real Levi 501s are going to be $30 more than the modern Levi stretch fit trash. (And $30 less than buying them at the Levi store.)
A VPN is (in a generic, high level sense) a proxy. It's just proxying layer2 frames, vs. layer 4 protocols.
So the answer depends entirely on the traffic and the architecture you've built to support it.
Function/class/variables are bricks, you stack those bricks together and you are a programmer.
I just hired a team to work on a bunch of Power platform stuff, and this "low/no-code" SaaS platform paradigm has made the mentality almost literal.
You're going to want to look up things like symlinks, hard links, fuse filesystems, and bind mounts among other concepts. Your "whole directory" and other duplicates are artifacts of how the filesystem and process management works, and simply running fsearch or find over them is going to be confusing if you don't know what you're looking at.
One Unix concept that carries over to Linux is that everything is a file. Your shared memory space, process data, device driver interfaces, etc, all of it is accessible somewhere in the same virtual filesystem tree as the actual files.
Because of this, there's very little reason to have the whole filesystem indexed from root. If you're worried about space usage, you want to work with packages through the package manager. If you're worried about system integrity, you'll want package validators.