Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- instalación / configuración rutorrent (on premise) @linux:debian:seedbos
- n parameters // for snoopy client @define('HTTP_USER_AGENT', 'Mozilla/5.0 (Windows; U; Windows NT 5.1;... directory. Absolute path with trail slash. $forbidUserSettings = false; $scgi_port = 5000; $scgi_host ... host", ); $profilePath = '../share'; // Path to user profiles $profileMask = 0777; // Mask for files and directory creation in user profiles. // Both Webserver and rtorrent users mu
- usuarios y grupos @linux:users
- grupos ~~NOTOC~~ == información usuario * ''id <user>'' -> para saber datos y grupos del usuario * '... '' -> usuarios conectados - terminal * ''ps -U <USER>'' -> procesos asociados a un usuario * ''sudo pkill [-9] -u <USER>'' -> eliminar procesos asociados a un usuario. /via: [[https://www.simplified.guide/linux/user-force-logout]] == cambio de contraseña * ''pas
- pure-ftpd @linux:paquetes
- suario/grupo: * ''groupadd ftpgroup'' * ''useradd -g ftpgroup -d /dev/null -s /etc ftpuser'' * añadir verificación usando BDD "propia" * ''cd /e... nonymousratio <upload ratio>:<download ratio> * userratio <upload ratio>:<download ratio> * autorena... rt> * anonymousbandwidth <bandwidth (KB/s)> * userbandwidth <bandwidth (KB/s)> or [<up bw>]:[<down b
- chroot (enjaulado) @linux:ssh
- l-sftp # Example of overriding settings on a per-user basis #Match User anoncvs # X11Forwarding no # AllowTcpForwarding no # ForceCommand c... so a paso: [[https://www.tecmint.com/restrict-ssh-user-to-directory-using-chrooted-jail/]] * <code bas... libc.so.6,ld-linux-x86-64.so.2} /home/test/lib64/ useradd tecmint passwd tecmint mkdir /home/test/etc cp
- instalación rápida debian 6 como seedbox @linux:debian
- get update && apt-get upgrade apt-get install vim useradd -m -d /home/user user useradd -m -d /home/www www-data //su www-data & cd /home/www mkdir -p /home/www/public mkdir -p /home
- Tareas Server @linux:scripts
- = Tareas Server en ''/root/add_user_ERE.sh'' <code bash add_user_ERE.sh> #!/bin/bash # funciones del script genpasswd() { local l=... ]; then echo "Usage Error!" echo "ftp_add_user.sh usuario" echo " > introduce el nombre de u... -M para que no intente crear el directorio HOME useradd -M -g 500 -d /home_ERE/./www -s /bin/true -c '
- fichero .ssh/config @linux:ssh
- v HostName dev.example.com Port 22000 User fooey </sxh> === repositorios git <sxh bash; title: uso en repositorios> Host github.com User git HostName github.com IdentityFile ~/.s... itle:uso de diferentes claves para mismo origen> #user1 account Host bitbucket.org-user1 HostName bitbucket.org User git IdentityFile ~/.ssh/u
- mount @linux:mount
- s <ip>:/nas/NasDisk-0002/public /punto/montaje -O userame=usuario</code> * para carpetas webdav: <code... ^ 0 ^ | /server/share | /mnt/carpeta | smbfs | username=//username//,password=//password// | 0 | 0 | | /server/share | /mnt/carpeta | smbfs | credentials=/home/user/.smbpasswd
- sudo @linux:sudo
- ' === reglas de privilegio de usuario * <code><USER> <HOST>=(<USER>:<GROUP>) <COMMANDS></code> * usuario **root** con todos los privilegios: <code>root A... LL=(ALL:ALL) NOPASSWD:ALL</code> === alias * **User_Alias**: <code>User_Alias <ALIAS>=user1, user2, user3, Grupo</code> * los nombres de los grupos han
- debian 10 "Buster" @linux:debian
- \ rsync sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM}/plugin... tax-highlighting git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-auto... nstall docker-ce docker-ce-cli containerd.io sudo usermod -a -G docker $USER newgrp docker </code> /via:
- pi-hole @linux:paquetes
- inimalHostsBlocker/minimalhosts https://raw.githubusercontent.com/StevenBlack/hosts/master/data/KADhosts/hosts https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Spam... .firebog.net/hosts/Easylist.txt https://raw.githubusercontent.com/StevenBlack/hosts/master/data/SpotifyAds/hosts https://raw.githubusercontent.com/StevenBlack/hosts/master/data/Unchecky
- configuración rtorrent(on premise) @linux:debian:seedbox
- et instsall make'' * crear carpeta 'source' en 'user' * descargar: * ''<del>svn co https://xmlrp... o save the downloaded torrents. directory = /home/user/downloading # Default session directory. Make s... Perhaps using a # relative path? session = /home/user/.session # Watch a directory for new torrents, ... e_complete,"execute=mv,-u,$d.get_base_path=,/home/user/complete/ ;d.set_directory=/home/user/complete/"
- Instalación Tomcat 8 en máquina vagrant @linux:tomcat
- para tomcat: <code bash>sudo groupadd tomcat sudo useradd -s /bin/false/ -g tomcat -d /opt/tomcat tomcat... /startup.sh ExecStop=/opt/tomcat/bin/shutdown.sh User=tomcat Group=tomcat UMask=0007 RestartSec=10 Restart=always [Install] WantedBy=multi-user.target</code> - recargar el demonio systemd p... at, editando el fichero **/opt/tomcat/conf/tomcat-users.xml**, y añadiendo un usuario en la sección corr
- Instal·lació Linux Server Ubuntu 20.04.3 @linux:install:server
- # Get entries from administrative database. sudo usermod -aG docker ${USER} sudo chown :docker /var/run/docker.sock sudo chmod 660 /var/run/docker.sock </cod... werline zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/in... tax-highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM}/plugin
- fichero apache conf3 @linux:debian:seedbox:metodo1
- hName "My ruTorrent web site" AuthUserFile "/etc/apache2/rutorrent_passwd" Require valid-user Order allow,deny ... hName "My ruTorrent web site" AuthUserFile "/etc/apache2/rutorrent_passwd" Require user yes </Location> </VirtualHost> <VirtualHo