mirror of
https://codeberg.org/alpine/alpine-wiki.git
synced 2023-08-25 13:53:16 +02:00
65 lines
3.4 KiB
Markdown
65 lines
3.4 KiB
Markdown
Alpine Linux tutorias and how tos
|
||
=================================
|
||
|
||
The **tutorials are hands-on docs** expected to try and achieve the goals described
|
||
in each step, possibly with the help of a good example. The output in one step
|
||
is the starting point for the following steps.
|
||
|
||
The **Howtos are smaller articles** explaining how to perform a particular task
|
||
with Alpine Linux, that expects a minimal knowledge from reader to perform actions.
|
||
|
||
## TUTORIALS AND HOW TOS
|
||
|
||
We divided the guides, tutorials and howtos in 3 main sections (directories):
|
||
|
||
1. [newbies](../newbies) (formal ways of doing things but with explanations, mostly for begginers)
|
||
2. [community-way](community-way) (informal ways of doing things, with minimal or no explanations)
|
||
3. [professional-way](professional-way) (informal ways but with more explanations and implicit security)
|
||
|
||
## Acknowledges
|
||
|
||
**CONSIDERATIONS**: Please check the [Feature Differences OF ALPINE LINUX](../newbies/README.md#feature-differences)
|
||
but those are the main ones you should considering before usage of Alpine linux:
|
||
|
||
1. Alpine Linux **is designed for power users, with security and simplicity in mind**.
|
||
2. Alpine Linux **is not for newbies most knowed as new baby users or windosers**.
|
||
3. It is built around musl libc, not glibc, which means there might be incompatibilites with some packages
|
||
4. Its main utilities (coreutils) are derived from busybox and suckless, so all commands are pretty simplistic
|
||
|
||
**PREREQUISITES**: Please check the [newbie alpine preparation requirements for you](../newbie/alpine-newbie-prepare.md)
|
||
but you can use linux using [termux](tutorial-alpine-in-phone.md) or [ish](tutorial-alpine-in-phone.md) on your phone.
|
||
|
||
* **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 phone**, and must have a UNIX like operating system, like MAC/IOS or Androit/Linux
|
||
* **Internet**, and minimal bandwitch of internet network..
|
||
|
||
## Help online directly
|
||
|
||
- 🗯 IRC
|
||
- 💬 `##alpine_telegram_english`
|
||
- 💬 `#alpine_linux_english`
|
||
- 📱 Telegram https://t.me/alpine_linux
|
||
- 🇬🇧 https://t.me/alpine_linux_english
|
||
- 🇷🇺 https://t.me/alpine_linux_pycckuu (dual english russian, low activity)
|
||
- 🇨🇴 https://t.me/alpine_linux_espanol
|
||
- 🇧🇬 https://t.me/alpine_linux_bulgarian (dual english bulgarian, low activity)
|
||
- 🇨🇳 https://t.me/alpine_linux_chinese (dual english chinese, low activity)
|
||
- 📡 https://t.me/opentechnologies (open languajes but english as main)
|
||
- ⛓ Matrix
|
||
- 👥 https://matrix.to/#/#alpine-linux-english:matrix.org
|
||
|
||
# LICENSE
|
||
|
||
**CC BY-NC-SA**: this project allows reusers to distribute, remix, adapt, and build upon the material
|
||
in any medium or format for noncommercial purposes only, and only so long as attribution is given
|
||
to the creators involved. If you remix, adapt, or build upon the material, you must license the modified
|
||
material under identical terms, includes the following elements:
|
||
|
||
* **BY** – Credit must be given to the creator of each content respectivelly, starting at the first contributor.
|
||
* **NC** – Only noncommercial uses of the work are permitted, with exceptions if you fill an issue here!
|
||
* **SA** – Adaptations must be shared under the same terms, you must obey this terms and do not change it.
|
||
|
||
For more information check the [../alpine/copyright.md](../alpine/copyright.md)
|
||
|