Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/labex-labs/linux-free-tutorials

[Linux Free Tutorials]-Linux is one of the most popular operating systems in the world. It is used in everything from desktop computers to servers and even mobile devices. This skill tree will teach you how to use Linux from the command line, as well as some basic system administration tasks like in
https://github.com/labex-labs/linux-free-tutorials

List: linux-free-tutorials

awesome awesome-list education free free-tutorials hands-on labex linux programming tutorials

Last synced: 15 days ago
JSON representation

[Linux Free Tutorials]-Linux is one of the most popular operating systems in the world. It is used in everything from desktop computers to servers and even mobile devices. This skill tree will teach you how to use Linux from the command line, as well as some basic system administration tasks like in

Lists

README

        

# Linux Free Tutorials



Linux is one of the most popular operating systems in the world. It is used in everything from desktop computers to servers and even mobile devices. This skill tree will teach you how to use Linux from the command line, as well as some basic system administration tasks like installing software and managing users.

| Index | Name | Difficulty | Tutorial |
|---------|---------------------------------------------------------|--------------|----------------------------------------------------------------------------------------------------------------------|
| 001 | 📖 Your First Linux Lab | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-your-first-linux-lab-270253) |
| 002 | 📖 Basic Files Operations | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-basic-files-operations-270248) |
| 003 | 📖 Create Directory and Print Path | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-create-directory-and-print-path-270249) |
| 004 | 📖 File Contents and Comparing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-file-contents-and-comparing-270251) |
| 005 | 📖 Permissions of Files | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-permissions-of-files-270252) |
| 006 | 📖 User Account Management | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-user-account-management-49) |
| 007 | 📖 Linux ls Command: Content Listing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-ls-command-content-listing-219205) |
| 008 | 📖 Linux cd Command: Directory Changing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-cd-command-directory-changing-209733) |
| 009 | 📖 Linux pwd Command: Directory Displaying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-pwd-command-directory-displaying-209734) |
| 010 | 📖 Linux mkdir Command: Directory Creating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-mkdir-command-directory-creating-209739) |
| 011 | 📖 Linux rm Command: File Removing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-rm-command-file-removing-209741) |
| 012 | 📖 Linux mv Command: File Moving/Renaming | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-mv-command-file-moving-renaming-209743) |
| 013 | 📖 Linux cp Command: File Copying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-cp-command-file-copying-209744) |
| 014 | 📖 Linux cat Command: File Concatenating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-cat-command-file-concatenating-210986) |
| 015 | 📖 Linux nl Command: Line Numbering | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-nl-command-line-numbering-210988) |
| 016 | 📖 Linux more Command: File Scrolling | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-more-command-file-scrolling-214299) |
| 017 | 📖 Linux less Command: File Paging | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-less-command-file-paging-214301) |
| 018 | 📖 Linux head Command: File Beginning Display | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-head-command-file-beginning-display-214302) |
| 019 | 📖 Linux tail Command: File End Display | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-tail-command-file-end-display-214303) |
| 020 | 📖 Linux which Command: Command Locating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-which-command-command-locating-215210) |
| 021 | 📖 Linux whereis Command: File/Command Finding | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-whereis-command-file-command-finding-215211) |
| 022 | 📖 Linux find Command: File Searching | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-find-command-file-searching-219191) |
| 023 | 📖 Linux xargs Command: Command Building | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-xargs-command-command-building-219201) |
| 024 | 📖 Linux wc Command: Text Counting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-wc-command-text-counting-219200) |
| 025 | 📖 Linux grep Command: Pattern Searching | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-grep-command-pattern-searching-219192) |
| 026 | 📖 Linux cut Command: Text Cutting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-cut-command-text-cutting-219187) |
| 027 | 📖 Linux paste Command: Line Merging | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-paste-command-line-merging-219194) |
| 028 | 📖 Linux tr Command: Character Translating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-tr-command-character-translating-219198) |
| 029 | 📖 Linux sort Command: Text Sorting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-sort-command-text-sorting-219196) |
| 030 | 📖 Linux uniq Command: Duplicate Filtering | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-uniq-command-duplicate-filtering-219199) |
| 031 | 📖 Linux join Command: File Joining | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-join-command-file-joining-219193) |
| 032 | 📖 Linux comm Command: Common Line Comparison | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-comm-command-common-line-comparison-219186) |
| 033 | 📖 Linux diff Command: File Comparing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-diff-command-file-comparing-219189) |
| 034 | 📖 Linux patch Command: Patch Applying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-patch-command-patch-applying-219195) |
| 035 | 📖 Linux df Command: Disk Space Reporting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-df-command-disk-space-reporting-219188) |
| 036 | 📖 Linux du Command: File Space Estimating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-du-command-file-space-estimating-219190) |
| 037 | 📖 Linux time Command: Command Timing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-time-command-command-timing-219197) |
| 038 | 📖 Introduction to Linux | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-introduction-to-linux-18001) |
| 039 | 📖 Linux User Group and File Permissions | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-user-group-and-file-permissions-18002) |
| 040 | 📖 File and Directory | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-file-and-directory-17997) |
| 041 | 📖 Environment Variable and Find Files | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-environment-variable-and-find-files-17996) |
| 042 | 📖 File Packing and Compression | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-file-packing-and-compression-17998) |
| 043 | 📖 File System and Disk Management | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-file-system-and-disk-management-17999) |
| 044 | 📖 Get Help on Linux | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-get-help-on-linux-18000) |
| 045 | 📖 Command Execution Sequence Control and Pipeline | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-command-execution-sequence-control-and-pipeline-17994) |
| 046 | 📖 Simple Text Processing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-simple-text-processing-18004) |
| 047 | 📖 Data Stream Redirection | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-data-stream-redirection-17995) |
| 048 | 📖 Introducing Grep, Sed, and Awk Commands | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-introducing-grep-sed-and-awk-commands-18003) |
| 049 | 📖 Software Installation on Linux | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-software-installation-on-linux-18005) |
| 050 | 📖 Linux Text Display | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-text-display-271273) |
| 051 | 📖 Linux Screen Clearing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-screen-clearing-271245) |
| 052 | 📖 Linux Content Listing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-content-listing-271327) |
| 053 | 📖 Linux Directory Changing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-directory-changing-271237) |
| 054 | 📖 Linux Directory Displaying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-directory-displaying-271365) |
| 055 | 📖 Linux Directory Creating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-directory-creating-271331) |
| 056 | 📖 Linux File Creating/Updating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-creating-updating-271409) |
| 057 | 📖 Linux File Copying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-copying-271253) |
| 058 | 📖 Linux File Moving/Renaming | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-moving-renaming-271337) |
| 059 | 📖 Linux File Removing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-removing-271371) |
| 060 | 📖 Linux Link Creating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-link-creating-271321) |
| 061 | 📖 Linux File Concatenating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-concatenating-271235) |
| 062 | 📖 Linux File Beginning Display | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-beginning-display-271299) |
| 063 | 📖 Linux File End Display | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-end-display-271395) |
| 064 | 📖 Linux Text Counting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-text-counting-271437) |
| 065 | 📖 Linux Text Cutting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-text-cutting-271259) |
| 066 | 📖 Linux File Paging | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-paging-271319) |
| 067 | 📖 Linux File Scrolling | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-scrolling-271333) |
| 068 | 📖 Linux Ownership Changing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-ownership-changing-271243) |
| 069 | 📖 Linux Permission Modifying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-permission-modifying-271241) |
| 070 | 📖 Linux Wildcard Character | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-wildcard-character-271447) |
| 071 | 📖 Linux File Searching | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-searching-271283) |
| 072 | 📖 Linux File Locating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-locating-271323) |
| 073 | 📖 Linux Command Locating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-command-locating-271443) |
| 074 | 📖 Linux File/Command Finding | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-command-finding-271441) |
| 075 | 📖 Linux Pattern Searching | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-pattern-searching-271291) |
| 076 | 📖 Linux Stream Editing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-stream-editing-271375) |
| 077 | 📖 Linux Text Processing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-text-processing-271227) |
| 078 | 📖 Linux Text Sorting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-text-sorting-271385) |
| 079 | 📖 Linux Duplicate Filtering | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-duplicate-filtering-271417) |
| 080 | 📖 Linux Character Translating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-character-translating-271411) |
| 081 | 📖 Linux Line Feed Filtering | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-line-feed-filtering-271247) |
| 082 | 📖 Linux Line Merging | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-line-merging-271349) |
| 083 | 📖 Linux File Joining | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-joining-271313) |
| 084 | 📖 Linux File Comparing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-comparing-271269) |
| 085 | 📖 Linux Common Line Comparison | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-common-line-comparison-271251) |
| 086 | 📖 Linux Patch Applying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-patch-applying-271351) |
| 087 | 📖 Linux Text Editing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-text-editing-271429) |
| 088 | 📖 Linux File Difference Viewing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-difference-viewing-271431) |
| 089 | 📖 Linux Simple Text Editing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-simple-text-editing-271339) |
| 090 | 📖 Linux Graphical Text Editing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-graphical-text-editing-271289) |
| 091 | 📖 Preserve Airship's Mystical Archives with Tar | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-preserve-airship-s-mystical-archives-with-tar-271397) |
| 092 | 📖 Mastering Linux File Compression | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-mastering-linux-file-compression-271451) |
| 093 | 📖 Mastering Linux Unzip Decompression | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-mastering-linux-unzip-decompression-271421) |
| 094 | 📖 Linux Arithmetic Calculations | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-arithmetic-calculations-271229) |
| 095 | 📖 Linux Logic Operations | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-logic-operations-271325) |
| 096 | 📖 Linux Text Columnizing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-text-columnizing-271249) |
| 097 | 📖 Linux Condition Testing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-condition-testing-271403) |
| 098 | 📖 Linux Command Building | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-command-building-271449) |
| 099 | 📖 Linux Directory Tree Display | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-directory-tree-display-271413) |
| 100 | 📖 Linux Command Assistance | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-command-assistance-271301) |
| 101 | 📖 Introductory LabEx Programming Tutorial | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-introductory-labex-programming-tutorial-189472) |
| 102 | 📖 Linux Manual Access | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-manual-access-271329) |
| 103 | 📖 Linux Line Numbering | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-line-numbering-271345) |
| 104 | 📖 Linux Input Reading | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-input-reading-271367) |
| 105 | 📖 Linux Text Formatting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-text-formatting-271361) |
| 106 | 📖 Linux Execution Delaying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-execution-delaying-271383) |
| 107 | 📖 Linux Variable Declaring | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-variable-declaring-271265) |
| 108 | 📖 Linux Script Executing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-script-executing-271387) |
| 109 | 📖 Linux Shell Exiting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-shell-exiting-271277) |
| 110 | 📖 Linux Secure Connecting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-secure-connecting-271389) |
| 111 | 📖 Linux Network Connecting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-network-connecting-271401) |
| 112 | 📖 Linux Secure Copying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-secure-copying-271373) |
| 113 | 📖 Linux Secure File Transferring | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-secure-file-transferring-271381) |
| 114 | 📖 Linux File Transferring | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-transferring-271287) |
| 115 | 📖 Linux Networking Utility | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-networking-utility-271341) |
| 116 | 📖 Linux Network Configuring | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-network-configuring-271307) |
| 117 | 📖 Linux Network Monitoring | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-network-monitoring-271343) |
| 118 | 📖 Linux Network Testing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-network-testing-271353) |
| 119 | 📖 Linux IP Managing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-ip-managing-271309) |
| 120 | 📖 Linux User Adding | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-user-adding-271423) |
| 121 | 📖 Linux User Removing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-user-removing-271425) |
| 122 | 📖 Linux User Modifying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-user-modifying-271427) |
| 123 | 📖 Linux Password Changing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-password-changing-271347) |
| 124 | 📖 Linux Privilege Granting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-privilege-granting-271393) |
| 125 | 📖 Linux User Switching | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-user-switching-271391) |
| 126 | 📖 Linux Group Displaying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-group-displaying-271297) |
| 127 | 📖 Linux Group Adding | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-group-adding-271293) |
| 128 | 📖 Linux Group Removing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-group-removing-271295) |
| 129 | 📖 Linux Group Changing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-group-changing-271239) |
| 130 | 📖 Linux User Identifying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-user-identifying-271445) |
| 131 | 📖 Linux Environment Managing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-environment-managing-271275) |
| 132 | 📖 Linux User/Group ID Displaying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-user-group-id-displaying-271305) |
| 133 | 📖 Linux Shell Setting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-shell-setting-271379) |
| 134 | 📖 Linux Variable Exporting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-variable-exporting-271279) |
| 135 | 📖 Linux Variable Unsetting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-variable-unsetting-271419) |
| 136 | 📖 Linux Disk Space Reporting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-disk-space-reporting-271267) |
| 137 | 📖 Linux File Space Estimating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-space-estimating-271271) |
| 138 | 📖 Linux File System Mounting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-system-mounting-271335) |
| 139 | 📖 Linux Command Repeating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-command-repeating-271435) |
| 140 | 📖 Linux Job Scheduling | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-job-scheduling-271255) |
| 141 | 📖 Linux System Information Displaying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-system-information-displaying-271415) |
| 142 | 📖 Linux Hostname Managing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-hostname-managing-271303) |
| 143 | 📖 Linux Process Displaying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-process-displaying-271363) |
| 144 | 📖 Linux Task Displaying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-task-displaying-271407) |
| 145 | 📖 Linux Memory Reporting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-memory-reporting-271285) |
| 146 | 📖 Linux Date/Time Displaying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-date-time-displaying-271261) |
| 147 | 📖 Linux Command Timing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-command-timing-271405) |
| 148 | 📖 Linux File Converting/Copying | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-file-converting-copying-271263) |
| 149 | 📖 Linux Service Managing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-service-managing-271377) |
| 150 | 📖 Linux URL Data Transferring | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-url-data-transferring-271257) |
| 151 | 📖 Linux Non-interactive Downloading | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-non-interactive-downloading-271439) |
| 152 | 📖 Linux Package Handling | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-package-handling-271225) |
| 153 | 📖 Count Lines of Code With CLOC | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-count-lines-of-code-with-cloc-273383) |
| 154 | 📖 Crafting Striking Terminal Text With FIGlet | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-crafting-striking-terminal-text-with-figlet-272383) |
| 155 | 📖 Display OS Info Stylishly with Neofetch | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-display-os-info-stylishly-with-neofetch-299825) |
| 156 | 📖 Download Media with You-Get | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-download-media-with-you-get-289657) |
| 157 | 📖 Interactive Process Viewer With Htop | ★★☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-interactive-process-viewer-with-htop-271667) |
| 158 | 📖 Linux 'jq' Programming | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-jq-programming-279945) |
| 159 | 📖 Manage Multiple Terminals With Screen | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-manage-multiple-terminals-with-screen-271827) |
| 160 | 📖 Transcribe Media to Text with Whisper | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-transcribe-media-to-text-with-whisper-289658) |
| 161 | 📖 Visualize File Differences With Icdiff | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-visualize-file-differences-with-icdiff-272381) |
| 162 | 📖 Hunt Down Social Media Accounts | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-hunt-down-social-media-accounts-271644) |
| 163 | 📖 Linux Python Package Installing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-python-package-installing-271355) |
| 164 | 📖 Linux Job Managing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-job-managing-271311) |
| 165 | 📖 Linux Background Running | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-background-running-271233) |
| 166 | 📖 Exploring File Systems with Eza | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-exploring-file-systems-with-eza-295948) |
| 167 | 📖 Linux Job Foregrounding | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-job-foregrounding-271281) |
| 168 | 📖 Linux Process Terminating | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-process-terminating-271315) |
| 169 | 📖 Linux Multi-Process Killing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-multi-process-killing-271317) |
| 170 | 📖 Linux Pattern-Based Killing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-pattern-based-killing-271359) |
| 171 | 📖 Linux Process Waiting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-process-waiting-271433) |
| 172 | 📖 Linux Background Management | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-background-management-271231) |
| 173 | 📖 Linux Output Multiplexing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-output-multiplexing-271399) |
| 174 | 📖 Linux Data Piping | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-data-piping-271357) |
| 175 | 📖 Linux I/O Redirecting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-i-o-redirecting-271369) |
| 176 | 📖 Enhance Copying and Moving with Advcpmv | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-enhance-copying-and-moving-with-advcpmv-295937) |
| 177 | 📖 Compress and Decompress Files (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-compress-and-decompress-files-lab-33) |
| 178 | 📖 Mastering Shell Pipelines for Data Processing | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-mastering-shell-pipelines-for-data-processing-153906) |
| 179 | 📖 Explore Disk Usage with Ncdu | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-explore-disk-usage-with-ncdu-296141) |
| 180 | 📖 NumPy Library Installation and Setup | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-numpy-library-installation-and-setup-86379) |
| 181 | 📖 Process Management Tools | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-process-management-tools-46) |
| 182 | 📖 Quick Start to Hive | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-quick-start-to-hive-272323) |
| 183 | 📖 Restore Access to Website (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-restore-access-to-website-lab-301487) |
| 184 | 📖 Groups of Linux | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-groups-of-linux-13397) |
| 185 | 📖 Installing and Configuring a Mail Server (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-installing-and-configuring-a-mail-server-lab-298848) |
| 186 | 📖 Samba File Sharing on Linux (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-samba-file-sharing-on-linux-lab-301491) |
| 187 | 📖 Linux Logical Commands and Redirection | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-logical-commands-and-redirection-48) |
| 188 | 📖 Basic Linux File Operations | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-basic-linux-file-operations-42) |
| 189 | 📖 Terminate Processes with kill, killall, and pkill | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-terminate-processes-with-kill-killall-and-pkill-44) |
| 190 | 📖 User Group Management | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-user-group-management-50) |
| 191 | 📖 Network Information and Test | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-network-information-and-test-45) |
| 192 | 📖 Background Job Management in Linux | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-background-job-management-in-linux-43) |
| 193 | 📖 Set Up Scheduled Tasks | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-set-up-scheduled-tasks-47) |
| 194 | 📖 Connect to Remote | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-connect-to-remote-34) |
| 195 | 📖 Hadoop Installation and Deployment | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/hadoop-hadoop-installation-and-deployment-272321) |
| 196 | 📖 Installing a Git Server (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/git-installing-a-git-server-lab-299593) |
| 197 | 📖 YARN Architecture and Development | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-yarn-architecture-and-development-272324) |
| 198 | 📖 File and Disk Usage | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-file-and-disk-usage-38) |
| 199 | 📖 Installation of MySQL | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-installation-of-mysql-178583) |
| 200 | 📖 Extracting Link Information From Text (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-extracting-link-information-from-text-lab-301471) |
| 201 | 📖 Linux Deploy LNMP | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-deploy-lnmp-7787) |
| 202 | 📖 Linux Server Information Retrieval (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-linux-server-information-retrieval-lab-301475) |
| 203 | 📖 Hello World, Bash! | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-hello-world-bash-153893) |
| 204 | 📖 Copy Large Files with Preserved Structure (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-copy-large-files-with-preserved-structure-lab-301465) |
| 205 | 📖 Secure File Transfer Basics | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-secure-file-transfer-basics-40) |
| 206 | 📖 Build a Task Scheduler Using Bash (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-build-a-task-scheduler-using-bash-lab-298846) |
| 207 | 📖 Bash Trap Command | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-bash-trap-command-153904) |
| 208 | 📖 Build a Linux System Monitor Using Bash (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-build-a-linux-system-monitor-using-bash-lab-298845) |
| 209 | 📖 Customizing Linux File Listing (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-customizing-linux-file-listing-lab-301467) |
| 210 | 📖 Extracting Information From Text (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-extracting-information-from-text-lab-301469) |
| 211 | 📖 Discover Linux System Information | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-discover-linux-system-information-36) |
| 212 | 📖 Git Config Management | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/git-git-config-management-8715) |
| 213 | 📖 File System Operations in Shell | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-file-system-operations-in-shell-153905) |
| 214 | 📖 Deploying a Simple TensorFlow Model (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-deploying-a-simple-tensorflow-model-lab-298840) |
| 215 | 📖 Creating a Typing Game Using Bash (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-creating-a-typing-game-using-bash-lab-298847) |
| 216 | 📖 Get Program That Satisfies the Condition (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-get-program-that-satisfies-the-condition-lab-301473) |
| 217 | 📖 Collect Files From Specified Time (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-collect-files-from-specified-time-lab-301463) |
| 218 | 📖 Working with Shell Variables | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-working-with-shell-variables-153894) |
| 219 | 📖 Mastering SQL's SELECT Statement | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/mysql-mastering-sql-s-select-statement-178585) |
| 220 | 📖 Beginner's Rust Programming: Hello World | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/rust-beginner-s-rust-programming-hello-world-100384) |
| 221 | 📖 Arithmetic Operations in Shell Programming | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-arithmetic-operations-in-shell-programming-153897) |
| 222 | 📖 Network Data Packet Statistics (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-network-data-packet-statistics-lab-301481) |
| 223 | 📖 Conditional Statements in Shell Programming | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-conditional-statements-in-shell-programming-153899) |
| 224 | 📖 Query Teacher Salary Using PreparedStatement (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/mysql-query-teacher-salary-using-preparedstatement-lab-301390) |
| 225 | 📖 University Information Query System (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/mysql-university-information-query-system-lab-301422) |
| 226 | 📖 Special Variables in Shell Scripting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-special-variables-in-shell-scripting-153903) |
| 227 | 📖 Command-Line File Downloading Tools | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-command-line-file-downloading-tools-37) |
| 228 | 📖 Random Password Generator Development (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-random-password-generator-development-lab-301485) |
| 229 | 📖 Other Basic Operations | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-other-basic-operations-178587) |
| 230 | 📖 Passing Arguments to the Script | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-passing-arguments-to-the-script-153895) |
| 231 | 📖 Mastering Bash Scripting Loops | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-mastering-bash-scripting-loops-153900) |
| 232 | 📖 Shell Programming Functions | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-shell-programming-functions-153902) |
| 233 | 📖 Basic String Operations | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-basic-string-operations-153898) |
| 234 | 📖 Exploring IPython's Interactive Computing Features | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/python-exploring-ipython-s-interactive-computing-features-83) |
| 235 | 📖 Modify and Delete | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/mysql-modify-and-delete-178586) |
| 236 | 📖 Comparing Arrays in Shell Scripting | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-comparing-arrays-in-shell-scripting-153901) |
| 237 | 📖 Chess Board in Terminal (Lab) | ★★☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-chess-board-in-terminal-lab-299820) |
| 238 | 📖 Database Management Fundamentals | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/mysql-database-management-fundamentals-178584) |
| 239 | 📖 Git Branch Basic Operations | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/git-git-branch-basic-operations-8435) |
| 240 | 📖 Controlling Symbols and Combining Submodules | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/python-controlling-symbols-and-combining-submodules-132530) |
| 241 | 📖 Modifying the Teacher Table Using PreparedStatemen... | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/mysql-modifying-the-teacher-table-using-preparedstatement-lab-301362) |
| 242 | 📖 Statement for Querying Classroom Table (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/mysql-statement-for-querying-classroom-table-lab-301412) |
| 243 | 📖 Shell Programming Arrays | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/shell-shell-programming-arrays-153896) |
| 244 | 📖 Running Your First Container | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/docker-running-your-first-container-148982) |
| 245 | 📖 Crafting Command-Line Python Programs | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/python-crafting-command-line-python-programs-73) |
| 246 | 📖 Initialize Git Project (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/linux-initialize-git-project-lab-1507) |
| 247 | 📖 NumPy Asarray Function | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/python-numpy-asarray-function-86404) |
| 248 | 📖 Figure Size Units | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/python-figure-size-units-48731) |
| 249 | 📖 Architecture and Operations of HDFS | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/hadoop-architecture-and-operations-of-hdfs-272320) |
| 250 | 📖 Learn About Managed Generators | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/python-learn-about-managed-generators-132526) |
| 251 | 📖 Matplotlib Text Wrapping and Styling | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/python-matplotlib-text-wrapping-and-styling-48560) |
| 252 | 📖 Python Matplotlib Plotting Basics | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/matplotlib-python-matplotlib-plotting-basics-48739) |
| 253 | 📖 Creating and Using Python NumPy Arrays | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/python-creating-and-using-python-numpy-arrays-86402) |
| 254 | 📖 Deploying MobileNet With TensorFlow.js and Flask (... | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/javascript-deploying-mobilenet-with-tensorflow-js-and-flask-lab-298849) |
| 255 | 📖 Matplotlib Data Visualization Techniques | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/python-matplotlib-data-visualization-techniques-48556) |
| 256 | 📖 Reverse Shell to Control Multiple Targets (Lab) | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/python-reverse-shell-to-control-multiple-targets-lab-298839) |
| 257 | 📖 Customizing Text Paths with Matplotlib | ★☆☆ | [🔗 Learning Free](https://labex.io/tutorials/python-customizing-text-paths-with-matplotlib-48685) |
| 258 | 📖 Build URL Shortener with Flask MySQL (Lab) | ★★★ | [🔗 Learning Free](https://labex.io/tutorials/html-build-url-shortener-with-flask-mysql-lab-298925) |

## More Free Tutorials

- [Practice Linux Free Tutorials](https://github.com/labex-labs/linux-free-tutorials)
- [Practice Python Free Tutorials](https://github.com/labex-labs/python-free-tutorials)
- [Practice DevOps Free Tutorials](https://github.com/labex-labs/devops-free-tutorials)
- [Practice Web Development Free Tutorials](https://github.com/labex-labs/web-development-free-tutorials)
- [Practice Data Science Free Tutorials](https://github.com/labex-labs/data-science-free-tutorials)
- [Practice Big Data Free Tutorials](https://github.com/labex-labs/bigdata-free-tutorials)
- [Practice Cyber Security Free Tutorials](https://github.com/labex-labs/cysec-free-tutorials)
- [Practice Machine Learning Free Tutorials](https://github.com/labex-labs/ml-free-tutorials)
- [Practice Docker Free Tutorials](https://github.com/labex-labs/docker-free-tutorials)
- [Practice Kubernetes Free Tutorials](https://github.com/labex-labs/kubernetes-free-tutorials)
- [Practice Git Free Tutorials](https://github.com/labex-labs/git-free-tutorials)
- [Practice Ansible Free Tutorials](https://github.com/labex-labs/ansible-free-tutorials)
- [Practice Jenkins Free Tutorials](https://github.com/labex-labs/jenkins-free-tutorials)
- [Practice Shell Free Tutorials](https://github.com/labex-labs/shell-free-tutorials)
- [Practice Java Free Tutorials](https://github.com/labex-labs/java-free-tutorials)
- [Practice Hadoop Free Tutorials](https://github.com/labex-labs/hadoop-free-tutorials)
- [Practice C++ Free Tutorials](https://github.com/labex-labs/cpp-free-tutorials)
- [Practice C Free Tutorials](https://github.com/labex-labs/c-free-tutorials)
- [Practice MySQL Free Tutorials](https://github.com/labex-labs/mysql-free-tutorials)
- [Practice Go Free Tutorials](https://github.com/labex-labs/go-free-tutorials)
- [Practice Rust Free Tutorials](https://github.com/labex-labs/rust-free-tutorials)
- [Practice OpenCV Free Tutorials](https://github.com/labex-labs/opencv-free-tutorials)
- [Practice Django Free Tutorials](https://github.com/labex-labs/django-free-tutorials)
- [Practice Pandas Free Tutorials](https://github.com/labex-labs/pandas-free-tutorials)
- [Practice NumPy Free Tutorials](https://github.com/labex-labs/numpy-free-tutorials)
- [Practice scikit-learn Free Tutorials](https://github.com/labex-labs/sklearn-free-tutorials)
- [Practice Matplotlib Free Tutorials](https://github.com/labex-labs/matplotlib-free-tutorials)
- [Practice Algorithm Free Tutorials](https://github.com/labex-labs/algorithm-free-tutorials)
- [Practice HTML Free Tutorials](https://github.com/labex-labs/html-free-tutorials)
- [Practice CSS Free Tutorials](https://github.com/labex-labs/css-free-tutorials)
- [Practice JavaScript Free Tutorials](https://github.com/labex-labs/javascript-free-tutorials)
- [Practice React Free Tutorials](https://github.com/labex-labs/react-free-tutorials)
- [Practice jQuery Free Tutorials](https://github.com/labex-labs/jquery-free-tutorials)

## More

- 🔗 [Linux Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
- 🔗 [Linux Programming Projects](https://github.com/labex-labs/awesome-programming-projects)