awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesEnvironment Path Management

Utilities for defining and exporting the system executable search path.

Distinguishing note: Candidates focus on data mapping or storage paths rather than the system binary search path.

Explore 4 awesome GitHub repositories matching development tools & productivity · Environment Path Management. Refine with filters or upvote what's useful.

Awesome Environment Path Management GitHub Repositories

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

    mathiasbynens/dotfiles

    31,386Vezi pe GitHub↗

    This is a Unix-based dotfiles repository providing a version-controlled collection of configuration files, environment variables, and shell aliases. Its primary purpose is to optimize macOS for software development by applying a curated set of system defaults and Zsh shell workflow enhancements. The project distinguishes itself through a comprehensive collection of macOS system defaults and specific configurations for the Zsh shell. It includes specialized Git workflow configurations and whitespace settings designed to standardize and accelerate version control operations across different env

    Provides a dedicated mechanism to define and export the system path for preferred tool versions.

    Shellbashdotfilesmacos
    Vezi pe GitHub↗31,386
  • holman/dotfilesAvatar holman

    holman/dotfiles

    7,743Vezi pe GitHub↗

    This project is a shell configuration manager and Unix environment automator designed to organize shell settings and environment variables. It functions as a symlink-based dotfile deployer that maps versioned configuration files to the home directory to maintain a consistent system environment across different machines. The system employs a topic-based configuration loading model, grouping shell settings and environment scripts into discrete directories that load sequentially into the active shell. It further automates the setup of the command line interface by managing system paths and ensur

    Defines and exports the system executable search path for improved accessibility of custom binaries.

    Shell
    Vezi pe GitHub↗7,743
  • webmin/webminAvatar webmin

    webmin/webmin

    5,595Vezi pe GitHub↗

    Webmin is a web-based administration interface for Unix systems. It provides a centralized console for managing the full range of server administration tasks — users and groups, software packages, storage, network configuration, system services, and security — all through a browser. Its modular architecture allows separate modules to handle databases (MySQL, MariaDB, PostgreSQL), web servers (Apache), DNS (BIND), email (Sendmail, Dovecot), file sharing (Samba, NFS), and more, with a unified access control system that restricts what each administrator can see and do. What sets Webmin apart is

    Defines the PATH and LDLIBRARYPATH for programs run by the server, plus custom environment variables.

    HTML
    Vezi pe GitHub↗5,595
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheetAvatar hackerschoice

    hackerschoice/thc-tips-tricks-hacks-cheat-sheet

    3,853Vezi pe GitHub↗

    This project is a comprehensive command-line reference and toolkit designed for Linux system administration and network security assessment. It provides a collection of technical snippets and operational guides focused on managing remote environments, orchestrating shell sessions, and executing administrative tasks through native terminal utilities. The repository distinguishes itself by offering specialized techniques for stealthy operations and infrastructure manipulation. It covers methods for establishing encrypted tunnels to bypass firewalls, obfuscating process identities and command hi

    Overrides standard system binaries by prepending custom directories to the shell search path to intercept command behavior.

    Shell
    Vezi pe GitHub↗3,853
  1. Home
  2. Development Tools & Productivity
  3. Environment Path Management

Explorează sub-etichetele

  • Binary Path OverridesTechniques for intercepting system command execution by manipulating the shell search path. **Distinct from Environment Path Management:** Distinct from Environment Path Management: focuses on the offensive/administrative technique of hijacking binary resolution rather than general path configuration.