Cerca

Heus ací els resultats de la cerca.

configuración rtorrent(on premise)
46 Resultats, Darrera modificació:
= configuración rtorrent(on premise) * instalar subversion: ''apt-get install subversion'' * instalar compilador: ''apt-get instsall make'' * crear carpeta
rtorrent+rutorrent en contenedor
41 Resultats, Darrera modificació:
= 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
28 Resultats, Darrera modificació:
= 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
23 Resultats, Darrera modificació:
== 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
23 Resultats, Darrera modificació:
= 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
14 Resultats, Darrera modificació:
= 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
12 Resultats, Darrera modificació:
=== 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