The non-gnu tag has no wiki summary.
0
votes
0answers
14 views
How to interpret the explicit references to GNU in the LSB specifications?
The LSB is a specification, and as such, should be provider neutral. But it contains many “hard‑coded” reference to GNU at many places. Ex. the ELF Linux's specific entries PT_GNU_STACK, PT_GNU_RELRO ...
5
votes
4answers
2k views
Any options to replace GNU coreutils on Linux?
I've been thinking about discontinuing the use of GNU Coreutils on my Linux systems, but to be honest, unlike many other GNU components, I can't think of any alternatives (on Linux). What alternatives ...
5
votes
1answer
2k views
Calculate the date from 1125 days ago on non-GNU systems?
On the Unix Bash commandline, I want to calculate the date from 1125 days ago using the base operating system (e.g. No Perl or Python).
On systems running GNU Date, I can do something like this:
...