I was wondering if your tool was displaying cache as usage, but I guess not. Not sure what you have running that’s consuming that much.
I mentioned this in another comment, but I’m currently running a simulation of a whole proxmox cluster with nodes, storage servers, switches and even a windows client machine active. I’m running that all on gnome with Firefox and discord open and this is my usage
$ free -h
total used free shared buff/cache available
Mem: 46Gi 16Gi 9.1Gi 168Mi 22Gi 30Gi
Swap: 3.8Gi 0B 3.8Gi
Of course discord is inside Firefox, so that helps, but still…
What does free -h
say?
About 6 months ago I upgraded my desktop from 16 to 48 gigs cause there were a few times I felt like I needed a bigger tmpfs.
Anyway, the other day I set up a simulation of this cluster I’m configuring, just kept piling up virtual machines without looking cause I knew I had all the ram I could need for them. Eventually I got curious and checked my usage, I had just only reached 16 gigs.
I think basically the only time I use more that the 16 gigs I had is when I fire up my GPU passthrough windows VM that I use for games, which isn’t your typical usage.
Quite literally the first paragraph of the article:
According to Soviet records 381,067 German Wehrmacht POWs died in NKVD camps (356,700 German nationals and 24,367 from other nations).
Or in more detail lower down in the section titled Soviet statistics:
According to Russian historian Grigori F. Krivosheev, Soviet NKVD figures list 2,733,739 German “Wehrmacht” POWs (Военнопленные из войск вермахта) taken with 381,067 having died in captivity.
I’m not sure which German you expect to have conducted this research other than a former Nazi, seeing as basically everyone left was a former Nazi. And I don’t see how you can just dismiss the government report as Nazi lies when even the Soviets report a figure of 350 thousand dead.
Information for Internet Archive.
MBFC: Left-Center
That’s just embarrassing.
You should probably use a double slash in that non-equality sign as a single slash will be seen as an escape character by some parsers and then not rendered. In my client it just shows two equal signs, i.e. the opposite of what you wanted to convey.
Some editors can embed neovim, for example: vscode-neovim. Not sure how well that works though as I never tried it.
Well personally if a package is not on aur I first check if there’s an appimage available, or if there’s a flatpak. If neither exist, I generally make a package for myself.
It sounds intimidating, but for most software the package description is just gonna be a single file of maybe 10-15 lines. It’s a useful skill to learn and there’s lots of tutorials explaining how to get into it, as well as the arch wiki serving as documentation. Not to mention, every aur or arch package can be looked at as an example, just click the “view PKGBUILD” link on the side on the package view. You can even simply download an existing package with git clone and just change some bits.
Alternatively you can just make it locally and use it like that, i.e. just run make without install.
Aur and pacman are 90% of why I use arch.
Also fyi to OP: never install software system-wide without your package manager. No sudo make install
, no curl .. | sudo bash
or whatever the readme calls for. Not because it’s unsafe, but because eventually you’re likely to end up with a broken system, and then you’ll blame your distro for it, or just Linux in general.
My desktop install is about a decade old now, and never broke because I only ever use the package manager.
Of course in your home folder anything goes.
I think they meant you don’t know what the binary is called because it doesn’t match the package name. I usually list the package files to see what it put in /use/bin
in such cases.
But check that it has all the features you need because it lags behind gitea in some aspects (like ci).
A few months ago I needed to install Google home for something Chromecast related, so I quickly searched the play store and installed it. Loaded it up and I see an ad, what the hell. App opens and I realise it isn’t Google Home, it’s something made to trick me into thinking it was when I wasn’t paying attention.
Google is letting their ads steal their own users from them.
Have you tried running xiaomi.eu ROMs?
It’s easy to understand them when you realise that their entire ideology starts at “anything the US does or says is bad” and continues from there.
Once you look at it through that lens, even their most wild takes suddenly become very consistent.
Podman quadlets have been a blessing. They basically let you manage containers as if they were simple services. You just plop a container unit file in /etc/containers/systemd/
, daemon-reload and presto, you’ve got a service that other containers or services can depend on.
Podman not because of security but because of quadlets (systemd integration). Makes setting up and managing container services a breeze.