- .NET
- Algoritmos
- Amazon
- android
- apache
- Astronomia
- AWS
- Barcode
- bases de datos
- BigData
- bigtop
- blogger
- C#
- Desarrollo
- DNS
- elasticsearch
- Electrónica
- EMR
- evolution
- Factura Electrónica
- fedora
- Filesystem
- firefox
- Fiscales
- Flash
- gnome
- GPS
- Hadoop
- Hands On
- Hardware
- HBase
- HDFS
- Hive
- Interfaces
- iptables
- IT Management
- jabber
- Java
- KDE
- Kernel
- KVM
- ldap
- Linux
- LVM
- mac
- MapReduce
- Migraciones
- MSSQL
- Mysql
- NFS
- NIS
- NoSQL
- Optica
- P2V
- Pascal
- PHP
- Python
- qmail
- redes
- Redes Sociales
- repositorios
- Robotica
- S3
- Scripts
- Seguridad
- Servidores
- Software Libre
- Spark
- SQL
- Tributo
- VB6
- Virtualizacion
- Windows
- wordpress
- YARN
Actualizaciones de Twitter
- Awesome article by @giorgigno and Diego Natali - Scaling Kinesis Data Streams with Application Auto Scaling #aws… twitter.com/i/web/status/1… 2 years ago
- Awesome work by Francisco O. #aws #bigdata #nosql #hbase lnkd.in/e99AyXU 2 years ago
- Have you tried TensorFlow on Amazon EMR? #AI #deeplearning #datascience #machinelearning lnkd.in/gKz73Xe 2 years ago
- Navigating the internals of Amazon #SageMaker with Paco Nathan. Excellent work @dmbanga. #machinelearning lnkd.in/g3Avg5d 2 years ago
- Wow! First Job Listing posted by Jeff Bezos 24 years ago - #programming #cpp #amazon lnkd.in/gTbm-Wq 2 years ago
Los mas leídos:
- Agregar Usuario Samba / Add Samba User
- SQL: Concatenar varios registros de una columna en una sola cadena / concatenate strings from a column into a single string
- eliminar claves del known_hosts / remove outdated ssh fingerprints keys from known_hosts
- Configuración Regional y de Idioma en SQL Server
- Instalar Sql Server Management Studio Express - Error 29506
- La Construcción De Telescopios Por el Aficionado - Ing. Scahvasse
- Reciclando Cajones de Dinero / Cash Drawer Recycling
- Buscar registros repetidos en tabla de sql server / Search for duplicate records in sql
- Prefijos de códigos EAN - GS1 por países / Barcode prefix list
- Firefox: marcadores e historial no funcionan
Licencia
hvivani's web site by Hernán Ignacio Vivani is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Based on a work at http://hvivani.com.ar.Blogroll
Archivos
- abril 2020 (2)
- febrero 2020 (2)
- enero 2020 (2)
- julio 2019 (1)
- abril 2019 (1)
- febrero 2019 (2)
- febrero 2018 (1)
- enero 2018 (1)
- diciembre 2017 (2)
- noviembre 2017 (1)
- octubre 2017 (2)
- septiembre 2017 (1)
- julio 2017 (1)
- abril 2017 (3)
- marzo 2017 (4)
- enero 2017 (3)
- diciembre 2016 (2)
- octubre 2016 (1)
- agosto 2016 (4)
- julio 2016 (3)
- junio 2016 (1)
- mayo 2016 (1)
- marzo 2016 (3)
- diciembre 2015 (2)
- noviembre 2015 (1)
- octubre 2015 (1)
- septiembre 2015 (3)
- julio 2015 (2)
- junio 2015 (3)
- mayo 2015 (3)
- marzo 2015 (1)
- febrero 2015 (3)
- enero 2015 (3)
- diciembre 2014 (8)
- noviembre 2014 (3)
- octubre 2014 (3)
- septiembre 2014 (2)
- agosto 2014 (1)
- julio 2014 (6)
- mayo 2014 (1)
- abril 2014 (1)
- marzo 2014 (1)
- febrero 2014 (2)
- enero 2014 (2)
- diciembre 2013 (1)
- noviembre 2013 (3)
- octubre 2013 (4)
- septiembre 2013 (7)
- agosto 2013 (8)
- julio 2013 (3)
- junio 2013 (2)
- mayo 2013 (8)
- abril 2013 (9)
- marzo 2013 (6)
- enero 2013 (9)
- diciembre 2012 (4)
- noviembre 2012 (2)
- octubre 2012 (6)
- septiembre 2012 (4)
- agosto 2012 (6)
- julio 2012 (14)
- junio 2012 (7)
- mayo 2012 (7)
- abril 2012 (2)
- marzo 2012 (15)
- febrero 2012 (9)
- enero 2012 (2)
- diciembre 2011 (5)
- noviembre 2011 (13)
- octubre 2011 (20)
- septiembre 2011 (11)
- julio 2011 (5)
- junio 2011 (4)
- mayo 2011 (3)
- abril 2011 (5)
- marzo 2011 (10)
- febrero 2011 (4)
- enero 2011 (2)
- diciembre 2010 (10)
- noviembre 2010 (4)
- octubre 2010 (2)
- noviembre 2009 (1)
- junio 2009 (1)
- mayo 2009 (1)
- abril 2009 (1)
- marzo 2009 (1)
- diciembre 2008 (1)
- marzo 2008 (1)
- noviembre 2007 (1)
- agosto 2007 (1)
- junio 2007 (1)
- abril 2007 (1)
- febrero 2007 (1)
- enero 2007 (1)
- octubre 2006 (2)
- septiembre 2006 (1)
- noviembre 2005 (1)
- octubre 2004 (2)
- junio 2004 (1)
- abril 2004 (1)
- abril 2003 (1)
- julio 2001 (1)
- octubre 2000 (6)
- agosto 2000 (2)
Archivo de la etiqueta: Scripts
Kill’em All!
Use it at your own discretion: for app in `yarn application -list | awk ‘$6 == “ACCEPTED” { print $1 }’` ; do yarn application -kill “$app”;done
Puppet: Syntax validation for Hiera yaml files
I need this handy: ruby -e “require ‘yaml’; YAML.load_file(‘common.yaml’)”
yarn: execute a script on all the nodes in the cluster
This is more Linux script related, but, sometimes we have a Hadoop (YARN) cluster running and we need to run a post install script or activity that executes on all the nodes in the cluster: for i in `yarn node … Seguir leyendo
get the size of an Amazon S3 bucket folder / obtener el tamaño de una carpeta en S3
aws s3 ls s3://my-bucket/folder –recursive | awk ‘BEGIN {total=0}{total+=$3}END{print total/1024/1024″ MB”}’
yarn: change configuration and restart node manager on a live cluster
This procedure is to change Yarn configuration on a live cluster, propagate the changes to all the nodes and restart Yarn node manager. Both commands are listing all the nodes on the cluster and then filtering the DNS name to … Seguir leyendo
script: verifica temperatura en discos / check hard disk temperature
Script para verificar la temperatura de los discos. De consulta frecuente para los servidores físicos. Puede modificarse facilmente para enviar un mail de alarma. #!/bin/sh #hvivani. 20131128 #Verifica temperatura en discos de servidor. #Lista todos los dispositivos /dev/sd* #Requiere instalado … Seguir leyendo
script: copia remota de respaldos
Script para copia remota de respaldos o backups, con búsqueda filtrada por antiguedad. #!/bin/sh #hvivani. 20130327 #copia archivos de respaldo a servidor remoto. for f in `find /backup/db/ -mtime -3 -name ‘*’` do scp $f hvivani@backup.hvivani.com:/backup/db/ done Previamente debemos generar … Seguir leyendo
Script: Grabar Back Ups en DVD’s
#!/bin/bash #20130328. hvivani. graba backups en DVD. #Genera una imagen .iso con los archivos que coloquemos en ./grabar/ #Abre la grabadora, solicita el disco y graba el iso cd /backup/userdata/ echo echo Generando imagen a grabar del contenido del … Seguir leyendo
Script: Añadir prefijo o sufijo a cada linea de archivo / Add prefix or postfix to each line of a file
Supongamos que tenemos un archivo de texto kk.txt con las siguientes lineas: linea1 linea2 linea3 y queremos agregarle un prefijo a cada línea de ese archivo. Opción 1: con sed [hvivani@test ~]$ sed -e ‘s/^/prefix/’ kk.txt prefixlinea1 prefixlinea2 prefixlinea3 Opción … Seguir leyendo
Uso de disco de usuarios por consola
Este es un simple script para obtener el uso de disco de los usuarios de nuestro servidor linux. Se basa en la utilización del comando du. Puede ser muy util cuando trabajamos con home’s centralizados. #!/bin/sh #hvivani. 20120828 #imprime totales … Seguir leyendo