Cerca

Heus ací els resultats de la cerca.

configuración rtorrent(on premise) @linux:debian:seedbox
46 Resultats, Darrera modificació:
* ''<del>curl http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.3.tar.gz | tar xz</del>'' ... * ''curl http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.4.tar.gz| tar xz'' * ''<del>curl http://libtorrent.rakshasa.no/downloads/rtorrent-0.9.3.tar.gz | tar xz</del>'' *... * ''curl http://libtorrent.rakshasa.no/downloads/rtorrent-0.9.4.tar.gz | tar xz'' * sitio o
fichero apache conf2 @linux:debian:seedbox:metodo1
32 Resultats, Darrera modificació:
apache> <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/> Options -Indexes FollowSymLinks MultiViews AllowOverride None Order allo
fichero apache conf3 @linux:debian:seedbox:metodo1
32 Resultats, Darrera modificació:
ero apache conf3 === conf3 <code apache otro_ejemplo> ServerName localhost <VirtualHost *:80> ServerAdmin admin@rutorrent ServerName localhost DocumentRoot /var/rutorrent <Directory /> AllowOverride None Order deny,allow
instalación rápida debian 6 como seedbox
31 Resultats, Darrera modificació:
+screen: /vía: [[https://ks358174.kimsufi.com/download.CFF9640E/]] * reiniciar rtorrent ([[https://w... lic mkdir -p /home/www/private mkdir -p /home/www/log mkdir -p /home/www/auth chown -R www-data:www-da... ir -p /home/user/completo mkdir -p /home/user/downloading mkdir -p /home/user/torrent chown -R user:us... to /home/www/public/completo ln -s /home/user/downloading /home/www/public/descargando ln -s /home/use
fichero apache conf1 @linux:debian:seedbox:metodo1
23 Resultats, Darrera modificació:
Host> <VirtualHost *:443> ServerAdmin webmaster@localhost SSLEngine on SSLOptions +StdEnvVars +ExportCertData # SSLCertificateFile /etc/apache2/apac... umentRoot /var/www/ # <Directory /> # Options FollowSymLinks # AllowOverride All # </Directory> <Directory /var/www/> Options -Indexes FollowSymLink
instalación / configuración rutorrent (on premise) @linux:debian:seedbos
19 Resultats, Darrera modificació:
RPC_TIME_OUT', 5, true); // in seconds @define('LOG_RPC_CALLS', false, true); @define('LOG_RPC_FAULTS', true, true); // for php @define('PHP_USE_GZIP'... _GZIP_LEVEL', 2, true); $do_diagnostic = true; $log_file = '/tmp/rutorrent_errors.log'; // path to log file (comment or leave blank to disable logging)
configuración/uso screen @linux:debian:seedbox
19 Resultats, Darrera modificació:
>"</key>: mostrar lista de consolas abiertas === log * <key>C+a</key>, <key>h</key>: captura de pan... talla (txt) * <key>C+a</key>, **<key>H</key>**: logging de la sesión (txt) <- H mayúscula! === más.... left arrows # Note disable in window manager to allow through bindkey ^[[1;7D prev bindkey ^[[1;7C nex... >%n %t%{-}%+w%<" # From Stephen Shirley # Don't block command output if the terminal stops responding
rtorrent+rutorrent en contenedor @linux:debian:seedbox
18 Resultats, Darrera modificació:
tura de directorios:<code bash> mkdir -p data/downloads/completo mkdir -p data/config </code> - copi... l index.htm; # Make site accessible from http://localhost/ server_name localhost; location / { # First attempt to serve request as file, then # as directory, then fall b
debian 9 stretch
9 Resultats, Darrera modificació:
anas desde CLI * devilspie2 : programa para recolocar las ventanas escritorio * [[http://git.sav... gLibraryTutorial]] * LUA: [[https://stackoverflow.com/questions/37121875/lua-return-value-if-strin... comandos: [[https://github.com/gusnan/devilspie2/blob/master/README]] -- if devilspie2 is run using th... saver gsettings set org.gnome.desktop.screensaver lock-enabled true gsettings set org.gnome.desktop.lo
debian 10 "Buster"
8 Resultats, Darrera modificació:
yrussell/oh-my-zsh/master/tools/install.sh)" git clone https://github.com/zsh-users/zsh-syntax-highlig... {ZSH_CUSTOM}/plugins/zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-autosuggestion... ode> ==== disable IPv6 * <code ; /etc/sysctl.d/local.conf>net.ipv6.conf.all.disable_ipv6 = 1</code> * <code bash>sudo sysctl -p -f /etc/sysctl.d/local.conf</code> Alternativa: * <code ; /etc/sys
Instalación DEBIAN corporativo
7 Resultats, Darrera modificació:
a-certificates comerr-dev libapache2-mod-php5 libcloog-ppl-dev libcppunit-dev libcurl3 libcurl4-openss... -- página respuesta defecto servidor * copiar los ficheros que componen el "default" * ''sudo mk... f.es/configurar-umask-para-sesiones-sftp/]] * login interactivo: ''/etc/pam.d/login'' * añadir la línea: ''session optional pam_umask.so um
debian installs
7 Resultats, Darrera modificació:
install landscape-common'' <- info del sistema al logear * mrgt : software monitorizar dispositivos SNMP * lighttpd : servidor web ligero (los frontales de youtube dicen que funcionan con est... t install dconf-editor'' * [[http://hatteras-blog.blogspot.com.es/2014/04/editar-el-escritorio-de-cinnamon.html]] * [[http://forums.fedoraforum.or
nginx+certbot en contenedor @linux:debian:seedbox
4 Resultats, Darrera modificació:
listen 80; server_name <SERVER_NAME>; # location / { # return 301 https://$host$reque... oot /var/www/html; index index.html; location /.well-known/acme-challenge/ { root... dhparam /etc/letsencrypt/ssl-dhparams.pem; # # location / { # root /var/www/html; # } } </code> ... -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'" certbot: