awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ruanyf avatar

ruanyf/simple-bash-scripts

0
View on GitHub↗
1,919 نجوم·1,076 تفرعات·Shell·3 مشاهدات

Simple Bash Scripts

هذا المشروع عبارة عن مجموعة من نصوص Bash البرمجية القابلة لإعادة الاستخدام مصممة لإدارة النظام، والأتمتة، وتطوير أدوات سطر الأوامر. يوفر مكتبة نمطية من الأدوات التي تستفيد من تنفيذ الصدفة المتوافق مع POSIX ومعالجة التدفق القياسي لتنفيذ المهام مباشرة داخل بيئات شبيهة بـ Unix دون الحاجة إلى أوقات تشغيل لغة إضافية.

تتميز المجموعة بتقديم مجموعة واسعة من الإمكانات التفاعلية والمؤتمتة، بما في ذلك قوائم سطر الأوامر الموجهة، ومؤقتات تتبع الوقت، ومزامنة الملفات عن بعد. هذه النصوص البرمجية واعية بالبيئة، وقادرة على اكتشاف تهيئات الأجهزة ونظام التشغيل لضمان التوافق عبر إعدادات خادم متنوعة.

تغطي مجموعة الأدوات سطحاً وظيفياً واسعاً، بما في ذلك إدارة الملفات والأدلة المحلية، وتشخيصات الشبكة، ومراقبة صحة النظام. كما توفر أدوات لمعالجة البيانات، مثل تحويل النص، وإنشاء الصور المصغرة، وتشفير الملفات القائم على كلمة المرور. بالإضافة إلى ذلك، تسهل النصوص البرمجية مهام الصيانة الروتينية مثل تدقيق البرمجيات، وتتبع جرد الأجهزة، والحسابات الرياضية.

Features

  • Bash Script Patterns - Provides a library of reusable Bash scripts for system administration, file management, and routine automation.
  • Command Line Utilities - Provides a library of terminal-based tools for mathematical calculations, text processing, and data conversions.
  • System Administration Toolkits - Offers a set of command-line tools for monitoring server health, managing resources, and auditing software packages.
  • Modular Scripting - Organizes shell functionality into discrete, standalone executable files that can be invoked independently or chained for automation.
  • POSIX-Compliant Shell Scripts - Implements logic using strictly portable shell syntax to ensure compatibility across different Unix-like operating systems.
  • Server Resource Monitors - Monitors server performance metrics like disk space and processor usage while managing remote backups.
  • File and Directory Management - Organizes local storage through batch operations, secure file encryption, and automated archiving.
  • File and Directory Operations - Performs batch operations like line counting and file organization to assist with local storage management.
  • Pre-Optimized Software Installers - Automates the installation of predefined software sets to maintain consistent system configurations.
  • Command Line Automation Tools - Streamlines interactive workflows and handles batch file operations through automated script sequences.
  • Environment-Aware Execution - Detects hardware and operating system configurations at runtime to adjust script behavior for diverse server environments.
  • Interactive Menus - Provides interactive command-line menus and prompts to guide users through complex sequences of operations.
  • System Utilities - Leverages existing command-line tools and system binaries to perform high-level operations without requiring heavy dependencies.
  • Text Processing Utilities - Processes text data through case conversion and transformation while generating image thumbnails.
  • Remote File Synchronization - Transfers local files to remote servers using secure protocols to ensure data redundancy and disaster recovery.
  • Remote Server Fleet Management - Executes secure file backups and retrieves system information to ensure stable and performant remote server operations.
  • Standard Stream Piping - Uses standard input and output pipes to enable efficient text transformation and file manipulation without intermediate storage.
  • Data Processing Utilities - Includes utilities for text transformation, image thumbnail generation, and password-based file encryption.
  • Archive Encryption - Provides password-based encryption and decryption for file archives to ensure secure data storage and transmission.
  • Automated Server Maintenance - Automates routine server maintenance tasks like monitoring resource usage and managing installed software packages.
  • Hardware Diagnostic Inventories - Retrieves technical hardware specifications including processor models, memory, and serial numbers for inventory tracking.

سجل النجوم

مخطط تاريخ النجوم لـ ruanyf/simple-bash-scriptsمخطط تاريخ النجوم لـ ruanyf/simple-bash-scripts

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Simple Bash Scripts

مجموعات منسقة بعناية يظهر فيها Simple Bash Scripts.
  • موارد Bash و Shell Scripting

بدائل مفتوحة المصدر لـ Simple Bash Scripts

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Simple Bash Scripts.
  • dylanaraps/pure-sh-bibleالصورة الرمزية لـ dylanaraps

    dylanaraps/pure-sh-bible

    7,709عرض على GitHub↗

    This project is a collection of POSIX-compliant shell functions and polyfills designed to replace external binaries with portable, built-in utility implementations. It serves as a compatibility library and utility kit for shell scripting, providing shell-native alternatives to common command line utilities. The library focuses on removing dependencies on external processes by implementing tasks directly within the shell. This includes the use of shell-native sequences for terminal user interface design, such as text coloring and cursor movement, and the use of built-in pattern matching for te

    Shell
    عرض على GitHub↗7,709
  • trinib/linux-bash-commandsالصورة الرمزية لـ trinib

    trinib/Linux-Bash-Commands

    4,059عرض على GitHub↗

    This project serves as a comprehensive reference and toolkit for Linux command-line operations. It provides a structured collection of Bash commands and terminal utilities designed to assist with system administration, file management, and process control within POSIX-compliant environments. The resource functions as a guide for mastering terminal productivity and shell scripting. It covers essential workflows including efficient filesystem navigation, command history management, and the application of shell operators for task automation. Users can utilize these materials to refine their inte

    awesomeawesome-listbash
    عرض على GitHub↗4,059
  • backup/backupالصورة الرمزية لـ backup

    backup/backup

    4,868عرض على GitHub↗

    This project is a Unix backup orchestrator used for modeling and executing full-stack data protection. It functions as a management system for database dumps, encrypted archiving, version rotation, and remote storage transport. The system distinguishes itself by orchestrating native system tools for various databases, including PostgreSQL, MySQL, MongoDB, Redis, and Riak. It employs a secure archive workflow that combines compression and encryption using GPG, OpenSSL, or AES before transporting packages to S3-compatible services, Dropbox, or remote servers via SFTP and RSync. Broad capabilit

    Ruby
    عرض على GitHub↗4,868
  • trimstray/the-book-of-secret-knowledgeالصورة الرمزية لـ trimstray

    trimstray/the-book-of-secret-knowledge

    228,641عرض على GitHub↗

    This project serves as a centralized, community-driven repository of technical knowledge and administrative resources. It provides a structured taxonomy that aggregates disparate information into a searchable framework, supporting continuous learning and rapid problem-solving for system administrators and cybersecurity practitioners. By mapping resources across offensive security, infrastructure management, and software development, it offers a unified path for skill acquisition and professional reference. The project is defined by a command-line-first design philosophy, prioritizing terminal

    awesomeawesome-listbsd
    عرض على GitHub↗228,641
عرض جميع البدائل الـ 30 لـ Simple Bash Scripts→

الأسئلة الشائعة

ما هي وظيفة ruanyf/simple-bash-scripts؟

هذا المشروع عبارة عن مجموعة من نصوص Bash البرمجية القابلة لإعادة الاستخدام مصممة لإدارة النظام، والأتمتة، وتطوير أدوات سطر الأوامر. يوفر مكتبة نمطية من الأدوات التي تستفيد من تنفيذ الصدفة المتوافق مع POSIX ومعالجة التدفق القياسي لتنفيذ المهام مباشرة داخل بيئات شبيهة بـ Unix دون الحاجة إلى أوقات تشغيل لغة إضافية.

ما هي الميزات الرئيسية لـ ruanyf/simple-bash-scripts؟

الميزات الرئيسية لـ ruanyf/simple-bash-scripts هي: Bash Script Patterns, Command Line Utilities, System Administration Toolkits, Modular Scripting, POSIX-Compliant Shell Scripts, Server Resource Monitors, File and Directory Management, File and Directory Operations.

ما هي البدائل مفتوحة المصدر لـ ruanyf/simple-bash-scripts؟

تشمل البدائل مفتوحة المصدر لـ ruanyf/simple-bash-scripts: dylanaraps/pure-sh-bible — This project is a collection of POSIX-compliant shell functions and polyfills designed to replace external binaries… trinib/linux-bash-commands — This project serves as a comprehensive reference and toolkit for Linux command-line operations. It provides a… backup/backup — This project is a Unix backup orchestrator used for modeling and executing full-stack data protection. It functions as… trimstray/the-book-of-secret-knowledge — This project serves as a centralized, community-driven repository of technical knowledge and administrative resources.… onceupon/bash-oneliner — Bash-Oneliner is a curated collection of reusable shell snippets and command-line patterns designed for system… lotabout/skim — Skim is an interactive text filter and terminal selection tool written in Rust. It functions as a command line…