1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 11:52:39 +00:00

Done introduction

This commit is contained in:
Mo 2022-08-19 03:56:11 +02:00
parent 9fb434d1a3
commit edc6695a37
8 changed files with 50 additions and 1 deletions

View file

@ -3,4 +3,4 @@ authors = ["Mo Bitar"]
language = "en"
multilingual = false
src = "src"
title = "Linux Course"
title = "How To Linux"

9
dprint.json Normal file
View file

@ -0,0 +1,9 @@
{
"markdown": {
},
"includes": ["**/*.{md}"],
"excludes": [],
"plugins": [
"https://plugins.dprint.dev/markdown-0.14.0.wasm"
]
}

19
src/README.md Normal file
View file

@ -0,0 +1,19 @@
# How To Linux
_by Mo Bitar_
So you want to learn Linux? You want to fulfill your childhood dream and look like a hacker? Or you just want to manage some servers or escape Windows or Mac for an alternative system that is [free and open source](https://www.gnu.org/philosophy/free-sw.html.en)? Then this book is for you!
This book focuses on the terminal side of Linux. This means that no [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface) (graphical user interface) is discussed in this book. This makes the content of the book more useful for server usage and adminstration since servers normally have no GUI. Nevertheless, if you want to use Linux as a desktop, then beeing able to deal with the terminal is not only useful, but could even be required at some point.
You might ask, why not just use a GUI for everything? Hopefully, this book will let you understand why. A [CLI](https://en.wikipedia.org/wiki/Command-line_interface) (command line interface) is not well suited for everything. But for many tasks, a CLI might be much more powerful. It allows automation and enables you to use it as a component to build something bigger.
This book is intended to be used within a 5 days course[^course]. Therefore, the main sections are the 5 days. It is assumed that you read the book from the beginning to the end. If you skip some sections, you might not understand something in later sections.
The book also contains some tasks to help practice and experiment with what you have learned on your way.
Are you excited? Lets start the journey!
---
[^course]: The book started with a vacation course on the Johannes Gutenberg university in Mainz, Germany.

9
src/SUMMARY.md Normal file
View file

@ -0,0 +1,9 @@
# Summary
[Introduction](README.md)
- [Day 1](day_1/README.md)
- [Day 2](day_2/README.md)
- [Day 3](day_3/README.md)
- [Day 4](day_4/README.md)
- [Day 5](day_5/README.md)

3
src/day_2/README.md Normal file
View file

@ -0,0 +1,3 @@
# Day 2
Coming soon...

3
src/day_3/README.md Normal file
View file

@ -0,0 +1,3 @@
# Day 3
Coming soon...

3
src/day_4/README.md Normal file
View file

@ -0,0 +1,3 @@
# Day 4
Coming soon...

3
src/day_5/README.md Normal file
View file

@ -0,0 +1,3 @@
# Day 5
Coming soon...