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

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

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

me115/linuxtools_rst

0
View on GitHub↗
6,012 نجوم·1,433 تفرعات·HTML·16 مشاهداتlinuxtools-rst.readthedocs.org/zh_CN/latest↗

Linuxtools Rst

Linux工具快速教程

Features

  • Developer Quick References - Serves as a quick lookup guide for common Linux command-line tools and their typical parameters.
  • Linux Command-Line Tool References - Serves as a task-oriented lookup guide for finding the correct Linux command-line tool and its parameters.
  • Monitoring and Process Control - Documents ps, kill, and top for listing, terminating, and monitoring processes and system metrics.
  • Editing and Text Manipulation - Explains sed, awk, and cut for transforming and filtering text data on the fly.
  • File and Directory Management - Documents ls, cd, and find commands for navigating and inspecting the Linux directory tree.
  • File Content Displays - Explains cat, less, grep, and head for displaying and searching file contents.
  • Text Processing and Search - Covers grep, sed, awk, and cut for filtering, searching, and transforming text streams.
  • Command-Line File Operations - Provides a task-oriented guide to file management commands like cp, mv, and rm.
  • Command Help Displays - Shows how to access and interpret built-in help for any Linux command, enabling quick self-guided learning.
  • Command Line Documentation - Provides comprehensive usage documentation for Linux command-line tools with practical examples.
  • Command Line Network Clients - Documents common network tools like ping, ssh, and curl for connectivity testing and data transfer.
  • Command Line References - Organizes common Linux commands by task with concise usage examples and parameter combinations.
  • Task-Based Tool Lookups - Organizes command-line tools by common tasks rather than alphabetical listing for faster lookup.
  • Tool Lookups by Task - Looks up the most common command-line tool and its typical parameter combinations for a given Linux task.
  • Tool Reference Guides - Reads a comprehensive usage guide with examples for a specific command-line tool.
  • Documentation Usage Examples - Teaches tool usage through concrete command examples with common parameter combinations.
  • Progressive Learning Paths - Structures content from basic file operations to advanced system debugging in increasing complexity.
  • Disk Usage Utilities - Covers df and du commands for reporting disk space consumption and file system utilization.
  • File Compression and Decompression - Covers tar, gzip, and zip commands for bundling and compressing files from the terminal.
  • User Access Management - Covers useradd, usermod, and groupadd commands for managing user accounts and groups.
  • File and Folder Permissions - Documents chmod and chown commands for setting read, write, and execute permissions on files.
  • Linux System Administration - Covers file management, process control, user administration, and system monitoring commands.
  • Real-time Performance Monitoring - Documents top, vmstat, and iostat for tracking CPU, memory, and I/O metrics in real time.
  • Remote File Transfers - Documents scp and rsync for copying files between machines over SSH.
  • Debugging Guides - Covers gdb and related tools for debugging compiled programs on Linux.
  • Binary File Inspectors - Examines compiled object files and executables to inspect symbols, sections, and dependencies.
  • Build and Debug References - Documents gcc, make, gdb, and perf for compiling, debugging, and profiling programs on Linux.
  • Code Execution Profilers - Covers profiling tools like gprof and perf for identifying code execution bottlenecks.
  • Breakpoint Debugging - Inspects program execution, sets breakpoints, and examines memory to find and fix bugs.
  • Performance Profiling - Measures CPU, memory, or I/O usage of a program to identify bottlenecks and optimize it.
  • Terminal Process Managers - Lists, terminates, and adjusts running processes to control system workload and resource allocation.
  • Reference Navigators - Links related tools and tasks together so readers can discover alternatives and complementary commands.
  • Remote File Transfers - Copies files between local and remote machines over SSH for secure data movement.
  • Source Builds - Compiles source code into an executable using the standard build tools and their frequent flags.
  • Recurring Job Scheduling - Runs commands automatically at specified times using cron to automate routine jobs.
  • Reference Formats - Presents each tool with only essential flags and use cases, omitting exhaustive manual pages.
  • Process Debuggers - Attaches a debugger to a process to inspect its state, set breakpoints, and step through execution.

سجل النجوم

مخطط تاريخ النجوم لـ me115/linuxtools_rstمخطط تاريخ النجوم لـ me115/linuxtools_rst

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Linuxtools Rst

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Linuxtools Rst.
  • rocky-linux/rockyالصورة الرمزية لـ rocky-linux

    rocky-linux/rocky

    9,497عرض على 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

    enterprise-linuxrocky
    عرض على GitHub↗9,497
  • you-dont-need/you-dont-need-guiالصورة الرمزية لـ you-dont-need

    you-dont-need/You-Dont-Need-GUI

    5,821عرض على GitHub↗

    You-Dont-Need-GUI is a curated reference of terminal commands that replace common graphical interface operations with equivalent shell one-liners. It maps everyday GUI actions—file management, archive handling, system monitoring, and network diagnostics—to standard POSIX utilities like find, grep, and awk, all composed as self-contained shell pipelines. The project distinguishes itself by requiring no external dependencies or installations; every solution runs with built-in shell commands and coreutils. Its documentation follows Unix man-page conventions, presenting each command with a

    clicommandcommand-line
    عرض على GitHub↗5,821
  • idnan/bash-guideالصورة الرمزية لـ Idnan

    Idnan/bash-guide

    12,300عرض على GitHub↗

    This project is a comprehensive educational resource and technical guide for Bash shell programming and command-line operations. It serves as a programming guide, scripting reference, and tutorial for navigating Unix-like terminal environments. The documentation covers a broad range of system administration and automation tasks, including remote server administration via secure shell connections and the management of system processes and resources. It provides detailed instructions on executing remote commands and performing secure file transfers between hosts. The guide details core scripti

    عرض على GitHub↗12,300
  • christianlempa/cheat-sheetsالصورة الرمزية لـ ChristianLempa

    ChristianLempa/cheat-sheets

    4,771عرض على GitHub↗

    This project is a technical reference knowledge base and developer cheat sheet repository. It functions as a searchable collection of quick-reference guides, CLI command patterns, and code snippets for various operating systems, cloud platforms, and infrastructure tools. The system operates as a markdown-based technical knowledge base, where content is stored in plain text files and rendered as a static site. This approach enables a personal knowledge management system that utilizes version control and a directory-based navigation hierarchy to organize technical notes for long-term retrieval.

    cheat-sheetsknowledge-basesecond-brain
    عرض على GitHub↗4,771
عرض جميع البدائل الـ 30 لـ Linuxtools Rst→

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

ما هي وظيفة me115/linuxtools_rst؟

Linux工具快速教程

ما هي الميزات الرئيسية لـ me115/linuxtools_rst؟

الميزات الرئيسية لـ me115/linuxtools_rst هي: Developer Quick References, Linux Command-Line Tool References, Monitoring and Process Control, Editing and Text Manipulation, File and Directory Management, File Content Displays, Text Processing and Search, Command-Line File Operations.

ما هي البدائل مفتوحة المصدر لـ me115/linuxtools_rst؟

تشمل البدائل مفتوحة المصدر لـ me115/linuxtools_rst: rocky-linux/rocky — Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a… you-dont-need/you-dont-need-gui — You-Dont-Need-GUI is a curated reference of terminal commands that replace common graphical interface operations with… idnan/bash-guide — This project is a comprehensive educational resource and technical guide for Bash shell programming and command-line… christianlempa/cheat-sheets — This project is a technical reference knowledge base and developer cheat sheet repository. It functions as a… rstacruz/cheatsheets — This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides… teddysun/shadowsocks_install — This project is a collection of automated deployment tools centered around a Shadowsocks server auto-installer for…