Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/backend-br/como-instalar-xyz

Lista com vários tutoriais para desenvolvedores.
https://github.com/backend-br/como-instalar-xyz

backend-br como-instalar how-to open-source tutorial

Last synced: 9 days ago
JSON representation

Lista com vários tutoriais para desenvolvedores.

Awesome Lists containing this project

README

        


BackEndBR

# Como instalar XYZ

Repositório com vários tutoriais para instalar várias coisas em vários sistemas operacionais.

## Tutoriais

* [Linguagens](#languages)
* [Bancos de Dados](#databases)
* [Gerenciadores de pacotes](#managers)
* [Editores de texto, IDEs e etc](#ides)
* [Frameworks, bibliotecas e etc](#frameworks)
* [Outros](#others)

### Linguagens

| Nome | Linux | MacOS | Windows | FreeBSD |
|--------|--------------------------------------------------|-----------------------------------|---------------------------------------------|---------|
| R | [link](./tutoriais/R/linux/ubuntu.md) | | | |
| Go | [link](./tutoriais/go/linux.md) | | | |
| PHP | [link](./tutoriais/php/linux/ubuntu.md) | | | |
| Ruby | [link](./tutoriais/ruby/linux.md) | [link](./tutoriais/ruby/macos.md) | [link](./tutoriais/ruby/windows.md) | |
| Rust | [link](./tutoriais/rust) | | | |
| Java | [link](./tutoriais/java/linux/ubuntu.md) | | [link](./tutoriais/java/windows/windows.md) | |
| NodeJS | [link](./tutoriais/nodejs/linux.md) | [link](./tutoriais/nodejs/mac.md) | [link](./tutoriais/nodejs/windows.md) | |
| Kotlin | [link](./tutoriais/kotlin/linux/ubuntu.md) | | | |
| Python | [link](./tutoriais/python/linux/python_linux.md) | | | |

### Bancos de Dados

| Nome | Linux | MacOS | Windows | FreeBSD |
|------------|---------------------------------------------|-------|---------|-------------------------------------------|
| MySQL | [link](./tutoriais/mysql/linux/ubuntu.md) | | | |
| MongoDB | [link](./tutoriais/mongodb/linux/ubuntu.md) | | | |
| PostgreSQL | [link](./tutoriais/postgresql/linux.md) | | | [link](./tutoriais/postgresql/freebsd.md) |

### Gerenciadores de pacotes

| Nome | Linux | MacOS | Windows | FreeBSD |
|------------|-------|-------|---------------------------------------------------|---------|
| Chocolatey | | | [link](./tutoriais/chocolatey/windows/windows.md) | |

### Editores de texto, IDEs e etc

| Nome | Linux | MacOS | Windows | FreeBSD |
|--------------|---------------------------------------------|-------------------------------------------|-----------------------------------------------|---------|
| VSCode | [link](./tutoriais/vscode/README.md) | [link](./tutoriais/vscode/macOS/macOS.md) | [link](./tutoriais/vscode/windows/windows.md) | |
| Eclipse | [link](./tutoriais/eclipse/linux/README.md) | | | |
| Sublime Text | [link](./tutoriais/sublime/linux/ubuntu.md) | | | |

### Frameworks, bibliotecas e etc

| Nome | Linux | MacOS | Windows | FreeBSD |
|----------|----------------------------------------------|-------|---------|---------|
| Pyenv | [link](./tutoriais/pyenv/linux/ubuntu.md) | | | |
| Laravel | [link](./tutoriais/laravel/linux/ubuntu.md) | | | |
| Composer | [link](./tutoriais/composer/linux/ubuntu.md) | | | |

### Outros

| Nome | Linux | MacOS | Windows | FreeBSD |
|--------|--------------------------------------------|-------|-----------------------------------------------|-------------------------------------------|
| Git | [link](./tutoriais/git/linux/ubuntu.md) | | | [link](./tutoriais/git/freebsd/README.md) |
| Nginx | [link](./tutoriais/nginx/linux/ubuntu.md) | | | |
| Docker | [link](./tutoriais/docker/README.md) | | [link](./tutoriais/docker/windows/windows.md) | |
| Apache | [link](./tutoriais/apache/linux/ubuntu.md) | | | |

## Licença

Licenciado sob [MIT](LICENSE).

## Contribuindo

Siga as [diretrizes de contribuição](CONTRIBUTING.md) para contribuir com o projeto.