awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mathiasbynens/dotfilesmathiasbynens 的头像

    mathiasbynens/dotfiles

    31,386在 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
    在 GitHub 上查看↗31,386
  • holman/dotfilesholman 的头像

    holman/dotfiles

    7,743在 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
    在 GitHub 上查看↗7,743
  • webmin/webminwebmin 的头像

    webmin/webmin

    5,595在 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
    在 GitHub 上查看↗5,595
  • hackerschoice/thc-tips-tricks-hacks-cheat-sheethackerschoice 的头像

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

    3,853在 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
    在 GitHub 上查看↗3,853
  1. Home
  2. Development Tools & Productivity
  3. Environment Path Management

探索子标签

  • 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.