Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fugerit-org/turbo-guide
My personal guide to various system configuration aspects
https://github.com/fugerit-org/turbo-guide
Last synced: 2 months ago
JSON representation
My personal guide to various system configuration aspects
- Host: GitHub
- URL: https://github.com/fugerit-org/turbo-guide
- Owner: fugerit-org
- License: cc-by-4.0
- Created: 2023-01-23T08:53:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T14:30:25.000Z (6 months ago)
- Last Synced: 2024-06-29T15:42:07.006Z (6 months ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [turbo-guide](https://github.com/fugerit79/turbo-guide)
[![Keep a Changelog v1.1.0 badge](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735)](CHANGELOG.md)
[![license](https://img.shields.io/badge/License-CC%20BY%204.0-teal.svg)](https://creativecommons.org/licenses/by/4.0/)
[![github pages](https://img.shields.io/badge/github%20pages-turbo%20guide-blue.svg)](https://turbo-guide.fugerit.org/)
![CI test bash scripts](https://github.com/fugerit-org/turbo-guide/actions/workflows/test_scripts.yml/badge.svg)
[![code of conduct](https://img.shields.io/badge/conduct-Contributor%20Covenant-purple.svg)](https://github.com/fugerit-org/fj-universe/blob/main/CODE_OF_CONDUCT.md)This is just a collection of simple tutorials, howtos and notes on various configurations.
## Why turbo-guide?
In the past years, both for work and as a hobby, I've been collecting notes on various technical topics, mainly connected to software development.
One day I was creating a new repository on [github](https://github.com/), the 'Need inspiration?' feature suggesting names for the repository to be
created presented me the name 'turbo-guide', it was like an 'epiphany' and I decided to start putting some of the notes I was collecting in a form that
(hopefully) could be helpful for others too.## Guide index
1. [Docker guides](src/main/md/docker/index.md)
2. [GPG guides](src/main/md/gpg/index.md)
2. [MacOS guides](src/main/md/macos/index.md)
4. [Java guides](src/main/md/java/index.md)## Script index
1. [GIT script](src/main/shell/git/index.md)
## About license
I want to thank [santisoler](https://github.com/santisoler/cc-licenses) for the standalone version of the
[Attribution 4.0 International](https://github.com/santisoler/cc-licenses/blob/main/LICENSE-CC-BY)
included in this repository.## Project structure
This project is based on [Fugerit project structure](https://universe.fugerit.org/src/docs/conventions/fugerit-project-structure.html)