Monthly Archives: December 2009

Parallels Bare Metal

Se ha hecho esperar pero por fin conseguimos el visto bueno de David Toribio para implementar Bare Metal en la infraestructura de ITnet. Parallels utiliza la tecnología de virtualización de Intel Core, que permite a la máquina virtual acceso directo al procesador del anfitrión. Bare Metal es otro producto de Parallels, ideado para seguir ofreciendo […]

OpenVZ – cambiar timezone

http://wiki.openvz.org/Timezone During the distribution (redhat/centos) installer, you choose the timezone for your HN. The container template has its own preconfigured timezone. So, it is very possible for the zones to differ. #! /bin/bash for f in $(ls /vz/private) do vzctl exec $f rm -f /etc/localtime 2>/dev/null vzctl exec $f ln -s /usr/share/zoneinfo/Europe/Madrid /etc/localtime done Y […]