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'' * insta... ode/stable xmlrpc-c'' * ''<del>curl http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.3.tar.gz | tar xz</del>'' * ''<del>curl http://rakshasa.github.io/rtorrent/libtorrent-0.13.4.tar.gz | tar xz</del>''
- rtorrent+rutorrent en contenedor
- = rtorrent+rutorrent en contenedor == instalacion rtorrent+rutorrent - crear estructura de directorios:<code bash> mkdir -p data/downloads/completo mkdir
- configuración/uso screen
- screen</code> * [[https://linuxize.com/post/how-to-use-linux-screen/]] * [[https://www.gnu.org/sof... html]] * versión moderna TMUX: [[https://www.howtogeek.com/671422/how-to-use-tmux-on-linux-and-why-its-better-than-screen/]] == comando * ''screeen -... : lista sesiones * ''screen -r [<sesion>]'' : retornar a última sesión o a sesión específica * ''s
- fichero apache conf2 @linux:debian:seedbox:metodo1
- ebmaster@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> ErrorLog /var/log/apache2/error.log # Poss
- fichero apache conf3 @linux:debian:seedbox:metodo1
- <VirtualHost *:80> ServerAdmin admin@rutorrent ServerName localhost DocumentRoot /var/rutorrent <Directory /> AllowOverride None Order deny,allow Deny from all </Directory> <Location /> AuthType
- fichero apache conf1 @linux:debian:seedbox:metodo1
- ficadosRaiz.crt 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> <Location /rtorrent.CFF9640E>
- nginx+certbot en contenedor
- ertbot en contenedor - crear estructura de directorios:<code bash> mkdir -p data/nginx/conf.d mkdir ... /www:/var/www/certbot \ certbot/certbot:latest certonly </code> * opción 2 (place files in webroot directory) * webroot: **/var/www/certbot** === orige... ata/certbot/www:/var/www/certbot command: "certonly" # # entrypoint: "/bin/sh -c 'trap exit TERM