Cerca

Heus ací els resultats de la cerca.

mis ficheros $HOME
20 Resultats, Darrera modificació:
onets # Please check /usr/doc/tcsh/examples/alias to see other possible values. # recopilación de ali... nts of /etc/defaults/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... # # alias ls='ls --color=auto' # # If you want to use a variant of this file in your home directory
backup, encriptado y copia a remoto
12 Resultats, Darrera modificació:
.gz.enchive $FECHA-$FICHERO.tar.gz.enchive else touch $DIR_ORIGEN/$FECHA-SINCAMBIOS.TXT fi </code> ... taci�n gpg --trust-model always -r "Miguel Angel Torres Egea (backups)" --encrypt ~/$FICHERO.tar.gz ... z.gpg # copia ## scp -i ~/.ssh/backups\@seedbox.torresegea.es $FECHA-$FICHERO.tar.gz.gpg backups@seedbox.torresegea.es:~/miguelangel.torresegea.es # borrad
Tareas Server
10 Resultats, Darrera modificació:
92.168.142.254:/mnt/Datos00/eurorscg00/Datos /mnt/Toshiba # FUNCIONASI mount --bind /home_ERE/www/fcb... home/funcionasi/mikado mount --bind /home_ERE/www/toshibadesigner /home/funcionasi/toshibadesigner mount --bind /home_ERE/www/virbac /home/funcionasi/virb... uncionasi/graninilight mount --bind /home_ERE/www/toshibapestanya /home/funcionasi/toshibapestanya mou
backup 10 minutos al día
7 Resultats, Darrera modificació:
> $FECHA.crc CRC=`cat $FECHA.crc` touch $FECHA-$FICHERO.$CRC #encriptaci�~C gpg --trust-model always -r "Miguel Angel Torres Egea (backups)" --encrypt ~/$FICHERO.tar.gz ... # copia scp -i ~/.ssh/backups\@seedbox.torresegea.es $FECHA-$FICHERO.* backups@seedbox.torresegea.es:~/10minutosaldia.com # borrado fi
Twitter desde linea de comando
7 Resultats, Darrera modificació:
must not be longer than 140 chars!" && exit 1 fi touch "cookie.txt" #create a temp. cookie file #INI... uagent" "https://mobile.twitter.com/session/new"` token=`echo "$initpage" | grep "authenticity_token" | sed -e 's/.*value="//' | sed -e 's/" \/>.*//'` #L... kie.txt" -L --sslv3 -A "$uagent" -d "authenticity_token=$token&username=$username&password=$password"
ejecutar el primer o último día del mes
4 Resultats, Darrera modificació:
r/local/bin/datecalc # weekselector --- script to assist in scheduling cron jobs # Perderabo Oct 11, 2003 # # example: # You want to run command1 on the first monday of each month and # you want to run command2 on the last monday of each month. # ... rch 23, 2005 # # You can now use "even" or "odd" to run commands every other week. # Whether or not
backup de archivos
3 Resultats, Darrera modificació:
ckup_fs_gpg.sh> #!/bin/bash FICHERO="miguelangel_torresega_es.tar.gz" FECHA=`eval date +%y%m%d` # compresión tar zcpf ~/$FICHERO ~/miguelangel.torresegea.es #encriptación gpg -r "Miguel Angel Torres" --encrypt ~/$FICHERO # borrado fichero origin
getopts
2 Resultats, Darrera modificació:
overflow.com/questions/16483119/an-example-of-how-to-use-getopts-in-bash]] == ejemplos * [[https://... overflow.com/questions/16483119/an-example-of-how-to-use-getopts-in-bash]] <code bash; primer ejemplo
backup selectivo
1 Resultats, Darrera modificació:
/stackoverflow.com/questions/984204/shell-command-to-tar-directory-excluding-certain-files-folders </c
Ejecución PHP desde CRON sin problemas
1 Resultats, Darrera modificació:
ía "perfeccionar" haciendo que el script bash lea todos los .php de una carpeta y los ejecute de esta
Protocolo de Backup
1 Resultats, Darrera modificació:
n $FICHEROS do #encripta gpg -r "Miguel Angel Torres" --encrypt $FICHERO # borrado fichero orig
recopilación de información del sistema
1 Resultats, Darrera modificació:
h> #!/bin/bash # recopilator.sh # by Miguel Angel Torres aka mate # recopila información del sistema.
rsync.sh
1 Resultats, Darrera modificació:
kup LPATH=/home/backups/wardog.eurorscg.es TITLE="to_be_changed" DATE=`eval date +%y%m%d` # $RSYNC -a
scripts alta usuarios vsFTP
1 Resultats, Darrera modificació:
crear la cuenta de FTP para un usuario (accede a todas las carpetas) <code bash ftp_useradd.sh> usera