first structure to start the wiki, main sections in directories

This commit is contained in:
PICCORO Lenz McKAY 2022-07-08 22:55:01 -04:00
parent ca36f47725
commit dc4fa62821
2 changed files with 35 additions and 5 deletions

View File

@ -1,3 +1,26 @@
# alpine_wiki
A markdown based effor to provide documentation
A markdown based effor to provide non-minimalist documentation
## Alpine Linux
Alpine is a Linux distribution [with base on musl libc](alpine/base-with-muslc-and-busybox.md#base-with-muslc) and [defaults commands to Busybox](alpine/base-with-muslc-and-busybox.md#defaults-to-busybox), with option to change that!
Where to start? Check the [Tutorials and Docs](#tutorials-and-docs) section.
How to contribute to this project? Check the [How to contribute](#how-to-contribute) section.
### About alpine
* [Alpine Linux Overview](alpine/README.md)
* [Comparison with other distros](alpine/comparison-with-other-distros.md)
* [Alpine Linux Releases](alpine/releases.md)
### Tutorials and Docs
* [Newbies](newbie/README.md)
* [Tutorials](tutorials/README.md)
### How to contribute
* [Contribution.md](Contribution.md)

View File

@ -3,14 +3,21 @@
## requirements
By example… when i started, i do not have a pc neither internet, when i reach one pc i lived in a dangerous place.. so never will got an interenet connection.
We are persons, so first of all [we have real life requirements](#real-life-requirements)
and after [we need related requirements](#related-requirements).
You as future contributor or developer must check your resources and adapt those to your situation.. that seems unrelated to learning but ITS VERY IMPORTANT why? well cos in linux and development you shoul READ A LOT .. and that will waste time from your life.
You as future contributor or developer must check your resources and adapt those to your situation..
that seems unrelated to learning but ITS VERY IMPORTANT! Why?: well cos in linux and development
you shoul READ A LOT .. and that will waste time from your life.
### Real life requirementes
**Computer**, you should have a pc, or similar, by example most of the people uses the androit phone to handle an internal linux using [termux](termux-pending-file.md)
* **Manners**, you will must have a vocation for reading and analysis.
* **Time**, you will need time, cos you will need to read a lot!
* **Computer**, you should have a pc, or similar, by example most of the people uses the androit phone to handle an internal linux using [termux](termux-pending-file.md)
### Related requirementes
**Artifacts** you will need a knowed editor, a god knowledge of git and minimal bandwitch of internet network..
* **Knowledge** you will need a knowed editor, a god knowledge of git as minimal base..
* **Internet**, and minimal bandwitch of internet network.. cos almost today all the development will forced to you to contribute over internet.
* **Unix-like**, you should have some kind of way to interact with a UNIX like operating system, like MAC or Linux.