awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesProcess Control Utilities

Tools for monitoring, managing, and optimizing the execution of system processes and tasks.

Distinct from Application and Process Controllers: Candidates are either for desktop environments or higher-level monitoring platforms; this is for low-level OS process control.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Process Control Utilities. Refine with filters or upvote what's useful.

Awesome Process Control Utilities GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rocky-linux/rockyAvatar rocky-linux

    rocky-linux/rocky

    9,497Vezi pe GitHub↗

    Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository

    Provides tools to monitor and manage running applications and tasks to optimize resource usage.

    enterprise-linuxrocky
    Vezi pe GitHub↗9,497
  • chyingp/nodejs-learning-guideAvatar chyingp

    chyingp/nodejs-learning-guide

    6,874Vezi pe GitHub↗

    This project is a learning guide and collection of study notes designed to teach Node.js backend development. It provides a comprehensive core API reference and practical demonstrations for implementing server-side logic, network programming, and system APIs. The guide specifically covers advanced technical domains including process management for scaling applications via clusters and child processes, as well as network programming for building TCP, UDP, and HTTP services. It also includes detailed instructional material on security implementation, focusing on cryptographic hashing and encryp

    Demonstrates how to retrieve and modify process IDs and user identities on supported platforms.

    Rubycryptoexpressnodejs
    Vezi pe GitHub↗6,874
  • tianon/gosuAvatar tianon

    tianon/gosu

    4,978Vezi pe GitHub↗

    gosu este un comutator de identitate a utilizatorului bazat pe Go și un wrapper de proces conceput pentru a executa comenzi sub o identitate specifică de utilizator și grup. Acesta funcționează ca un binar ușor pentru comutarea identităților utilizatorului și redirecționarea semnalelor înainte de a executa un proces țintă. Instrumentul se concentrează pe optimizarea entrypoint-ului containerului și gestionarea utilizatorilor în containerele Docker. Acesta permite executarea proceselor ca utilizatori non-root, asigurându-se în același timp că semnalele sistemului de operare ajung la procesul copil și că comanda țintă este stabilită ca proces principal. Utilitarul gestionează comutarea identității procesului Linux și execuția proceselor privilegiate. Utilizează apeluri de sistem pentru comutarea identității și oferă moștenirea fluxului standard pentru a conecta procesul țintă la fluxurile de intrare și ieșire existente.

    Provides utilities to modify the user and group identity of a process for improved system security.

    Shell
    Vezi pe GitHub↗4,978
  1. Home
  2. Operating Systems & Systems Programming
  3. Process Control Utilities

Explorează sub-etichetele

  • Process Identity UtilitiesCapabilities for retrieving and modifying process identifiers, titles, and user IDs. **Distinct from Process Control Utilities:** Specifically targets identity and metadata of the process rather than general execution control or monitoring.