Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- configuración rtorrent(on premise)
- = configuración rtorrent(on premise) * instalar subversion: ''apt-get install subversion'' * instalar compilador: ''apt-get instsall make'' * crear carpeta
- rtorrent+rutorrent en contenedor
- = rtorrent+rutorrent en contenedor == instalacion rtorrent+rutorrent - crear estructura de directorios:<code bash> mkdir -p data/downloads/completo mkdir -p data/config </code> - copiar ficheros de configuración (extraidos de propio contenedor y modificados a conve
- configuración/uso screen
- = configuración/uso screen == install & help * <code bash>sudo apt install screen</code> * [[https... [https://www.howtogeek.com/671422/how-to-use-tmux-on-linux-and-why-its-better-than-screen/]] == comando * ''screeen -ls'': lista sesiones * ''screen -r [<sesion>]'' : retornar a última sesión o a sesión específica * ''screen -S <nomb
- nginx+certbot en contenedor
- == nginx+certbot en contenedor - crear estructura de directorios:<code bash> mkdir -p data/nginx/conf.d mkdir -p data/nginx/www mkdir -p data/certbot/www mkdir -p data/certbot/conf </code> - crear fichero configuración nginx:<code> server { listen 80; server_name <SERVER
- fichero apache conf3 @linux:debian:seedbox:metodo1
- = fichero apache conf3 === conf3 <code apache otro_ejemplo> ServerName localhost <VirtualHost *:80> ServerAdmin ... <Directory /> AllowOverride None Order deny,allow ... Deny from all </Directory> <Location /> AuthType Basic
- fichero apache conf1 @linux:debian:seedbox:metodo1
- = fichero apache conf1 <code apache> <VirtualHost *:80> RewriteEngine on RewriteCond %{SERVER_PORT} =80 RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} </VirtualHost... 43> ServerAdmin webmaster@localhost SSLEngine on SSLOptions +StdEnvVars +ExportCertData # SSLCert
- fichero apache conf2 @linux:debian:seedbox:metodo1
- === fichero apache conf2 <code apache> <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/> Options -Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> E