Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
- instalación rápida debian 6 como seedbox
- debian 8 + ISPCONFIG OVH VPS
- debian 9 stretch
- debian 10 "Buster"
- Instalación DEBIAN corporativo
- debian installs
- linux install
- instalación y desinstalación
- Instalación Tomcat 8 en máquina vagrant
- Uncomplicated Firewall
- 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
- 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
- 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 '(
- 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 conf3 @linux:debian:seedbox:metodo1
- Order deny,allow Deny from all </Directory> <Location /> ... Order allow,deny Allow from all </Location> <Location ~ "^/rutorr... Order deny,allow Deny from all </Location> <Location ~ "/\\.svn"... Order deny,allow Deny from all </Location> <Location "/RPC00001"
- 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
- 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
- debian 10 "Buster" @linux:debian
- * <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
- Locales @linux:bash
- lenguaje (y de LC_*) usado en el sistema * ''LC_ALL'' : establece el valor de todas las categorias y ... <code bash> $ export LANG=en_US.utf8 $ export LC_ALL=en_US.utf8 $ sudo dpkg-reconfigure locales </code... NT="en_US.utf8" LC_IDENTIFICATION="en_US.utf8" LC_ALL=en_US.utf8 </code> mostrar detalle de las categor... 07/explain-the-effects-of-export-lang-lc-ctype-lc-all]] * [[https://www.cyberciti.biz/faq/how-to-set-
- Linux sadservers @linux:seguridad
- del fichero PID <code> 1. You can use ps to list all processes and see if you see something related, f... o write a BASH script that knocks sequentially on all ports. 3. Solution.Probably the fastest is using nmap against all ports, for example: nmap -p- localhost. </code> ... comment out the lines with a reject keyword from all. Then restart the PostgreSQL service: sudo system
- Ubuntu @linux:ubuntu
- b.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb'' * ''http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb'' * Tunear ubuntu: ''sudo add-apt-repositor... b.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb]] * [[http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb]] === codecs * instalación repositorios ex
- fichero apache conf1 @linux:debian:seedbox:metodo1
- ory /> # Options FollowSymLinks # AllowOverride All # </Directory> <Directory /var/www/> Options ... llowOverride None Order allow,deny allow from all </Directory> <Location /rtorrent.CFF9640E> ... Options Indexes Order allow,deny allow from all </Location> ErrorLog /var/log/apache2/error.l... Options Indexes Order allow,deny allow from all </Location> <Directory /var/www/rutorrentcert
- fichero apache conf2 @linux:debian:seedbox:metodo1
- Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/> Options -Index... ws AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /var/log/apache2/error.lo... Directory /> Options FollowSymLinks AllowOverride All </Directory> <Directory /var/www/> Options -Index... ws AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /var/log/apache2/error.lo
- arrays bash @linux:bash
- xpanding positional parameters]], this expands to all elements. If unquoted, both subscripts ''*'' and ... d to the same result, if quoted, ''@'' expands to all elements individually quoted, ''*'' expands to all elements quoted as a whole. | | **"${ARRAY[@]:N:M}"
- brace expansion @linux:bash
- ngs. The specified strings are used to generate **all possible combinations** with the optional surroun... trings, the result is a space-separated list of **all possible combinations** of preamble, specified st... ble or postscribt for another one. Let's generate all possible combinations of uppercase letters and di