New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
Yeah, its great. My black brothas love it.
Do they update once the new albums get released?
Yup, its automatically scraped from Twitter and MySpace.
He didn’t last long😆
He was hopeful he wasn't gonna get himself yeeted
But how's that OS ... er ... Firefox install going?
BTW in seriousness, if one's goal is to have low disk usage, the only "GUI" thing you should be installing is
xauth. And that's only if you use X11 forwarding and that's gonna be a jump box. Highkey you should be blacklisting the key GUI libraries so that the things that use them as dependencies can't be installed.30gb is more than enough to install even Windows 2019 Server OS and will have about 18gb free space left.
Still pretty good for running telegram bot to real time trading system.
debian 11 or 10
Maxed out the disk. Can't even boot now. Will have to start over.
Have I shared the gospel of openSUSE? XD
Debian 10 for sure. I couldn't even run
apt get vimon Debian 12.Err?
I have it installed fine... (I may be something of a SuSE fanboy, but that's only because it's the best RPM distro at the moment, between openSUSE using the actual SLE repos and OBS, as a starting point. When I need something else, Debian is always there too...)
Debian or Alpine depending on what I'm using it for
My bad. Just reinstalled an 128MB-RAM OpenVZ container with Debian 12 Minimal. And everything works fine.
EDIT: It seemed to be Ubuntu 20.04 that failed me. By running
apt updateon an 128MB container, I get fatal errors:It's those super-cow powers... But, seriously, don't run Ubuntu on a server especially on the low end, if you can help it. Canonical makes a lot more luser desktop type decisions than they'd ever admit to. If you
strace(1)your apt, you'll probably get a big clue it's out of RAM. Using apt-get or aptitude instead might solve it.apthas a number of quirks that make its use here suspect.That is new to me, thx. I'll check out what actually is happening with
apt. Speaking of server system in production, I do prefer AlmaLinux 8, for gcc-8 and SCLs. Wondering if there's any better offer?What's so great about gcc 8?
When it comes to optimization, gcc-8 is not great, I mean, at all, target being ~10% slower than that from gcc-10 (with -O3 flags). But IMHO, gcc-8 is the first gcc that fully supports C++17, and the CXXABI version is rather low for modern systems. That means I can enjoy modern C++ and plant the binary almost everywhere, except the old CentOS 7.
Oh, btw, gcc-8 seems a bit more friendly than gcc-4.9 to AVX2 intrinsics, in terms of compile flags.
I see but couldn't you just use a recent gcc and simply preload the matching libstdc++?
Tricky thing for me. I don't want bother doing all these. Bit lazy of me :P
Well, i figure there might also be a chance for it to fail due to symbol versioning in glib and friends anyways. Besides that exporting LD_PRELOAD is pretty straight forward.
Just build an RPM. -.-
And here I am using all the great new features in C++23 (including relatively small binaries!) while you are busy thinking about gcc 4. -.-
I love AlmaLinux and OpenSuse. I also like Debian very much although I don't like how much I have to fiddle with it to put it the way I want, lol.
One distro I'm never ever touching in servers is Ubuntu. They already aren't great on some desktops, but on servers? Omg.
I'm also testing other distros, but I don't like straying too far from the source.
Their claim to fame is the extreme LTS but i still don't see why anyone would want to run a customized Debian Unstable on a server.
Absolutely! And with extra added packages. And with different, sometimes nonsense preconfigurations. And severely more bloated than Debian. Nothing makes sense.
I also doubt of their stability for livepatching, long-term. Short-term I've showcased it for 4 months, and it does work. I'm much more comfortable with something more conservative, it's already pushy enough when it breaks...
I totally forgot about that. Yeah, the kernel hotpatching support is actually even kind of tempting but as you say, the thought of running a years old kernel patched up for who-knows-how-many times (maybe even in production...) is somewhat scary.
Thanks, but never tried to. My collection is mixed with Debian 10/11/12, Ubuntu 18.04/20.04/22.04, AlmaLinux 8/9 and even CentOS 7, which I'm getting rid of. I would prefer a conservative toolchain.
Clear but never neat for me with
It's always pleasing to find binaries like CMake and nodejs, which are compatible with most distros on the fly.
LD_*spilled everywhereLook into openSUSE's Open Build Service. You can build packages for many-many distros. From Arch to Univention, last I checked that was the lowest and highest letters anyhow!
It's free and lets you install the same stuff across your low-end fleet without much effort once you've done the first time stuff.
Alpine
Alpine.
It should be Debian 11 or 12.