Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- vim @linux:vim
- ame : Open filename for edition * '':w'' : Save file * '':q'' : Exit Vim * '':q!'' : Quit without saving * ''%%:x%%'' : Write file (if changes has been made) and exit * '':sav'' filename : Saves file as filename * ''.'' : Repeats the last change m... last change made in normal mode ==Moving in the file * ''0'' : move the cursor to the begining of th
- mis ficheros $HOME @linux:scripts
- ersion coreutils-6.10 # If you do not modify this file, it will be updated when you upgrade # coreutils,... aults/etc/DIR_COLORS. Feel # free to modify this file, at which point coreutils will leave it alone. # # For this file to be useful, you will need a line like this in your # shell configuration file, such as ~/.bashrc: # # alias ls='ls --color=au
- ZSH zmv @linux:zsh
- code bash> # Remove illegal characters in a fat32 file system. Illegal characters are # / : ; * ? ... nwanted/}' # Changing part of a filename (i. e. "file-hell.name" -> "file-heaven.name") $ zmv '(*)hell(*)' '${1}heaven${2}' # or $ zmv '*' '$f:s/hell/h... 1.foo 2.foo 3.foo 4.foo foo.fnord # Rename "file.with.many.dots.txt" by substituting dots (exept f
- apt-get @linux:aptget
- faq/apt-get-hold-back-packages-command/]] == apt-file * equivalente a ''yum provides'' * ''apt install apt-file'' * ''apt-file update'' * ''apt-file search <file>'' /via: [[https://sysadmincasts.com/episodes/41-cli-monday-apt-fi
- Linux sadservers @linux:seguridad
- vers == "Saint John": what is writing to this log file? * ''ps auxf'' * ''lsof /path/to/file'' * ''fuser /path/to/file'' * ''pwdx PID'': pwd del fichero PID <code> 1. You can use ps to list al... column)."Saint John": what is writing to this log file? With the PID of the process, it's not necessary
- tar @linux:bash
- = tar == comprimir * ''tar -czvf <file>.tgz <dir>'' * dónde: * **c** : indica comprimir * **... ero TAR a crear == descomprimir * ''tar -xzvf <file>.tgz [fichero o directorio a extraer]'' * dónde... omprimir + encriptar * ''tar %%--%%create %%--%%file - %%--%%posix %%--%%gzip -- <dir> | openssl enc -e -aes256 -out <file>'' ? == descomprimir + desencriptar * ''openss
- comandos bash @linux:bash
- eas * -A : eliminar caracteres de control * file * nc : netcat * dig : estilo nslookup. Se da ... /var/dir2 /nas/dir3 | xargs -n 1 cp -v /path/to/file'': copia **file** en **dir1,dir2,dir3** * ''diff /tmp/r/ /tmp/s/'': diferencias entre 2 directorios ... ol para mostrar información detallada * --one-file-system : o -x, muestra información solo del mismo
- glusterfs vagrant POC @linux:filesystem:glusterfs
- -cpus", info[:cpus], "--hwvirtex", "on"] file_to_disk = 'data/' + hostname + '-disk.vdi' unless File.exist?(file_to_disk) vb.customize ['createhd', '--filename', file_to_disk, '--size', 5 * 1
- find @linux:bash
- icheros * l : enlaces simbólicos * -fprint <file> : exporta a <file> * es más eficiente que usar redirectores > o >> * -printf <formato><tar,\\n> ... magen o video y borrarlos: ''find . -type f -exec file {} \; | awk -F: ‘{if ($2 ~/image|video/) print $1... s localizados:<code bash>find ... | while read -r file; do echo "look at my $file, my $file is amazi
- Special Shell Variables & Parameter Substitution and Expansion @linux:bash
- nsión de parámetros y sustitución de comandos == File descriptors == Special Shell Variables ^ variab... 'path = ${foo%/*}'' -> "/tmp/mi.directorio" * ''file = ${foo##*/}'' -> "imagen.png" * ''base = ${file%%.*}'' -> "imagen" * hint: si la cadena tiene más de un ".", usar ''base=${file%.*}'' * ''ext = ${file#*.}'' <- en este caso, d
- rtorrent+rutorrent en contenedor (OLD1) @linux:debiean:seebox:rtorrent_rutorrent
- statements for each of your virtual hosts to this file ## # You should look at the following URL's in o... uration # # Generally, you will want to move this file somewhere, and start with a clean # file but keep this around for reference. Or just disable in sites-e... ocation / { # First attempt to serve request as file, then # as directory, then fall back to display
- pi-hole @linux:paquetes
- tas adicionales ===Suspicious Lists https://hosts-file.net/grm.txt https://reddestdream.github.io/Projec... m/lists.disconnect.me/simple_ad.txt https://hosts-file.net/ad_servers.txt https://v.firebog.net/hosts/Ea... alwaredomains.com/files/justdomains https://hosts-file.net/exp.txt https://hosts-file.net/emd.txt https://hosts-file.net/psh.txt https://mirror.cedia.org.ec/m
- pure-ftpd @linux:paquetes
- ==== parámetros ==== * notruncate * logpid <file> * ipv4only * ipv6only * fscharset <chars... * syslogfacility <facility> * fortunesfile <file> * pidfile <path to pid file> * norename * dontresolve * anonymouscantupload * maxidletime... keepallfiles * login <auth> or <auth>:<config file> * limitrecursion <number:number> * maxload <
- rsync.sh @linux:scripts
- ER@$RHOST:$RPATH $LPATH $RSYNC -rL -ptog -q --log-file="$DATE-$TITLE.tmp" -e "$SSH -i $KEY" $RUSER@$RHOS... fy NOW=$(date +"%d-%m-%Y") i=$(date +"%Hh%Mm%Ss") FILE="$NOW-$i.log" notify-send -u normal --icon=gtk-r... up/backup_tar_home.txt -zcpf /backup/backup-home-$FILE /home/ --exclude-tag-under=.nobackup rsync -au --... --force --exclude-from "exclude-rsync.txt" --log-file="$FILE" /home/ /backup/home RETVAL=$? if [ $RET
- Ubuntu @linux:ubuntu
- ode> == 13.10 === repos * Sunflower (two panel file manager): <code bash>sudo add-apt-repository ppa:... o apt-get install sunflower</code> * ROX-Filer (file manager) : <code bash>sudo apt-get install rox-filer</code> * konqueror (file-manager) : <code bash>sudo apt-get install konqueror</code> * PCMAN-FM (file manager) ; <code bash>sudo apt-get install pcmanf