montando isos de SuSE en SuSE

Por la fasinacion de instalar SuSE 10.1 en casa, Hoy me dormi, cerca de las 2:00AM, y en la mañana para despertar e ir al trabajo me costo un buen, total que olvide los CD's en casa :(

Ahora, despues de configurar el iSeriesAccess de IBM para poder conectarme al AS400 del Trabajo, configurar el driver para unixODBC, instalar PyODB, la interfaz entre python y unixODBC, y por ultimo configurar el default-server.conf agregando lo siguiente


# UserDir: The name of the directory that is appended onto a user's home
# directory if a ~user request is received.
#
# To disable it, simply remove userdir from the list of modules in APACHE_MODULES
# in /etc/sysconfig/apache2.
#
<ifmodule c="">
# Note that the name of the user directory ("public_html") cannot simply be
# changed here, since it is a compile time setting. The apache package
# would have to be rebuilt. You could work around by deleting
# /usr/sbin/suexec, but then all scripts from the directories would be
# executed with the UID of the webserver.
UserDir public_html
# The actual configuration of the directory is in
# /etc/apache2/mod_userdir.conf.
Include /etc/apache2/mod_userdir.conf
</ifmodule>

# Python module foy apache
# by heatseeker
<directory /srv/www/htdocs/ifm>
       AddHandler mod_python .psp
       PythonHandler mod_python.psp
       PythonDebug On
</directory>



y para colmo se me olvidaron los CD's en casa y aun faltaba agregar todo php5, pues elimino php4, pues a montar los isos


darkside:~ # mount -t iso9660 -o ro,loop=/dev/loop0 /home/persa/download/SUSE-Linux-10.1-GM-i386-CD5.iso /mnt/

Comentarios