From 3af031be106b0d5679576c98c780fe994574a769 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Wed, 8 Sep 2021 22:05:06 -0500 Subject: [PATCH] Start notes for gitea --- source/notes/gitea.gmi | 14 ++++++++++++++ source/notes/ubuntuserver.gmi | 22 ++++++++++------------ 2 files changed, 24 insertions(+), 12 deletions(-) create mode 100644 source/notes/gitea.gmi diff --git a/source/notes/gitea.gmi b/source/notes/gitea.gmi new file mode 100644 index 0000000..6268451 --- /dev/null +++ b/source/notes/gitea.gmi @@ -0,0 +1,14 @@ +## Gitea + +Gitea es una servidor git. + +### Descargar +``` + +``` + + + +=> gemini://elmau.net/chuletas.gmi Regresar el índice +=> gemini://elmau.net Regresar el inicio + diff --git a/source/notes/ubuntuserver.gmi b/source/notes/ubuntuserver.gmi index b4e4704..e238fa4 100644 --- a/source/notes/ubuntuserver.gmi +++ b/source/notes/ubuntuserver.gmi @@ -15,7 +15,6 @@ Establecer el uso horario ```Establecer el uso horario sudo timedatectl set-timezone America/Mexico_City - ``` Mantener actualizado el servidor @@ -24,7 +23,6 @@ Mantener actualizado el servidor sudo apt update sudo apt upgrade - ``` Establecer locales @@ -74,16 +72,16 @@ Establecer configuración para `ssh` sudo vim /etc/ssh/sshd_config Port 2274 - AllowUsers USER - PermitRootLogin no - LoginGraceTime 1m - ClientAliveInterval 600 - ClientAliveCountMax 0 - MaxAuthTries 3 - IgnoreRhosts yes - PermitEmptyPasswords no - PasswordAuthentication no - LogLevel INFO +AllowUsers USER +PermitRootLogin no +LoginGraceTime 1m +ClientAliveInterval 600 +ClientAliveCountMax 0 +MaxAuthTries 3 +IgnoreRhosts yes +PermitEmptyPasswords no +PasswordAuthentication no +LogLevel INFO ``` Desactivar los mensajes de Ubuntu al entrar