Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benjaminyde/linux-guide

Guide to become a proficient linux developer
https://github.com/benjaminyde/linux-guide

beginner book cplusplus docker electronics embedded guide help learning linux python raspberry-pi

Last synced: 1 day ago
JSON representation

Guide to become a proficient linux developer

Awesome Lists containing this project

README

        

# Welcome to the Linux Guide 📚

This repository is a guide designed which is designed to be easily opened using VS Code or Github. It contains extensive documentation, code examples, and best practices to help you become a proficient linux developer. The guide intends to be to the point so you can continue what really matters, programming.

### Guide Index 🗂️

The following index contains categories with topics that are ready for visibility or completed. There is more content incoming so the categories will not be visible here until it is completed. Want to see what topics are in todo? See the index per category.

- [Linux](./guide/linux/_index.md)
- [Welcome To Linux!](./guide/linux/about.md)
- [History](./guide/linux/history.md)
- [Open-Source Model](./guide/linux/opensource_model.md)
- [Package Management](./guide/linux/package_management.md)
- [File system](./guide/linux/file_system.md)
- [Terminal Commands](./guide/linux/terminal.md)
- [Users and Permissions](./guide/linux/users_and_permissions.md)
- [Dual Boot](./guide/linux/dual_boot.md)
- Todo: Shell scripting
- Todo: Processes
- [Programming](README.md)
- [Python](https://github.com/BenjaminYde/Python-Guide) ( other guide of Benjamin )
- [C++](https://github.com/BenjaminYde/CPlusPlus-Guide) ( other guide of Benjamin )
- [Git](README.md)
- [Introduction](./guide/git/introduction.md)
- [Terminology](./guide/git/terminology.md)
- [Visual Examples](./guide/git/visual_examples.md)
- [Git Collaboration](./guide/git/git_conventions.md)
- [Git Install](./guide/git/git_install.md)
- [GUI](./guide/git/gui.md)
- [SSH vs HTTPS](./guide/git/ssh_vs_https.md)
- [CLI](./guide/git/cli.md)
- [Git Submodules](./guide/git/git_submodules.md)
- [Docker](README.md)
- [What is the problem?](./guide/docker/what_is_the_problem.md)
- [Docker Overview](./guide/docker/docker_overview.md)
- [Docker Install](./guide/docker/docker_install.md)
- [Container Lifecycle](./guide/docker/container_lifecyle.md)
- [Dockerfile](./guide/docker/docker_file.md)
- [Docker CLI](./guide/docker/docker_cli.md)
- Docker Compose
- [Introduction](./guide/docker/docker_compose/introduction.md)
- [Install](./guide/docker/docker_compose/install.md)
- [Docker Compose File](./guide/docker/docker_compose/compose_file.md)
- [CLI](./guide/docker/docker_compose/cli.md)
- [Devcontainers](./guide/docker/docker_devcontainer.md)
- [Docker Secrets](./guide/docker/docker_secrets.md)
- [Docker Swarm and Stack](./guide/docker/docker_stack.md)
- Todo: Multi Process Dockerfile Build
- Todo: Building Cross Platform
- [Electricity](./guide/electricity/_index.md)
- [Electricity To Its Atom](./guide/electricity/electricity_to_its_atom.md)
- [Current](./guide/electricity/current.md)
- [Voltage](./guide/electricity/voltage.md)
- [Resistance](./guide/electricity/resistance.md)
- Todo: Ohm's Law
- Todo: Kirchhoff's Law
- Todo: Circuits
- Todo: ...