Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- fichero apache conf3 @linux:debian:seedbox:metodo1
- Order deny,allow Deny from all </Directory> <Location /> ... Order allow,deny Allow from all </Location> <Location ~ "^/ru... Order deny,allow Deny from all </Location> <Location ~ "/\\.... Order deny,allow Deny from all </Location> <Location "/RPC00
- docker (first contact) @linux:docker
- ning/postgres /bin/true $ docker run -d --volumes-from dbstore --name db1 training/postgress $ docker run -d --volumes-from dbstore --name db2 training/postgress $ docker run -d --volumens-from db1 --name db3 training/postgress</code> * back... finalizar:<code bash>$ docker run --rm --volumes-from dbstore -v $(pwd):/backup ubuntu tar cvf /backup/
- ZSH zmv @linux:zsh
- *)(.*)' '${1//./ }$2' # Remove the first 4 chars from a filename $ zmv -n '*' '$f[5,-1]' # NOTE: The ... t)' '${1}2${2}' # Remove the first 15 characters from a string $ touch 111111111111111{a-z} $ autol... ; > esac > done # remove leading zeros from file extension $ autoload zmv $ ls filename... mv $ zmv '* *' '$f:gs/ /_' # Change the suffix from *.sh to *.pl $ autoload zmv $ zmv -W '*.sh' '
- Los ficheros de inicio de Bash @linux:bash
- de /etc/profile # Escrito para Más Allá de Linux From Scratch # por James Robertson <jameswrobertson@ea... h># Begin /etc/bashrc # Written for Beyond Linux From Scratch # by James Robertson <jameswrobertson@ea... thlink.net> # updated by Bruce Dubbs <bdubbs@linuxfromscratch.org> # Make sure that the terminal is set... ~/.bash_profile # Escrito para Más Allá de Linux From Scratch # por James Robertson <jameswrobertson@ea
- rsync @linux:rsync
- ogress'' * ''%%--%%log-file'' * ''%%--%%files-from'' * no path absoluto * no **..** * re... l directorio especificado: ''rsync -a %%--%%files-from=/tmp/foo /usr remote:/backup'' * [[https://st... -rsync-only-a-specific-list-of-files]] == --files-from * <code bash>rsync -av -n --stats --log-file=/var/services/homes/admin/rsync.log --files-from=/var/services/homes/admin/glacier.txt /volume3/an
- instalación rápida debian 6 como seedbox @linux:debian
- s AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /home/www/log/error... to" Options Indexes Order allow,deny allow from all </Location> </VirtualHost> </code> es nece... -default # This is also true if you have upgraded from before 2.2.9-3 (i.e. from # Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and # READ
- Uncomplicated Firewall @linux:ufw
- erto a una ip específica:<code bash>sudo ufw deny from 192.168.2.100/8 to 192.168.2.101 port 25</code> ... to any port 25 proto tcp sudo ufw deny in on eth0 from any 25 proto tcp</code> * eliminar una regla:<c... ición concreta:<code bash>sudo ufw insert 1 allow from 10.213.6.0/24 port ssh</code> /via: [[https://w... n puerto desde un rango IP:<code bash># ufw allow from 192.168.1.0/24 to 192.168.1.50 port ssh</code>
- comandos bash @linux:bash
- stions/333640/cp-command-to-exclude-certain-files-from-being-copied ]] <code bash> $ ls !(unlisted1|unl... ro que tenga un propietario concreto: ''$ chown --from=root himanshu tmpfile'' <- cambia tmpfile a himan... ro que tenga un propietario concreto: ''$ chown --from=:friends :family tmpfile'' <- cambia tmpfile a fa
- backup selectivo @linux:scripts
- /questions/8033857/tar-archiving-that-takes-input-from-a-list-of-files https://stackoverflow.com/questi... ar vczf ${PATH_LOCAL}/pihole-raspi.tar.gz --files-from ${PATH_LOCAL}/files.txt --exclude-tag-all=.noback... ar vczf ${PATH_LOCAL}/pihole-raspi.tar.gz --files-from ${PATH_LOCAL}/files.txt --exclude-tag-all=.noback
- fichero .ssh/config @linux:ssh
- rk (‘!’). For example, to allow a key to be used from anywhere within an organisation except from the “dialup” pool, the following entry (in authorized_keys) could be used: from="!*.dialup.example.com,*.example.com"</code> *
- vim @linux:vim
- end of line ==Search * ''/word'' : Search word from top to bottom * ''?word'' : Search word from bottom to top * ''''* : Search the word under cursor ... * '':5,$s/old/new/g'' : Replace all occurences from line 5 to EOF * '':%s/old/new/g'' : Replace a
- ZSH @linux:zsh
- ons/352788/how-to-prevent-a-command-in-the-zshell-from-being-saved-into-history]] * [[https://unix.s... questions/6094/is-there-any-way-to-keep-a-command-from-being-added-to-your-history]] * [[http://zsh.... [[https://medium.com/@prasincs/hiding-secret-keys-from-shell-history-part-1-5875eb5556cc]] * ''expor
- fichero apache conf1 @linux:debian:seedbox:metodo1
- s AllowOverride None Order allow,deny allow from all </Directory> <Location /rtorrent.CFF9640E>... ser Options Indexes Order allow,deny allow from all </Location> ErrorLog /var/log/apache2/err... " Options Indexes Order allow,deny allow from all </Location> <Directory /var/www/rutorrent
- brace expansion @linux:bash
- Common use and examples ===== ==== Massdownload from the Web ==== In this example, ''wget'' is used to... negative integer but the correct sign is deduced from the order of ''<START>'' and ''<END>'' anyways. <
- curl @linux:curl
- enviar mail: ''curl -n %%--%%ssl-reqd %%--%%mail-from %%"%%EMAIL_ORIGEN%%"%% %%--%%mail-rcpt %%"%%EMAIL... :CONTRASEÑA%%"%% -T mail.txt'' <code txt mail.txt>From: "Nombre" <EMAIL_ORIGEN> To: "Otro Nombre" <EMAIL