Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- 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/]] * [[... sesión específica * ''screen -S <nombre>'': añade <nombre> a la sesión (descriptivo) * ''screen -... y>x</key>: Proteger con la contraseña del usuario de la sesión. * <key>C+a</key> o <key>C+a</key>, <
- rtorrent+rutorrent en contenedor
- stalacion 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 conveniencia):
- nginx+certbot en contenedor
- tenedor {{tag>lets_encrypt}} - 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_NAME>;
- configuración rtorrent(on premise)
- able 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/li
- fichero apache conf2 @linux:debian:seedbox:metodo1
- === fichero apache conf2 <code apache> <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRo... / <Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/> Options -Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory>... ar/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert,
- fichero apache conf1 @linux:debian:seedbox:metodo1
- = fichero apache conf1 <code apache> <VirtualHost *:80> RewriteEngine on RewriteCond %{SERVER_PORT} ... ectory /> # Options FollowSymLinks # AllowOverride All # </Directory> <Directory /var/www/> Opti... s -Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Direc... ar/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert,
- fichero apache conf3 @linux:debian:seedbox:metodo1
- = fichero apache conf3 === conf3 <code apache otro_ejemplo> ServerName localhost <VirtualHost *:80> ... <Directory /> AllowOverride None Order deny,allow ... <Directory /> AllowOverride None Order deny,allow ... /apache2/rutorrent_passwd" Require user yes </Location> </VirtualHost> </code>