<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HiperGalaxia &#187; Tesis-UAM</title>
	<atom:link href="http://www.hipergalaxia.org/blog/tag/tesis-uam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hipergalaxia.org/blog</link>
	<description>El conocimiento, la frontera final.</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:23:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Instalar ubuntu64-general basado en Ubuntu Server 9.10 64 bits en KVM</title>
		<link>http://blog.jorgeivanmeza.com/2010/02/instalar-ubuntu64-general-basado-en-ubuntu-server-9-10-64-bits-en-kvm/</link>
		<comments>http://blog.jorgeivanmeza.com/2010/02/instalar-ubuntu64-general-basado-en-ubuntu-server-9-10-64-bits-en-kvm/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 01:28:23 +0000</pubDate>
		<dc:creator>jimezam</dc:creator>
				<category><![CDATA[Sindicados]]></category>
		<category><![CDATA[Hipergalaxia]]></category>
		<category><![CDATA[IceWM]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux/Solaris/BSD]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tesis-UAM]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.jorgeivanmeza.com/?p=2384</guid>
		<description><![CDATA[Introducción.
De manera análoga a como se realizó anteriormente la instalación de una imagen con CentOS (para Scientific Linux se igual procedimiento) procedimos a crear una máquina virtual KVM con una instalación genérica de Ubuntu Server 9.10 para futuras experimentaciones con un plan de trabajo ligeramente modificado.

Actualización de paquetes.
Instalar ACPID.
Instalación del JDK de Java.
Instalación del ambiente [...]]]></description>
			<content:encoded><![CDATA[<h2>Introducción.</h2>
<p>De manera análoga a como se realizó anteriormente la <a href="http://blog.jorgeivanmeza.com/2010/02/instalar-centos64-general-basado-en-centos-5-4-64-bits-en-kvm/" >instalación de una imagen con CentOS</a> (para Scientific Linux se igual procedimiento) procedimos a crear una máquina virtual KVM con una instalación genérica de Ubuntu Server 9.10 para futuras experimentaciones con un plan de trabajo ligeramente modificado.</p>
<ol>
<li>Actualización de paquetes.</li>
<li>Instalar ACPID.</li>
<li>Instalación del JDK de Java.</li>
<li>Instalación del ambiente de desarrollo C/C++.</li>
<li><strong>Instalación del servidor X y IceWM como administrador de ventanas.</strong></li>
<li>Depurar el software instalado.</li>
</ol>
<h2>Creación de la máquina virtual para la instalación del sistema  operativo.</h2>
<p><span style="font-family: courier new,courier;">$ virt-install \<br />
&#8211;connect qemu:///system \<br />
-n <strong>ubuntuserver-9.10_x64-general</strong> \<br />
-r <strong>384</strong> \<br />
&#8211;os-type <strong>linux</strong> \<br />
&#8211;os-variant <strong>generic26</strong> \<br />
&#8211;hvm \<br />
&#8211;cdrom <strong>/u/isos/ubuntu-9.10-server-amd64.iso</strong> \<br />
&#8211;network <strong>bridge:br0</strong> \<br />
&#8211;disk path=<strong>/u/vms/ubuntuserver-9.10_x64-general.img,size=7</strong> \<br />
&#8211;vnc &#8211;noautoconsole \<br />
&#8211;accelerate</span></p>
<h2>Conexión remota a la KVM para el proceso de instalación y  administración.</h2>
<p><span style="font-family: courier new,courier;">$  /usr/bin/virt-viewer -c qemu+ssh://<strong>ivy</strong>/system <strong>ubuntuserver-9.10_x64-general</strong></span><strong></strong></p>
<h2>Actualización de paquetes.</h2>
<p><span style="font-family: courier new,courier;">$ sudo aptitude update</span></p>
<p><span style="font-family: courier new,courier;">$ sudo aptitude safe-upgrade</span></p>
<h2>Instalación de ACPID.</h2>
<p><span style="font-family: courier new,courier;">$ sudo aptitude install acpid</span></p>
<h2>Instalación del JDK de Java.</h2>
<p><span style="font-family: courier new,courier;">$ sudo aptitude install sun-java6-bin sun-java6-fonts sun-java6-jdk sun-java6-jre sun-java6-plugin</span></p>
<h2>Instalación del ambiente de desarrollo C/C++.</h2>
<p><span style="font-family: courier new,courier;">$ sudo aptitude install build-essential</span></p>
<h2>Instalación del servidor X y IceWM como administrador de ventanas.</h2>
<p><span style="font-family: courier new,courier;">$ sudo aptitude install xorg icewm icewm-themes </span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorgeivanmeza.com/2010/02/instalar-ubuntu64-general-basado-en-ubuntu-server-9-10-64-bits-en-kvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar centos64-general basado en CentOS 5.4 64 bits en KVM</title>
		<link>http://blog.jorgeivanmeza.com/2010/02/instalar-centos64-general-basado-en-centos-5-4-64-bits-en-kvm/</link>
		<comments>http://blog.jorgeivanmeza.com/2010/02/instalar-centos64-general-basado-en-centos-5-4-64-bits-en-kvm/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 21:27:28 +0000</pubDate>
		<dc:creator>jimezam</dc:creator>
				<category><![CDATA[Sindicados]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Hipergalaxia]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux/Solaris/BSD]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[Tesis-UAM]]></category>

		<guid isPermaLink="false">http://blog.jorgeivanmeza.com/?p=2376</guid>
		<description><![CDATA[Introducción.
El fin del presente artículo es el de preparar una imagen básica del sistema operativo, en este caso CentOS 5.4 de 64 bits, para futuros usos en experimentos y pruebas.  La infraestructura de virtualización que utilizo para implementarla es KVM.
En términos generales estos son las adecuaciones que tendrá está imagen básica.

Actualización de paquetes.
Instalar ACPID.
Permitir la [...]]]></description>
			<content:encoded><![CDATA[<h2>Introducción.</h2>
<p>El fin del presente artículo es el de preparar una imagen básica del sistema operativo, en este caso CentOS 5.4 de 64 bits, para futuros usos en experimentos y pruebas.  La infraestructura de virtualización que utilizo para implementarla es KVM.</p>
<p>En términos generales estos son las adecuaciones que tendrá está imagen básica.</p>
<ol>
<li>Actualización de paquetes.</li>
<li>Instalar ACPID.</li>
<li>Permitir la ejecución de <span style="font-family: courier new,courier;">sudo</span> para el usuario <span style="font-family: courier new,courier;">jimezam</span>.</li>
<li>Bloquear la contraseña del usuario <span style="font-family: courier new,courier;">root</span>.</li>
<li>Instalación del JDK de Java.</li>
<li>Instalación del ambiente de desarrollo C/C++.</li>
<li>Depurar el software instalado.</li>
</ol>
<h2>Creación de la máquina virtual para la instalación del sistema operativo.</h2>
<p><span style="font-family: courier new,courier;">$ virt-install \<br />
&#8211;connect qemu:///system \<br />
-n </span><span style="font-family: courier new,courier;"><strong>c</strong><strong>entos-5.4_x64-general</strong></span><span style="font-family: courier new,courier;"> \<br />
-r <strong>384</strong> \<br />
&#8211;os-type <strong>linux</strong> \<br />
&#8211;os-variant <strong>generic26</strong> \<br />
&#8211;hvm \<br />
&#8211;cdrom <strong>/u/isos/CentOS-5.4-x86_64-bin-DVD.iso</strong> \<br />
&#8211;network <strong>bridge:br0</strong> \<br />
&#8211;disk path=<strong>/u/vms/</strong></span><span style="font-family: courier new,courier;"><strong>c</strong><strong>entos-5.4_x64-general</strong></span><span style="font-family: courier new,courier;"><strong>.img,size=7</strong> \<br />
&#8211;vnc &#8211;noautoconsole \<br />
&#8211;accelerate</span></p>
<h2>Conexión remota a la KVM para el proceso de instalación y administración.</h2>
<p><span style="font-family: courier new,courier;">$ /usr/bin/virt-viewer -c qemu+ssh://<strong>ivy</strong>/system </span><span style="font-family: courier new,courier;"><strong>c</strong><strong>entos-5.4_x64-general</strong></span></p>
<h2>Actualización de paquetes.</h2>
<p><span style="font-family: courier new,courier;"># yum check-update</span></p>
<p><span style="font-family: courier new,courier;"># yum update</span></p>
<h2>Instalación de ACPID.</h2>
<p><span style="font-family: courier new,courier;"># yum install acpid</span></p>
<h2>Activar el acceso a <span style="font-family: courier new,courier;">sudo</span> para <span style="font-family: courier new,courier;">wheel</span>.</h2>
<p><span style="font-family: courier new,courier;"># visudo</span></p>
<p style="padding-left: 30px;"><span style="font-family: courier new,courier;">%wheel     ALL=(ALL)    ALL</span></p>
<p><span style="font-family: courier new,courier;"># usermod -G wheel jimezam</span></p>
<h2>Bloquear la contraseña del usuario <span style="font-family: courier new,courier;">root</span>.</h2>
<p><span style="font-family: courier new,courier;"># passwd -l root</span></p>
<h2>Instalación del JDK de Java.</h2>
<p><span style="font-family: courier new,courier;"># yum install java-1.6.0-openjdk java-1.6.0-openjdk-devel</span></p>
<h2>Instalación del ambiente de desarrollo C/C++.</h2>
<p><span style="font-family: courier new,courier;"># yum install gcc gcc-c++ autoconf automake </span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorgeivanmeza.com/2010/02/instalar-centos64-general-basado-en-centos-5-4-64-bits-en-kvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Construir Condor 7.4.1 desde fuentes en Linux CentOS 5.4</title>
		<link>http://blog.jorgeivanmeza.com/2010/02/construir-condor-7-4-1-desde-fuentes-en-linux-centos-5-4/</link>
		<comments>http://blog.jorgeivanmeza.com/2010/02/construir-condor-7-4-1-desde-fuentes-en-linux-centos-5-4/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 01:30:45 +0000</pubDate>
		<dc:creator>jimezam</dc:creator>
				<category><![CDATA[Sindicados]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[Condor]]></category>
		<category><![CDATA[Hipergalaxia]]></category>
		<category><![CDATA[Linux/Solaris/BSD]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tesis-UAM]]></category>

		<guid isPermaLink="false">http://blog.jorgeivanmeza.com/?p=2366</guid>
		<description><![CDATA[Procedimiento.
Instalar el ambiente de desarrollo y los paquetes requeridos.
# yum install gcc gcc-c++ autoconf automake byacc ncurses-devel libtool flex bison bison-devel openssl-devel libX11-devel
Descargar las fuentes de Condor.
Acceder al sitio Current Stable Release: Condor 7.4.1 en http://www.cs.wisc.edu/condor/downloads-v2/download.pl y descargar el paquete Condor Source: condor_src-7.4.1-all-all.tar.gz.
Descomprimir las fuentes.
# tar zxvf condor_src-7.4.1-all-all.tar.gz
# cd condor-7.4.1/src
Construír el proyecto.
# ./build_init
# ./configure
# ./make
Generar [...]]]></description>
			<content:encoded><![CDATA[<h2>Procedimiento.</h2>
<h3>Instalar el ambiente de desarrollo y los paquetes requeridos.</h3>
<p><span style="font-family: courier new,courier;"># yum install gcc gcc-c++ autoconf automake byacc ncurses-devel libtool flex bison bison-devel openssl-devel libX11-devel</span></p>
<h3>Descargar las fuentes de Condor.</h3>
<p>Acceder al sitio <strong>Current Stable Release: Condor 7.4.1</strong> en <a href="http://www.cs.wisc.edu/condor/downloads-v2/download.pl" >http://www.cs.wisc.edu/condor/downloads-v2/download.pl</a> y descargar el paquete <strong>Condor Source</strong>: <span style="font-family: courier new,courier;">condor_src-7.4.1-all-all.tar.gz</span>.</p>
<h3>Descomprimir las fuentes.</h3>
<p><span style="font-family: courier new,courier;"># tar zxvf condor_src-7.4.1-all-all.tar.gz</span></p>
<p><span style="font-family: courier new,courier;"># cd condor-7.4.1/src</span></p>
<h3>Construír el proyecto.</h3>
<p><span style="font-family: courier new,courier;"># ./build_init</span></p>
<p><span style="font-family: courier new,courier;"># ./configure</span></p>
<p><span style="font-family: courier new,courier;"># ./make</span></p>
<h3>Generar el directorio con la distribución.</h3>
<p>Si desea generar binarios enlazados dinámicamente con información de depuración ejecute el siguiente comando.</p>
<p><span style="font-family: courier new,courier;"># ./make release</span></p>
<p>Si por el contrario, desea generar binarios enlazados dinámica y estáticamente SIN información de depuración, ejecute el siguiente comando.</p>
<p><span style="font-family: courier new,courier;"># ./make public</span></p>
<p>La distribución de Condor recién construída se ubicará bajo el directorio <span style="font-family: courier new,courier;">src/release_dir</span>.</p>
<h2>Enlaces.</h2>
<ul>
<li>Página web del proyecto Condor.<br />
<a href="http://www.cs.wisc.edu/condor/" > http://www.cs.wisc.edu/condor/</a></li>
<li>Descargar Condor.<br />
<a href="http://www.cs.wisc.edu/condor/downloads-v2/download.pl" > http://www.cs.wisc.edu/condor/downloads-v2/download.pl</a></li>
<li>Repositorio de manuales.<br />
<a href="http://www.cs.wisc.edu/condor/manual/index.html" > http://www.cs.wisc.edu/condor/manual/index.html</a></li>
<li>Manual &#8211; capítulo de instalación.<br />
<a href="http://www.cs.wisc.edu/condor/manual/v7.4/3_2Installation.html" > http://www.cs.wisc.edu/condor/manual/v7.4/3_2Installation.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorgeivanmeza.com/2010/02/construir-condor-7-4-1-desde-fuentes-en-linux-centos-5-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

