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... pt-get instsall make'' * crear carpeta 'source' en 'user' * descargar: * ''<del>svn co https:/... stable xmlrpc-c'' * ''<del>curl http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.3.tar.gz | tar xz</del>'' * ''<del>curl http://rakshasa.
- 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/]] * [[https://www.gnu.org/software/screen/manual/screen.html]] * versión moderna TMUX: [[https:/
- rtorrent+rutorrent en contenedor
- = rtorrent+rutorrent en contenedor == instalacion rtorrent+rutorrent - crear estructura de directorios:<code bash> mkdir -p
- fichero apache conf3 @linux:debian:seedbox:metodo1
- irtualHost *:80> ServerAdmin admin@rutorrent ServerName localhost DocumentRoot /var/rutorrent <Directory /> AllowOverride None Order deny,allow Deny from all </Di
- fichero apache conf1 @linux:debian:seedbox:metodo1
- he conf1 <code apache> <VirtualHost *:80> RewriteEngine on RewriteCond %{SERVER_PORT} =80 RewriteRu... ost *:443> ServerAdmin webmaster@localhost SSLEngine on SSLOptions +StdEnvVars +ExportCertData # SSLCertificateFile /etc/apache2/apache.pem SSLCerti... apache2/certificados/CertificadosRaiz.crt DocumentRoot /var/www/ # <Directory /> # Options FollowS
- fichero apache conf2 @linux:debian:seedbox:metodo1
- Host *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Directory /> Options FollowSymLin... mLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /var/log/... og/apache2/access.log combined <Location /rutorrent> AuthType Digest AuthName "rutorrent" AuthDigestDomain /var/www/rutorrent/ http://ks358174.kimsufi.c
- nginx+certbot en contenedor
- == nginx+certbot en contenedor - crear estructura de directorios:<code bash> mkdir -p data/nginx/conf.d mkdir -p data/n... chero configuración nginx:<code> server { listen 80; server_name <SERVER_NAME>; # location ... ex.html; location /.well-known/acme-challenge/ { root /var/www/certbot; } } #serv