Webmin es un sistema de administración vía web (remota) de los servicios de nuestros servidores.
Vamos a instalar Webmin en un servidor LAMP montado sobre Debian Etch.
Os dejo una ficha por si quereis profundizar con Webmin:
Origen
http://www.webmin.com/
Repositorio
http://www.webmin.com/download.html
Paquete
webmin_1.360_all.deb
Documentación (Inglés)
Instalación: http://www.webmin.com/deb.html
Instalación en Apache: http://www.webmin.com/apache.html
Doc: http://www.webmin.com/docs.html
Antes de la instalación solucionamos dependencias previas. Debeis instalar los siguientes paquetes si no los teneis instalados:
elite:~# apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
perl ya está en su versión más reciente.
openssl ya está en su versión más reciente.
libpam-runtime ya está en su versión más reciente.
Se instalarán los siguientes paquetes NUEVOS:
libauthen-pam-perl libio-pty-perl libmd5-perl libnet-ssleay-perl
0 actualizados, 4 se instalarán, 0 para eliminar y 1 no actualizados.
Necesito descargar 273kB de archivos.
Se utilizarán 1221kB de espacio de disco adicional después de desempaquetar.
Copiamos el .deb e instalamos:
elite:~# dpkg --install webmin_1.360_all.deb
Seleccionando el paquete webmin previamente no seleccionado.
(Leyendo la base de datos ...
23140 ficheros y directorios instalados actualmente.)
Desempaquetando webmin (de webmin_1.360_all.deb) ...
Configurando webmin (1.360) ...
Webmin install complete. You can now login to https://elite:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.
Cosas que ha hecho el instalador:
Valida directamente del sistema: ha instalado PAM; /etc/pam.d/webmin
Instala todo el contenido en /usr/share/webmin/
Hace que el sistema responda a la dirección: https://tuservidor.com:10000/. Con un miniservidor web propio:
elite:~# apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
perl ya está en su versión más reciente.
openssl ya está en su versión más reciente.
libpam-runtime ya está en su versión más reciente.
Se instalarán los siguientes paquetes NUEVOS:
libauthen-pam-perl libio-pty-perl libmd5-perl libnet-ssleay-perl
0 actualizados, 4 se instalarán, 0 para eliminar y 1 no actualizados.
Necesito descargar 273kB de archivos.
Se utilizarán 1221kB de espacio de disco adicional después de desempaquetar.
After, copy the .deb package and install with the following sentence:
elite:~# dpkg --install webmin_1.360_all.deb
Seleccionando el paquete webmin previamente no seleccionado.
(Leyendo la base de datos ...
23140 ficheros y directorios instalados actualmente.)
Desempaquetando webmin (de webmin_1.360_all.deb) ...
Configurando webmin (1.360) ...
Webmin install complete. You can now login to https://elite:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.
Things made by the installer:
Login directly from the system: it has installed PAM; /etc/pam.d/webmin
Install all content in /usr/share/webmin/
Makes the system respond to the URL: https://your server.com:10000/. Webmin implements a own server:
We are going to start a series of posts about Web-Designing of motion objects with Flash tool.
Although this is proprietary, Macromedia (bought by Adobe on december 2005) always have made quality tools in Web Development area. Adobe is making a good continuity.
Personalize the framework
First of all we show you the framework aspect:
image001.png92.9 KB
We can personalize the framework placing tool bars up-down-right-left sides. Tool bars are selected in Windows menu. Then you can personalize all your framework. To group in the same window various tabs:
image005.png1.31 KB
We can do the following steps:
Right button over the header of the window --> "Group window with...".
Some useful hotkeys in the frame:
Space: Hand to move the canvas
ctrl.+space: magnify +
ctrl.+space+alt: away -
We can see the scene properties over the canvas pushing the right button mouse:
image003.png5.62 KB
Here we can see two important values as dimensions of the viewing part and speed (fps, frames per second).
Colour
The tool bar from other image edit applications, wich contains pencil, pen, selectopr, cutting, .... We can ephasize:
Flash figures are composed by line and filling, and you can select the colour in its sub-menu.
Pushing Mayus fix the oval form to circle.
One clic over the figure select line or filling. Double clic selects all.
image007.png4.18 KB
We can see various examples line-filling in the following flash (source):
To degrade the colour we can use the Color tool, wich allows more capabilities with the colour:image009.png19.2 KBWe can get this window in the menu: Windows --> Color mixer.We can see a degrade exple in the following file (download source):
Generating the binaries
For a quickly show, the hotkey: ctrl.+intro. Creates the .swf extension file, and execute it.
Or manage all proccess from File menu, you can manage generated files. You can generate HTM code to insert in a web page.