The kernel is not BSD. That’s like running GNU software on a BSD kernel: It’s still not a Linux.
Runterwählen ist kein Gegenargument.
[Verifying my cryptographic key: openpgp4fpr:941D456ED3A38A3B1DBEAB2BC8A2CCD4F1AE5C21]
The kernel is not BSD. That’s like running GNU software on a BSD kernel: It’s still not a Linux.
Good idea. Try and report back. If it does not work, sorry!
Darwin is not a BSD.
Have you tried feeding them your youngest children?
No one does collaboration as easy as Microsoft
Try Apple.
Linux is super reliable
It depends on what you want to do with it, which version of which component you run and a couple of other things. In my own experience, if you want a “super reliable” system, get OpenBSD. Linux has a severe lack of QA, mainly because of its decoupled nature.
Here’s a list of End-of-Life dates for CentOS Stream which is a rolling release.
deleted by creator
Wow. Honestly, thank you! I had entirely forgot that this wiki even exists. I’ve bookmarked your reply. :-)
Thank you, the subshell idea is a good one!
Ah, I could probably use Perl or something as well. I was hoping awk
could do it though. But thank you, I hadn’t heard about pyp
before!
You wouldn’t be able to split up expressions like this
Ah, that already answers my original question. A pity!
Sure, but that’s inside a string:
$ printf "This is a # let's break \
> long line."
This is a # let's break long line.
awk
remains unimpressed:
$ echo "This is a test.
> It has three lines, so I can
> test awk on it." | awk '
> NR>2 # Skip two lines. \
> { print $2 } # should only print "awk"
> '
is
has
test awk on it.
awk
Wouldn’t the backslash be a part of the comment?
The same is just as true for LaTeX: it’s a great, intuitive language
Curious troff
noises
-No spying
depending on the distro
-No ads
depending on the distro
-Can uninstall anything you don’t want
How can you uninstall systemd
?
Which makes Darwin a system with BSD elements, just like some versions of Windows and all versions of Linux. Windows and Linux aren’t BSDs, I think you agree; neither is Darwin, for the same reason.