Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
- parallel (bash)
- instalación rápida debian 6 como seedbox
- debian 8 + ISPCONFIG OVH VPS
- debian 9 stretch
- debian 10 "Buster"
- debian 12 "bookworm" + KDE
- Debian 12 "bookworm" + Realtek RTL8811AU
- Instalación DEBIAN corporativo
- linux install
- instalación y desinstalación
- Instalación Tomcat 8 en máquina vagrant
- ZSH install
- Instal·lació Linux Server Ubuntu 20.04.3
Resultats de text complet:
- sudo @linux:sudo
- io **root** con todos los privilegios: <code>root ALL=(ALL:ALL) ALL</code> * permite a los usuarios de **grupo** todos los privilegios:<code>%grupo ALL=(ALL:ALL) A
- powerlevel10k ZSH Theme @linux:zsh:oh-my-zsh
- () { emulate -L zsh -o extended_glob # Unset all configuration options. This allows you to apply configuration changes without # restarting zsh. Edit... o be handy when the directory is shortened, as it allows you to see # the full directory that was use... VEL9K_LOCK_ICON='∅' # POWERLEVEL9K_DIR_CLASSES allows you to specify custom icons and colors for dif
- fichero apache conf3 @linux:debian:seedbox:metodo1
- /rutorrent <Directory /> AllowOverride None Order deny,allow Deny from all </Directory> <Location /> AuthType Bas... Require valid-user Order allow,deny Allow from all </L
- vim @linux:vim
- \< the\>'' : Search the * ''/\< ¦.\>'' : Search all words of 4 letters * ''/\/'' : Search fred but ... mpty lines * '':bufdo /searchstr/'' : Search in all open files * ''bufdo %s/something/somethingelse/g'' : Search something in all the open buffers and replace it with somethingels... current line * '':2,35s/old/new/g'' : Replace all occurences between lines 2 and 35 * '':5,$s/o
- instalación rápida debian 6 como seedbox @linux:debian
- 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
- 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
- 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 #
- Instal·lació Linux Server Ubuntu 20.04.3 @linux:install:server
- ecte sudo visudo -f /etc/sudoers.d/nopass # %sudo ALL=(ALL:ALL) NOPASSWD:ALL </code> <code bash> sudo groupadd docker getent group docker # Get entries from administ
- ZSH zmv @linux:zsh
- foo-bar.avi $ zmv '*' '${f//[()]/}' # serially all files (foo.foo > 1.foo, fnord.foo > 2.foo, ..) ... " is NOT a mistake in writing! # Rename names of all files under the current Dir to lower case, but ke... $ zmv -Qv '(**/)(*)(.D)' '$1${(L)2}' # replace all 4th character, which is "1", with "2" and so on ... rectory (some of them end # in *.py and give them all a proper extension $ autoload zmv $ zmv -n '(
- configuración ssh server (/etc/ssh/sshd_config) @linux:ssh
- ntAliveInterval** * **LogLevel INFO** * **AllowUsers** solo los usuarios que se pueden conectar... usuarios que NO se pueden conectar vía SSH * AllowGroups * DenyGroups * curso lpic2: [[info... ssh/sshd_config> Match User that-restricted-guy AllowTcpForwarding yes X11Forwarding no AllowAgentForwarding no ForceCommand /bin/false </code> <cod
- Uncomplicated Firewall @linux:ufw
- [options] [rule syntax]</code> * options: * allow * deny * reject * limit: bloquea el... h>sudo ufw default deny incoming sudo ufw default allow outgoing</code> == uso * estado:<code bash> ... gestionar servicio/protocolo:<code bash> sudo ufw allow 22 sudo ufw deny 22 sudo ufw deny 22/tcp sudo ufw allow ssh # /etc/services</code> * bloquear una ip+
- debian 12 "bookworm" + KDE @linux:debian
- ctivar inmediatament sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.defau... (solo activa tras un reboot) echo "net.ipv6.conf.all.disable_ipv6 = 1" | sudo tee -a /etc/sysctl.conf ... w sudo ufw default deny incoming sudo ufw default allow outgoing sudo ufw allow ssh sudo sed -i s/IPV6=yes/IPV6=no/g /etc/default/ufw sudo ufw enable sudo u
- Linux remote desktops @linux:remote-desktop
- ger">OBSOLETO?</alert> * [[https://www.tweaking4all.com/software/linux-software/use-xrdp-remote-acces... "cat >/etc/polkit-1/localauthority/50-local.d/45-allow.colord.pkla" <<EOF [Allow Colord all Users] Identity=unix-user:* Action=org.freedesktop.color-manager.create-device;org.freede
- ss @linux:tcpip
- nes * ''ss -l'' listening sockets * ''ss -a'' all sockets * ''ss -a -t'' all TCP sockets * ''ss -a -u'' all UDP sockets * ''ss -a -x'' all Unix sockets * ''ss -a -w'' all raw sockets * ''ss -a -4'' all IP
- Los ficheros de inicio de Bash @linux:bash
- bash># Inicio de /etc/profile # Escrito para Más Allá de Linux From Scratch # por James Robertson <jam... code><code bash># Set up i18n variables export LC_ALL=[ll]_[CC] export LANG=[ll]_[CC] export G_FILENAME_ENCODING=@locale</code> * La variable LC_ALL establce el mísmo valor para todas las categorías... sh># Inicio de ~/.bash_profile # Escrito para Más Allá de Linux From Scratch # por James Robertson <jam