{"id":48257317,"url":"https://github.com/tsiendragon/learning","last_synced_at":"2026-04-04T21:17:48.376Z","repository":{"id":267316538,"uuid":"900844004","full_name":"tsiendragon/learning","owner":"tsiendragon","description":"linux basic, python, etc learning","archived":false,"fork":false,"pushed_at":"2025-02-08T16:40:33.000Z","size":6194,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T17:30:34.703Z","etag":null,"topics":["git","linux","python","pythonlearning"],"latest_commit_sha":null,"homepage":"https://tsiendragon.github.io/learning/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tsiendragon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-09T15:17:26.000Z","updated_at":"2025-02-08T16:38:34.000Z","dependencies_parsed_at":"2025-02-08T17:35:18.507Z","dependency_job_id":null,"html_url":"https://github.com/tsiendragon/learning","commit_stats":null,"previous_names":["tsiendragon/learning"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tsiendragon/learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsiendragon%2Flearning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsiendragon%2Flearning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsiendragon%2Flearning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsiendragon%2Flearning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsiendragon","download_url":"https://codeload.github.com/tsiendragon/learning/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsiendragon%2Flearning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31414611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","linux","python","pythonlearning"],"created_at":"2026-04-04T21:17:48.295Z","updated_at":"2026-04-04T21:17:48.357Z","avatar_url":"https://github.com/tsiendragon.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning Path: Linux and Python \n\n\u003cdiv align=\"center\"\u003e\n\n![Linux and Python](https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/linux/linux.png)\n\n\u003c/div\u003e\n\n## Welcome to Your Learning Journey! \n\nThis comprehensive guide will take you through the fundamentals of Linux system administration and Python programming. Whether you're a beginner or looking to strengthen your skills, we've got you covered!\n\n📚 **View the full documentation at: [https://tsiendragon.github.io/learning/index.html](https://tsiendragon.github.io/learning/index.html)**\n\n## Course Structure\n\n### Phase 1: Linux Basics \n\n\u003cdiv class=\"grid cards\" markdown\u003e\n\n- :file_folder: [**File System**](phase1/linux_basics/01_linux_file_system.md)\n  *Master Linux file system organization and commands*\n\n- :lock: [**Permission Management**](phase1/linux_basics/02_permission_management.md)\n  *Learn user permissions and access control*\n\n- :globe_with_meridians: [**Network Basics**](phase1/linux_basics/03_network_basics.md)\n  *Understand networking fundamentals*\n\n- :memo: [**Text Editors**](phase1/linux_basics/04_text_editors.md)\n  *Get proficient with vim and other editors*\n\n- :shell: [**Shell Scripting**](phase1/linux_basics/05_shell_scripting.md)\n  *Automate tasks with shell scripts*\n\n- :git: [**Git Version Control**](phase1/linux_basics/06_git_version_control.md)\n  *Master Git workflow and collaboration*\n\n- :wrench: [**Development Tools**](phase1/linux_basics/07_development_tools.md)\n  *Essential development tools and utilities*\n\n- :computer: [**Networking \u0026 Remote Operations**](phase1/linux_basics/08_networking_remote_operations.md)\n  *Advanced networking and remote management*\n\n- :gear: [**Programming Environment**](phase1/linux_basics/09_programming_environment.md)\n  *Set up your development environment*\n\n- :zap: [**Performance Tuning**](phase1/linux_basics/10_performance_tuning.md)\n  *Optimize system performance*\n\n- :whale: [**Containers \u0026 Virtualization**](phase1/linux_basics/11_containers_virtualization.md)\n  *Work with Docker and virtual machines*\n\n- :bar_chart: [**File \u0026 Data Processing**](phase1/linux_basics/12_file_data_processing.md)\n  *Process and analyze data efficiently*\n\n\u003c/div\u003e\n\n### Phase 2: Python Basics \n\n\u003cdiv class=\"grid cards\" markdown\u003e\n\n- :book: [**Basic Syntax**](phase2/python_basics/01_basic_syntax.md)\n  *Python fundamentals and core concepts*\n\n- :package: [**Functions \u0026 Modules**](phase2/python_basics/02_functions_modules.md)\n  *Modular programming in Python*\n\n- :art: [**Classes \u0026 Objects**](phase2/python_basics/03_classes_objects.md)\n  *Object-oriented programming principles*\n\n- :toolbox: [**Common Libraries**](phase2/python_basics/04_common_libraries.md)\n  *Essential Python libraries and tools*\n\n- :sparkles: [**Best Practices**](phase2/python_basics/05_best_practices.md)\n  *Python coding standards and patterns*\n\n- :brain: [**Algorithms \u0026 Techniques**](phase2/python_basics/06_algorithms_techniques.md)\n  *Problem-solving strategies in Python*\n\n\u003c/div\u003e\n\n## Getting Started\n\n1. Choose your learning path (Linux or Python)\n2. Start with the first chapter\n3. Complete the exercises in each section\n4. Test your knowledge with practice questions\n5. Move on to the next chapter\n\n## Prerequisites\n\n- Basic computer knowledge\n- Willingness to learn\n- A Linux environment (local or virtual)\n- Python 3.x installed\n\n## How to Use This Guide\n\n- Each chapter builds upon previous knowledge\n- Complete the exercises to reinforce learning\n- Try the practice questions at the end of each chapter\n- Use the search function to find specific topics\n- Bookmark important sections for quick reference\n\n## Contributing\n\nFound a bug or want to contribute? Check our [Deployment Guide](mkdocs_deployment_guide.md) for instructions on how to help improve this documentation.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**Happy Learning!** \n\n[Get Started with Linux →](phase1/linux_basics/01_linux_file_system.md){: .md-button .md-button--primary }\n[Learn Python →](phase2/python_basics/01_basic_syntax.md){: .md-button .md-button--primary }\n\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsiendragon%2Flearning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsiendragon%2Flearning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsiendragon%2Flearning/lists"}