::DumpingCode
Just a place where to dump some code to the community.
jueves, 19 de agosto de 2010
copy files to another machine using tar
tar cf - * | ssh user@host "(cd /destination_dir; tar xf -)"
miércoles, 18 de agosto de 2010
Mostrando nulo cuadn NULL en postgres
\pset null nulo
viernes, 13 de agosto de 2010
PostgreSQL Tunning Link
http://www.postgresql.org/files/documentation/books/aw_pgsql/hw_performance/0.html
Creando un RAM Disk
mount -o size=5G -t tmpfs tmpfs /mnt/ramdb
Entradas más recientes
Entradas antiguas
Inicio
Suscribirse a:
Entradas (Atom)