unix
Here are 2,450 public repositories matching this topic...
It would be nice if lynis would gather (and report in the portal/reports) information about user-accounts:
- Expired or soon to expire passwords (passwd -e)
- Locked accounts (passwd -S )
- Expired accounts (chage -E / chage -l )
-
Updated
Oct 13, 2020 - C++
-
Updated
Jan 22, 2020
-
Updated
Aug 11, 2020 - JavaScript
-
Updated
Oct 13, 2020
-
Updated
Oct 13, 2020 - Go
-
Updated
Oct 13, 2020 - Objective-C
-
Updated
Oct 3, 2020 - HTML
I'm happy to announce that I'll be writing the second edition of Data Science at the Command Line (O'Reilly, 2014). This issue explains why I think a second edition is needed, lists what changes I plan to make, and presents a tentative outline. Finally, I have a few words about the process and giving feedback.
Why a second edition?
While the command line as a technology and as a way of w
-
Updated
Oct 9, 2020 - Go
-
Updated
Oct 12, 2020 - C
-
Updated
Oct 13, 2020 - C#
-
Updated
May 25, 2020 - Shell
-
Updated
Oct 13, 2020 - C
-
Updated
Oct 1, 2020 - Shell
Improve this page
Add a description, image, and links to the unix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unix topic, visit your repo's landing page and select "manage topics."
See: https://illumos.org/man/5/epoll
Idea: move logic from src/unix/linux-core.c to src/unix/epoll.c and share that between Linux and Illumos.
Motivation:
diff --git a/src/unix/core.c b/s