Archivo por meses: febrero 2008

Installing Xen On CentOS 5.0 (i386)

http://www.howtoforge.com/centos_5.0_xen xm list virt-install xm console vm01 after the installation, we stay at the vm01 console. To leave it, type CTRL+] if you are at the console, or CTRL+5 if you’re using PuTTY. You will then be back at the dom0 console. xm shutdown vm01 To start vm01 again, run:xm create /etc/xen/vm01 Autostart Virtual Machine:ln… Leer más »

epel x86_64 repository

su -c ‘rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-2.noarch.rpm’ yum -y install foo http://fedoraproject.org/wiki/EPEL/ http://download.fedora.redhat.com/pub/epel/5/x86_64/repoview/

Choose the Best VPS Hosting Platform for Your Needs OpenVZ vs Xen

OpenVZ VPS We recommend OpenVZ VPS hosting for the speed and stability it consistently provides. The OpenVZ platform is the logical choice for most virtual private server hosting needs. OpenVZ uses fewer resources than Xen, and its interface limitations are not especially relevant to the vast majority of virtual private server administrators. Xen VPS hosting… Leer más »

How To Run vmware-console Remotely With Apple’s X11 –

Created on Apr 10, 2007, 23:25 by Rui Carmo, not updated since. Update: Mark Wilson has gone through this with a more recent version of VMware, and his article is likely to be more useful.Regarding this piece, thanks to Chris Dagdigian for pointing out the need for trusted Xforwarding. One of the biggest issues with managing VMware Server for me has always… Leer más »

Recover Root Passwd Centos

1. the first step is to reboot server.2. Since the server i inherit has GRUB, wait until the grub splash screen comes on and hit the letter ‘e’ on your keyboard. this will stop grub.3. hit ‘e’ again and this will take you to another screen4. you should see one of the choices has «kernel»… Leer más »

OpenVPN Centos

http://www.ecualug.org/?q=2007/02/06/comos/centos/c_mo_instalar_y_configurar_openvpn EPEL repository yum install openvpn Aunque OpenVPN es muy sencillo de configurar e instalar, podemos dividir su forma de trabajo en 3 tipos: 1. Host a Host: Es el método más simple, nos permite encriptar la comunicación entre dos PC las cuales deberán solamente tener conexión; es decir: ambas PC deben poderse enviar paquetes… Leer más »

Bacula Install

Si tenemos nuestra base de datos lista ya podemos instalar en la máquina que realizará los backups los siguientes paquetes: bacula director – bacula storage daemon – bacula file daemon (bacula-client) – bacula console (para administracion, pero esto tambien se puede hacer remotamente) Maquina para respaldar MySQL en localhost ( Server 1 ) # yum… Leer más »

Bacula Centos 5.1 ¿Qué es bacula ?

EPEL 5 Repository Requerido http://crysol.inf-cr.uclm.es/node/400 Bacula es un programa para hacer copias de seguridad de una máquina… pues no del todo: bacula es una colección de demonios que cooperan entre sí para realizar copias de respaldo de los archivos necesarios, sean de la máquina que sea. Para interactuar con bacula se necesita un elemento más:… Leer más »