Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- instalación rápida debian 6 como seedbox
- = instalación rápida debian 6 como seedbox * /vía: [[http://pastebin.com/Kx8sLk46]] * /vía: [[http://www.linuxquestions.org/questions/linux-general-1/problem-using-screen-cannot-open-your-terminal-dev-pts-0-please-check-338313/]]: problemas con scre... 9640E/]] * reiniciar rtorrent ([[https://www.feralhosting.com/faq/view?question=158]]) == instalaci
- fichero apache conf3 @linux:debian:seedbox:metodo1
- == conf3 <code apache otro_ejemplo> ServerName localhost <VirtualHost *:80> ServerAdmin admin@rutorrent ServerName localhost DocumentRoot /var/rutorrent <Directory /> AllowOverride None Order deny,allow
- configuración/uso screen @linux:debian:seedbox
- = configuración/uso screen == install & help * <code bash>sudo apt install screen</code> * [[https://linuxize.com/post/how-to-use-linu... /]] * [[https://www.gnu.org/software/screen/manual/screen.html]] * versión moderna TMUX: [[https:/... , **<key>a</key>**: poner nombre a la consola actual (A mayúscula) * <key>C+a</key>, <key>x</key>: P
- fichero apache conf2 @linux:debian:seedbox:metodo1
- === fichero apache conf2 <code apache> <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/> Options -Indexes FollowSymLinks MultiViews AllowOve
- configuración rtorrent(on premise) @linux:debian:seedbox
- = configuración rtorrent(on premise) * instalar subversion: ''apt-get install subversion'' * instalar compilador: ''apt-get instsall make'' * crear carpeta 'source' en 'user' * descargar: * ''<
- fichero apache conf1 @linux:debian:seedbox:metodo1
- = fichero apache conf1 <code apache> <VirtualHost *:80> RewriteEngine on RewriteCond %{SERVER_PORT} ... ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} </VirtualHost> <VirtualHost *:443> ServerAdmin webmaster@localhost SSLEngine on SSLOptions +StdEnvVars +ExportCertData #
- debian installs
- = debian installs ~~NOTOC~~ {{tag>pendiente +wiki}} <alert type="warning" dismiss="true" icon="fa fa-warning">pendiente mirar y documentar webmin</alert> == info general * Releases: [[https://wiki.debian.org/DebianReleases]] * Repositorios: [[htt
- debian 10 "Buster"
- = debian 10 "Buster" == setup === setup inicial <code bash; setup-inicial> sudo apt update && sudo apt upgrade -y sudo apt install fonts-powerline \ zsh \ curl \ wget ... ntent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" git clone https://github.com/zsh-users/zsh-
- instalación / configuración rutorrent (on premise) @linux:debian:seedbos
- = instalación / configuración rutorrent (on premise) * descargar en directorio temporal: * ''svn checkout http://rutorrent.googlecode... OUT', 5, true); // in seconds @define('LOG_RPC_CALLS', false, true); @define('LOG_RPC_FAULTS', true, true); // for php @define('PHP_USE_GZIP', false,
- Instalación DEBIAN corporativo
- = Instalación DEBIAN corporativo == pre-basico * si está instalado el paquete ''apt-get install sudo'' * comprobar ''/etc/sudoers'' para ver si tenemos permisos o ... s a CDROM están comentadas * ''sudo apt-get install vim'' * ''sudo apt-get install apache2 apache2
- rtorrent+rutorrent en contenedor @linux:debian:seedbox
- = rtorrent+rutorrent en contenedor == instalacion rtorrent+rutorrent - crear estructura de directori... [::]:443 default_server ipv6only=on; keepalive_timeout 60; ssl_certificate /et... ndex.htm; # Make site accessible from http://localhost/ server_name localhost; location / { # First attempt to serve request as file, then # as d
- debian 8 + ISPCONFIG OVH VPS
- IG OVH VPS * [[https://www.howtoforge.com/tutorial/perfect-server-debian-8-jessie-apache-bind-dovecot-ispconfig-3/]] * no se ha instalado SQRMAIL de este tutorial * SPF/DKIM: * SPF Wizard: [[http://www.spfwizard.net/es/]] * DKIM Help: [[http://eltallerdelbit.com/configuracion-de-registros-spf-y-dki
- debian 9 stretch
- A: [[http://lua-users.org/wiki/StringLibraryTutorial]] * LUA: [[https://stackoverflow.com/questions/37121875/lua-return-value-if-string-match-with-wildcard]]<code>-- the deb... en stick_window(); end</code> === GUI * instalar **dconf-editor** === CLI settings * ''gsetti... p.screensaver) * get/set <schema> %%<key>%% <value> === screensaver * **gnome-screensaver** : g
- nginx+certbot en contenedor @linux:debian:seedbox
- index.html; location /.well-known/acme-challenge/ { root /var/www/certbot; } } #s... D}/data/certbot/www:/var/www/certbot \ nginx:1.15-alpine </code> - ejecutar:<code bash run-certbot.s... ion: '3' services: nginx: image: nginx:1.15-alpine ports: - "80:80" - "443:443"