General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Brodie Robertson
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Fedora 39 Changes 1 Line Saving Hours Of Pain" video.
12:28 Every time I change some config file in /etc from its default state, I like to keep a copy of the original file with the same name plus an “-orig” suffix. That way I can use a simple command like “find /etc -name \*-orig” to list all the places I have made configuration changes. Of course, this doesn’t work when adding new files.
10
Remember also that when you ask the Linux kernel for more memory, by default it always says “yes”. Because it doesn’t actually need to allocate any RAM until you try to make use of it. This is called “overcommit”. And then, if it turns out you are trying to use too much and the system runs low, the dreaded “OOM Killer” kernel thread wakes up and goes looking for victims to terminate ...
6
I like the empty file idea. Remember, I want to track changes from default settings. If I wanted more versioning than that, I could use a VCS.
3
The crazy thing is this parameter controls the number of separate vm areas your process can have, not the size of an area. The Linux kernel docs mentions the example of a malloc debugging tool which creates a new area for every single memory object your program creates -- now there’s a way to chew through your vm-area limit quickly ...
2
10:01 This is really only an issue with coredumps. And you probably don’t bother with those.
2
But Linux has no 16-bit ABI. How do you write a “16-bit binary” that runs under it?
2
By the way, anybody else notice the “Influencer-Free Zone” T-shirt?
1
5:07 One thing you didn’t explain is: what exactly is “lowmem”?
1
Microsoft: “26 drive letters ought to be enough for anybody!” 🐧:\>
1
@SkyFly19853 Nobody cares about Windows 7 any more. Certainly nobody in the Linux world. Stop living in the past.
1