unix
Here are 2,532 public repositories matching this topic...
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
-
Updated
Nov 23, 2020 - Shell
The Serenity Operating System
-
Updated
Nov 28, 2020 - C++
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
-
Updated
Nov 15, 2020 - JavaScript
A book for learning the Vim editor the smart way.
-
Updated
Nov 21, 2020
Native Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.
-
Updated
Nov 28, 2020 - Objective-C
Friendly Interactive Shell and Expressive Programming Language
-
Updated
Nov 28, 2020 - Go
Curated list of Unix binaries that can be exploited to bypass system security restrictions
-
Updated
Nov 27, 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
Nov 27, 2020 - Go
-
Updated
Oct 28, 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
Nov 28, 2020 - C#
GPG symmetric password manager
-
Updated
May 25, 2020 - Shell
Linux Test Project http://linux-test-project.github.io/
-
Updated
Nov 28, 2020 - C
A self-extracting archiving tool for Unix systems, in 100% shell script.
-
Updated
Nov 26, 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