Cerca

Heus ací els resultats de la cerca.

fichero apache conf3 @linux:debian:seedbox:metodo1
20 Resultats, Darrera modificació:
/rutorrent <Directory /> AllowOverride None Order deny,allow Deny from all </Directory> <Location /> AuthType Bas... Require valid-user Order allow,deny Allow from all </L
instalación rápida debian 6 como seedbox
15 Resultats, Darrera modificació:
sudo vim /etc/sudoers </code> * debajo de root ALL=(ALL) ALL -> ''user ALL=(ALL) ALL'' * o añadir al usuario al grupo **sudo** -> ''usermod -a -G sudo user'' *
fichero apache conf1 @linux:debian:seedbox:metodo1
12 Resultats, Darrera modificació:
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>
fichero apache conf2 @linux:debian:seedbox:metodo1
12 Resultats, Darrera modificació:
ot /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 #
debian 10 "Buster"
5 Resultats, Darrera modificació:
* <code ; /etc/sysctl.d/local.conf>net.ipv6.conf.all.disable_ipv6 = 1</code> * <code bash>sudo sysct... ativa: * <code ; /etc/sysctl.conf>net.ipv6.conf.all.disable_ipv6 = 1</code> * <code bash>sudo sysct... -a -G sudo user vim /etc/sudoers.d/nopass # user ALL=(ALL) NOPASSWD:ALL vim /etc/ssh/sshd_config # PermitRootLogin No </code> == gnome * listar extensio
configuración rtorrent(on premise) @linux:debian:seedbox
4 Resultats, Darrera modificació:
(default) or any combination of the following: # allow_incoming, try_outgoing, require, require_RC4, e... ble_retry, prefer_plaintext # # The example value allows incoming encrypted connections, starts unencry... tion after the encrypted handshake # encryption = allow_incoming,enable_retry,prefer_plaintext # Enable DHT support for trackerless torrents or when all trackers are down. # May be set to "disable" (com
configuración/uso screen @linux:debian:seedbox
3 Resultats, Darrera modificació:
d left arrows # Note disable in window manager to allow through bindkey ^[[1;7D prev bindkey ^[[1;7C ne... connection times out for example). nonblock on # Allow editors etc. to restore display on exit # rathe... erminfo and termcap for nice 256 color terminal # allow bold colors - necessary for some reason attrcol
rtorrent+rutorrent en contenedor @linux:debian:seedbox
1 Resultats, Darrera modificació:
with nginx's one # #location ~ /\.ht { # deny all; #} location /RPC2 { include scgi_par