Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- nginx+certbot en contenedor
- n contenedor - crear estructura de directorios:<code bash> mkdir -p data/nginx/conf.d mkdir -p data/ng... -p data/certbot/www mkdir -p data/certbot/conf </code> - crear fichero configuración nginx:<code> server { listen 80; server_name <SERVER_NAME>; # ... ssl_certificate /etc/letsencrypt/live/k0.vividumcodex.com/fullchain.pem; # ssl_certificate_key /etc
- configuración/uso screen
- = configuración/uso screen == install & help * <code bash>sudo apt install screen</code> * [[https://linuxize.com/post/how-to-use-linux-screen/]] * [[ht... enrc fichero de configuración en ''~/.screenrc'' <code> # Bind F11 and F12 (NOT F1 and F2) to previous a... dm' # save more scrollback defscrollback 30000 </code> <code># Turn off the welcome message startup_mes
- rtorrent+rutorrent en contenedor
- nt+rutorrent - crear estructura de directorios:<code bash> mkdir -p data/downloads/completo mkdir -p data/config </code> - copiar ficheros de configuración (extraidos ... contenedor y modificados a conveniencia): * <code properties rutorrent-tls.nginx> server { listen ... eto; autoindex on; } } </code> * copiar fichero **config.php** en **data/c
- configuración rtorrent(on premise)
- stable xmlrpc</del>'' * ''svn co http://svn.code.sf.net/p/xmlrpc-c/code/advanced xmlrpc-c'' * ''svn co http://svn.code.sf.net/p/xmlrpc-c/code/stable xmlrpc-c'' * ''<del>curl http://libtorrent.rakshasa.no/downloads/libt
- fichero apache conf1 @linux:debian:seedbox:metodo1
- = fichero apache conf1 <code apache> <VirtualHost *:80> RewriteEngine on RewriteCond %{SERVER_PORT} =8... %{SSL_CLIENT_I_DN_O} eq "Mate") # ErrorDocument 403 https://... </Directory> </VirtualHost> </code>
- fichero apache conf2 @linux:debian:seedbox:metodo1
- === fichero apache conf2 <code apache> <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot... pache2/htpasswd Require valid-user SetEnv R_ENV "/var/www/rutorrent" </Location> </VirtualHost> </code>
- fichero apache conf3 @linux:debian:seedbox:metodo1
- = fichero apache conf3 === conf3 <code apache otro_ejemplo> ServerName localhost <VirtualHost *:80> ... tc/apache2/rutorrent_passwd" Require user yes </Location> </VirtualHost> </code>