unix
Here are 2,389 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
Jan 22, 2020
-
Updated
Sep 14, 2020 - C++
-
Updated
Aug 11, 2020 - JavaScript
-
Updated
Sep 12, 2020
-
Updated
Sep 13, 2020 - Go
-
Updated
Aug 25, 2020 - Objective-C
-
Updated
Sep 9, 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
Aug 10, 2020 - Go
-
Updated
Sep 3, 2020 - C
-
Updated
Aug 22, 2020 - C#
-
Updated
May 25, 2020 - Shell
-
Updated
Sep 11, 2020 - C
-
Updated
Aug 6, 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."
The BSDs let you pass path names longer than
sizeof(s.sun_path)
, they read past the end whensocklen > sizeof(struct sockaddr_un)
up to a limit1. Let's support that.1 I'm 80% sure it's 255 on all BSDs but it certainly is on Darwin and FreeBSD.