Skip to content

Commit

Permalink
New Crowdin updates (#2131)
Browse files Browse the repository at this point in the history
* New translations kernel_panic.md (French)

* New translations kernel_panic.md (French)

* New translations 00-toc.md (Portuguese, Brazilian)

* New translations learning_selinux.md (French)

* New translations ssh_ca_key_signing.md (French)

* New translations active_directory_authentication_with_samba.md (French)

* New translations index.md (French)

* New translations hpe_amsd.md (French)

* New translations 00-toc.md (French)

* New translations 01-files-servers.md (French)

* New translations 01_rsync_overview.md (Chinese Simplified)

* New translations 03_rsync_demo02.md (Chinese Simplified)

* New translations 04_rsync_configure.md (Chinese Simplified)

* New translations 06_rsync_inotify.md (Chinese Simplified)

* New translations index.md (Chinese Simplified)

* New translations 8_5.md (Chinese Simplified)

* New translations 9_3.md (Chinese Simplified)

* New translations 8_10.md (Chinese Simplified)

* New translations 01-presentation.md (Chinese Simplified)

* New translations 04-advanced-commands.md (Chinese Simplified)

* New translations index.md (Chinese Simplified)

* New translations 8_10.md (Chinese Simplified)

* New translations gnome-extensions.md (French)

* New translations bash_stub.md (French)

* New translations nmtui.md (French)

* New translations sed_search_replace.md (French)

* New translations nmcli.md (French)

* New translations 00-toc.md (German)

* New translations 01-files-servers.md (German)
  • Loading branch information
rockylinux-auto authored Jul 1, 2024
1 parent 0512fcd commit f625fe5
Show file tree
Hide file tree
Showing 27 changed files with 1,480 additions and 99 deletions.
4 changes: 2 additions & 2 deletions docs/books/admin_guide/00-toc.pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Aprendendo Linux Com o Rocky

<!-- markdownlint-disable MD025 MD007 -->

# Aprendendo Linux com o Rocky
# Aprendendo Linux com Rocky

O Guia do Administrador é uma coleção de documentos educacionais direcionados aos Administradores de Sistema. Eles podem ser utilizados por futuros Administradores de Sistema tentando se familiarizar, pelos atuais Administradores de Sistemas que gostariam de se atualizar, ou por qualquer usuário Linux que gostaria de aprender mais sobre o ambiente Linux, comandos, processos e mais. Como todo documento desse tipo, ele evoluirá e se atualizará com o tempo.

Expand All @@ -20,7 +20,7 @@ Em seguida podemos entrar no funcionamento mais profundo do Linux para entender
* Sistemas de Arquivos
* Gerenciamento de Processos

Backup e Restauração são informações essenciais para o Administrador de Sistemas. O Linux vem com muitas soluções de programas para aprimorar os backups (rsnapshot, lsyncd, etcetera.). É importante conhecer os componentes essenciais de backup que existem no sistema operacional. Nesse capítulo vamos abordar duas ferramentas: `tar` e o menos conhecido `cpio`.
Backup e Restauração são informações essenciais para o Administrador de Sistemas. O Linux vem com muitas soluções de programas para aprimorar os backups (rsnapshot, lsyncd, etcétera.). É importante conhecer os componentes essenciais de backup que existem no sistema operacional. Nesse capítulo vamos abordar duas ferramentas: `tar` e o menos conhecido `cpio`.

A Inicialização do Sistema também é uma leitura importante porque o gerenciamento do sistema durante o processo de inicialização evoluiu significativamente nos últimos anos, desde a chegada do systemd.

Expand Down
7 changes: 3 additions & 4 deletions docs/books/admin_guide/01-presentation.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ title: Linux 简介

:checkered_flag: **概述**, **linux**, **发行版**

**知识掌握程度**: :star:

**知识复杂度**: :star:
**知识性**: :star:
**复杂度**: :star:

**阅读时间**: 10 分钟

Expand Down Expand Up @@ -62,7 +61,7 @@ Linux、UNIX、BSD、Windows 和 MacOS 都是 **操作系统**。

* **1964 — 1968**:MIT、贝尔实验室(AT&T)和通用电气公司共同研发了 MULTICS(多功能信息和计算服务)。

* **1969 — 1971**:在贝尔(1969)和通用电气退出该项目后,两位开发人员(肯·汤普森和丹尼斯·里奇)以及后来的布莱恩·科尼根(Brian Kernighan)认为 MULTICS 过于复杂,便启动开发 UNIX(UNiplexed Information and Computing Service,单一功能信息和计算服务)。 UNIX最初是用汇编语言开发的,它的设计者先后开发了B语言和C语言(1971年),并完全重写了UNIX。 由于 UNIX/Linux 系统是在1970年开发的,因此 UNIX/Linux 系统的起始时间参考日期(纪元日期)设置为1970年01月01日。
* **1969 — 1971**:在贝尔(1969)和通用电气退出该项目后,两位开发人员(肯·汤普森和丹尼斯·里奇)以及后来的布莱恩·科尼根(Brian Kernighan)认为 MULTICS 过于复杂,便启动开发 UNIX(UNiplexed Information and Computing Service,单一功能信息和计算服务)。 UNIX 最初是用汇编语言开发的,它的设计者先后开发了B语言和C语言(1971年),并完全重写了 UNIX。 由于 UNIX/Linux 系统是在1970年开发的,因此 UNIX/Linux 系统的起始时间参考日期(纪元日期)设置为1970年01月01日。

C语言仍然是当今最流行的编程语言之一。 它是一种接近硬件的低级语言,允许操作系统适配任何具有C编译器的机器架构。

Expand Down
10 changes: 6 additions & 4 deletions docs/books/admin_guide/04-advanced-commands.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ title: 高级Linux 命令

**目标**:在本章中,未来的Linux管理员将学习:

:heavy_check_mark: 上一章中没有介绍的一些有用命令。 :heavy_check_mark: 一些高级命令。
:heavy_check_mark: 上一章没有介绍的一些有用命令。
:heavy_check_mark: 一些高级命令。

:checkered_flag: **用户命令**, **Linux**

**知识性**: :star: **复杂度**: :star: :star: :star:
**知识性**: :star:
**复杂度**: :star: :star: :star:

**阅读时间**: 20 分钟

Expand Down Expand Up @@ -331,7 +333,7 @@ systemd─┬─NetworkManager───2*[{NetworkManager}]

!!! note "说明"

要退出 `watch` 命令,您必须键入以下键:<kbd>CTRL</kbd>+<kbd>C</kbd> 以终止进程。
要退出 `watch` 命令,您必须键入 ++control+c++ 以终止进程。

示例:

Expand Down Expand Up @@ -419,7 +421,7 @@ install: creating directory '~/samples'
sudo install -v -o rocky -g users -m 644 -D -t ~/samples/ src/sample.txt
```

!!! note "说明"
!!! note "说明"

在这种情况下,需要使用 `sudo` 来进行属性更改。

Expand Down
3 changes: 3 additions & 0 deletions docs/books/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Nos livres au format PDF peuvent être téléchargés pour une lecture hors-lign
* [Anglais](https://rocky-linux.github.io/documentation/RockyLinuxMiddlewaresGuide.pdf)
* [Italien](https://rocky-linux.github.io/documentation/RockyLinuxMiddlewaresGuide.it.pdf)

### Services Web Rocky Linux (LAMP ou LEMP)

* [Anglais](https://rocky-linux.github.io/documentation/RockyLinuxWebServicesGuide.pdf)
### Tutoriel RSync

* [Anglais](https://rocky-linux.github.io/documentation/learning_rsync_rocky_linux.pdf)
Expand Down
2 changes: 1 addition & 1 deletion docs/books/learning_rsync/01_rsync_overview.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ update: 2022年3月8日

在平台支持上,支持绝大多数的类Unix,不管是GNU/Linux还是BSD等都支持。 另外Windows平台下也有相关的rsync,比如cwRsync。

最初的 rsync 由澳大利亚程序员<font color=red>安德鲁-特里杰尔</font>(下图1所示)进行维护,现在已由<font color=red>韦恩-戴维森</font>(下图2所示)进行维护,可以到 [github项目地址](https://github.com/WayneD/rsync) 获取您想要的信息。
最初的 `rsync` 由澳大利亚程序员<font color=red>安德鲁-特里杰尔</font>(下图1所示)进行维护,现在已由<font color=red>韦恩-戴维森</font>(下图2所示)进行维护,可以到 [github项目地址](https://github.com/WayneD/rsync) 获取您想要的信息。

![ 安德鲁-特里杰尔 ](images/Andrew_Tridgell.jpg) ![ 韦恩-戴维森 ](images/Wayne_Davison.jpg)

Expand Down
1 change: 1 addition & 0 deletions docs/books/learning_rsync/03_rsync_demo02.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ update: 2021-11-04
---

# 基于rsync协议的演示

在vsftpd中,有虚拟用户(管理员自定义的模拟用户),原因在于使用匿名用户和本地用户都不太安全。 我们知道基于SSH协议的服务器必须要保证有一个系统的用户, 当有许多的同步需求时,就可能需要创建许多的用户, 这显然不符合GNU/Linux的运维标准(用户数越多,服务器越不安全),在rsync中,为了安全性考虑,就有了rsync协议验证登录方式。

**具体如何操作?**
Expand Down
2 changes: 1 addition & 1 deletion docs/books/learning_rsync/04_rsync_configure.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ update: 2021-11-04

# /etc/rsyncd.conf

上一篇 [rsync演示02](03_rsync_demo02.zh.md) 我们介绍了一些基本的参数,本篇是做另外参数的补充。 本篇是做另外参数的补充。
上一篇 [rsync演示02](03_rsync_demo02.zh.md) 我们介绍了一些基本的参数。 本篇是做另外参数的补充。

| 参数 | 说明 |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
Expand Down
6 changes: 4 additions & 2 deletions docs/books/learning_rsync/06_rsync_inotify.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ fs.inotify.max_user_watches = 1048576
## 相关命令

inotify-tools工具有两个命令,分别是:
* **inotifywait** - 用于持续监控,实时输出结果。 一般是配合rsync增量备份工具一起使用,因为是文件系统的监控,所以可以搭配脚本一起使用,后面我们会介绍具体的脚本写法。 因为是文件系统的监控,所以可以搭配脚本一起使用。 后面我们会介绍具体的脚本写法。
* **inotifywatch** - 用于短期监控,任务完成后输出结果。

* **inotifywait**:用于持续监控,实时输出结果。 它通常与 rsync 增量备份工具一起使用。 因为它是对文件系统的监控,所以可以搭配脚本一起使用。 我们稍后将介绍具体的脚本编写。

* **inotifywatch**:用于短期监控,任务完成后输出结果。

inotifywait 主要有以下选项:

Expand Down
30 changes: 30 additions & 0 deletions docs/books/web_services/00-toc.de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Vorwort
author: Antoine Le Morvan
contributors: Steven Spencer, Ganna Zhyrnova
tags:
- web
- Dienste
---

<!-- markdownlint-disable MD025 MD007 -->

Rocky Linux ist Teil der Enterprise Linux-Familie und eignet sich daher besonders gut zum Hosten von Webdiensten wie Dateiservern (FTP, sFTP), Webservern (Apache, nginx), Anwendungsservern (PHP, Python), Datenbankservern (MariaDB, Mysql, PostgreSQL) oder spezifischeren Diensten wie Lastausgleich, Caching, Proxy oder Reverse-Proxy (HAProxy, Varnish, Squid).

Das Internet wäre ohne E-Mail nicht das, was es ist. Webdienste nutzen in der Regel in großem Umfang Mailserver (Postfix).

Manchmal sind diese Dienste extrem ausgelastet oder erfordern Systeme mit hoher Verfügbarkeit. In diesen Fällen können andere Dienste implementiert werden, um eine optimale Service-Performance zu gewährleisten (Heartbeat, PCS).

Jedes Kapitel dieses Buches kann je nach Bedarf unabhängig voneinander konsultiert werden und es ist nicht zwingend erforderlich, die Kapitel der Reihe nach zu lesen.

Dieses Buch ist auch Teil einer Reihe von Büchern, die sich der Systemadministration unter Linux widmen (Admin Guide, Learning Bash, Learning Ansible). Bei Bedarf werden Sie aufgefordert, die Konzepte, die Ihnen möglicherweise fehlen, in den entsprechenden Kapiteln der oben genannten Bücher noch einmal durchzugehen.

## Zielgruppe

Die Zielgruppe dieses Buches sind Systemadministratoren, die bereits in der Verwendung von Systemadministrationsbefehlen geschult sind (siehe [unser Buch Admin Guide](../admin_guide/00-toc.md)) und ihre Webdienste installieren, konfigurieren und sichern möchten.

## Wie benutze ich dieses Buch?

Dieses Buch ist als Trainingshandbuch konzipiert, so dass es auf verschiedene Arten eingesetzt werden kann. Entweder als Schulungshilfe für Trainer oder als Selbstlernmittel für Administratoren, die neue Fähigkeiten erwerben oder ihr vorhandenes Wissen vertiefen möchten.

Zur Implementierung einiger der in diesem Buch vorgestellten Dienste benötigen Sie möglicherweise zwei (oder mehr) Server, um die Theorie in die Praxis umsetzen zu können.
30 changes: 30 additions & 0 deletions docs/books/web_services/00-toc.fr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Préface
author: Antoine Le Morvan
contributors: Steven Spencer, Ganna Zhyrnova
tags:
- web
- services
---

<!-- markdownlint-disable MD025 MD007 -->

Rocky Linux fait partie de la famille Enterprise Linux, ce qui le rend particulièrement adapté à l'hébergement de services web tels que les serveurs de fichiers (FTP, sFTP), les serveurs web (apache, nginx), les serveurs d'applications (PHP, Python), les serveurs de bases de données (MariaDB, Mysql, PostgreSQL) ou des services plus spécifiques comme le Load Balancing, la mise en cache, le proxy ou le reverse proxy (HAProxy, Varnish, Squid).

Le Web ne serait pas ce qu’il est sans la messagerie électronique. Les services Web font généralement largement appel aux serveurs de messagerie (Postfix).

Parfois, ces services sont extrêmement sollicités ou nécessitent des systèmes hautement disponibles. Dans ces cas, d'autres services peuvent être mis en œuvre pour garantir des performances de service optimales (Heartbeat, PCS).

Chaque chapitre de ce livre peut être consulté indépendamment, selon vos besoins et il n'est pas obligatoire de lire les chapitres dans l'ordre.

Ce livre fait également partie d'une série d'ouvrages consacrés à l'administration système sous Linux (Admin Guide, Learning Bash, Learning Ansible). Le cas échéant, vous serez invité à revoir les notions qui pourraient vous manquer dans les chapitres correspondants des ouvrages mentionnés ci-dessus.

## Public

Le public cible de cet ouvrage est constitué des administrateurs système déjà formés à l'utilisation des commandes d'administration système (voir [notre livre Admin Guide](../admin_guide/00-toc.md)), qui souhaitent installer, configurer et sécuriser leur site web.

## Comment utiliser ce manuel

Ce livre a été conçu comme un manuel de formation, afin de pouvoir être utilisé de plusieurs manières. Soit comme aide à la formation pour les formateurs, soit comme aide à l'autoformation pour les administrateurs souhaitant acquérir de nouvelles compétences ou renforcer leurs connaissances existantes.

Pour implémenter certains des services présentés dans ce livre, vous aurez peut-être besoin de deux serveurs (ou plus) pour mettre la théorie en pratique.
108 changes: 108 additions & 0 deletions docs/books/web_services/01-files-servers.de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
---
author: null
contributors: null
title: Erster Teil File-Server
tags:
- ftp
- sftp
---

<!---
# Part 1. Files Servers
## FTP
In this chapter, you will learn about FTP Servers.
****
**Objectives**: In this chapter, you will learn how to:
:heavy_check_mark: XXX
:heavy_check_mark: XXX
:checkered_flag: **XXX**, **XXX**
**Knowledge**: :star:
**Complexity**: :star:
**Reading time**: XX minutes
****
### Generalities
### Configuration
### Security
### Workshop
#### Task 1 : XXX
#### Task 2 : XXX
#### Task 3 : XXX
#### Task 4 : XXX
### Check your Knowledge
:heavy_check_mark: Simple question? (3 answers)
:heavy_check_mark: Question with multiple answers?
* [ ] Answer 1
* [ ] Answer 2
* [ ] Answer 3
* [ ] Answer 4
## sFTP
In this chapter, you will learn about XXXXXXX.
****
**Objectives**: In this chapter, you will learn how to:
:heavy_check_mark: XXX
:heavy_check_mark: XXX
:checkered_flag: **XXX**, **XXX**
**Knowledge**: :star:
**Complexity**: :star:
**Reading time**: XX minutes
****
### Generalities
### Configuration
### Security
### Workshop
#### Task 1 : XXX
#### Task 2 : XXX
#### Task 3 : XXX
#### Task 4 : XXX
### Check your Knowledge
:heavy_check_mark: Simple question? (3 answers)
:heavy_check_mark: Question with multiple answers?
* [ ] Answer 1
* [ ] Answer 2
* [ ] Answer 3
* [ ] Answer 4
-->
Loading

0 comments on commit f625fe5

Please sign in to comment.