Aquinus
Resident Wat-man
- Joined
- Jan 28, 2012
- Messages
- 13,171 (2.79/day)
- Location
- Concord, NH, USA
System Name | Apollo |
---|---|
Processor | Intel Core i9 9880H |
Motherboard | Some proprietary Apple thing. |
Memory | 64GB DDR4-2667 |
Video Card(s) | AMD Radeon Pro 5600M, 8GB HBM2 |
Storage | 1TB Apple NVMe, 4TB External |
Display(s) | Laptop @ 3072x1920 + 2x LG 5k Ultrafine TB3 displays |
Case | MacBook Pro (16", 2019) |
Audio Device(s) | AirPods Pro, Sennheiser HD 380s w/ FIIO Alpen 2, or Logitech 2.1 Speakers |
Power Supply | 96w Power Adapter |
Mouse | Logitech MX Master 3 |
Keyboard | Logitech G915, GL Clicky |
Software | MacOS 12.1 |
At my last job we had a RHEL box that had an uptime of just shy of 1000 days before we moved the database to a different machine.Have you ever used systemd? I have a gentoo machine running it that hasn't hard rebooted in over 4 months...
Could you explain that a little bit? Last time I checked /etc was full of configurations for various things that are typically in some textual format you can edit and not a binary format only readable or writable by whatever is using it. Do you mean things like kernel options provided at boot time? You know, things that can't be changed once the machine is running? I'll admit that not every config in /etc is going to be the same but, if you look in the Windows registry, there is wide variation between applications and I'm not convinced that one is better than the other.edit: Also welcome to the Linux equivalent of a "registry"... where a single binary file handles configuration.
To me, I prefer something like /etc because I can choose what my configuration files for an application I'm developing will look like. If I'm writing a Clojure application I can have far more expressive configs using EDN as I get primitives for things like sets, regex strings, dates, and UUIDs forget how it maps directly to the language without any translation.
Can you explain that as well? Last time I checked I can pull the kernel source and look at everything inside of it, short of any BLOBs for proprietary code such as firmware or closed-source drivers (like nVIdia's only real driver or AMD's AMDGPU-Pro driver.) All in all, it's far more open than a lot of other options out there so, I'm not sure what you mean by not having control. I've never felt like I don't have control in Linux. Just saying.edit: I mean, the whole point of Linux was control. And it's slowly getting out of people's hands.... in more ways than one.