Páginas nuevas
Ir a la navegación
Ir a la búsqueda
- 19:46 27 feb 2026 Administración servidor de correo (hist. | editar) [6236 bytes] Guzman (discusión | contribs.) (Página creada con «== Objetivo == En esta página se muestra cómo administrar el correo genérico instalado en la página [Servidor de Correo]. == Añadir un nuevo dominio == Categoría:Notas»)
- 19:43 27 feb 2026 Docker-Mailserver (hist. | editar) [876 bytes] Guzman (discusión | contribs.) (Página creada con «== Objetivo == Instalación de un servidor de correo completo en Docker. Tiene las siguientes características: * Postfix with SMTP or LDAP authentication and support for extension delimiters * Dovecot with SASL, IMAP, POP3, LDAP, basic Sieve support and quotas * Rspamd * Amavis * SpamAssassin supporting custom rules * ClamAV with automatic updates * OpenDKIM & OpenDMARC * Fail2ban * Fetchmail * Getmail6 * Postscreen * Postgrey * Support for LetsEncrypt, manual and se…»)
- 19:56 24 feb 2026 Docker Engine (hist. | editar) [10 238 bytes] Guzman (discusión | contribs.) (Página creada con «== Referencias == * [https://docs.docker.com/engine/install/ubuntu/] Categoría:Notas»)
- 22:31 22 feb 2026 LEMP (hist. | editar) [23 868 bytes] Guzman (discusión | contribs.) (Página creada con «== Instalación servidor LEMP == Instalaremos: * Linux (Ubuntu Server 24.04) * eNginx * MariaDB * PHP == Permisos de root == Todos los comandos en esta guía se realizarán como root. <syntaxhighlight lang="Bash">sudo -i</syntaxhighlight> == Instalación Nginx (Stable) == * Actualizar repositorio <syntaxhighlight lang="Bash">apt update</syntaxhighlight> * Instalar Nginx <syntaxhighlight lang="Bash">apt install nginx</syntaxhighlight> * Instalación Apache Utils <s…»)
- 20:15 22 feb 2026 Securizar Ubuntu Server (hist. | editar) [9972 bytes] Guzman (discusión | contribs.) (Página creada con «== Securizar servidor con Ubuntu Server == El objetivo de esta nota es securizar un servidor con el sistema operativo Ubuntu Server. == Cambiar contraseña a usuario root == Todos los comandos se ejecutarán como root, a menos que se especifique lo contrario. <syntaxhighlight lang="Bash">sudo -i</syntaxhighlight> Establecer contraseña para root: <syntaxhighlight lang="Bash">passwd root</syntaxhighlight> == Creación de nuevo usuario == Crear un grupo para el usua…»)