unix
Here are 2,374 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 )
A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
-
Updated
Jan 22, 2020
The Serenity Operating System
-
Updated
Sep 5, 2020 - C++
-
Updated
Aug 11, 2020 - JavaScript
Native Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.
-
Updated
Aug 25, 2020 - Objective-C
Friendly Interactive Shell and Expressive Programming Language
-
Updated
Sep 5, 2020 - Go
A book for learning the Vim editor the smart way.
-
Updated
Sep 3, 2020
Curated list of Unix binaries that can be exploited to bypass system security restrictions
-
Updated
Aug 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
A golang library for building interactive prompts with full support for windows and posix terminals.
-
Updated
Aug 10, 2020 - Go
-
Updated
Sep 3, 2020 - C
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.
-
Updated
Aug 22, 2020 - C#
GPG symmetric password manager
-
Updated
May 25, 2020 - Shell
Linux Test Project http://linux-test-project.github.io/
-
Updated
Sep 3, 2020 - C
A self-extracting archiving tool for Unix systems, in 100% shell script.
-
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.