public marks

PUBLIC MARKS from tadeufilippini with tags redhat & manager

November 2008

Virtual Machine Manager: Screenshots

Screenshots This page shows screenshots of various aspects of the management UI, relevant as of version virt-manager 0.5.4 There are separate pages showing screenshots for the different wizards: * Guest Creation Wizard * Virtual Network Wizard * Add Hardware Wizard

Virtual Machine Manager

About VMM's supporting tools The "Virtual Machine Manager" application (virt-manager for short package name) is a desktop user interface for managing virtual machines. It presents a summary view of running domains, their live performance & resource utilization statistics. The detailed view graphs performance & utilization over time. Wizards enable the creation of new domains, and configuration & adjustment of a domain's resource allocation & virtual hardware. An embedded VNC client viewer presents a full graphical console to the guest domain. About VMM's supporting tools The "Virt Install" tool (virt-install for short command name, virtinst for package name) is a command line tool which provides an easy way to provision operating systems into virtual machines. It also provides an API to the virt-manager application for its graphical VM creation wizard. The "Virt Clone" tool (virt-clone for short command name, virtinst for package name) is a command line tool for cloning existing inactive guests. It copies the disk images, and defines a config with new name, UUID and MAC address pointing to the copied disks. The "Virt Image" tool (virt-image for short command name, virtinst for package name) is a command line tool for installing guest operating systems based on a pre-defined master image. The image provides metadata describing the requirements of the operating system, minimal resource allocations, and pre-installed disk. The "Virtual Machine Viewer" application (virt-viewer for short package name) is a lightweight interface for interacting with the graphical display of virtualized guest OS. It uses GTK-VNC as its display capability, and libvirt to lookup the VNC server details associated with the guest. It is intended as a replacement for the traditional vncviewer client, since the latter does not support SSL/TLS encryption of x509 certificate authentication.

October 2007

o kurumin é rpm? parte3

eu aqui com o kurumin 13- Tem como instalar pacotes RPM no Kurumin? O Debian possui um utilitário chamado alien que transforma pacotes .rpm e .tgz (do Slackware) em pacotes .deb que podem ser instalados no Kurumin. Para usa-lo você precisa antes de mais nada estar com o Kurumin instalado no HD. Abra o Root Shell e use o comando: # apt-get install alien (para instalar o alien, para usar o pat-get você precisa estar conectado) Para converter o pacote basta digitar "alien nome_do_pacote", como em: # alien sodipodi-0.30.1-2mdk.i586.rpm Ele gerará um pacote .deb com o mesmo nome, que pode ser instalado através do comando: # dpkg -i nome_do_pacotepacote.deb Lembre-se que os pacotes RPM são compilados para distribuições específicas (Mandrake, Red Hat, Conectiva, etc.). Nem todos vão funcionar no Kurumin (assim como um RPM do Red Hat nem sempre funciona no Mandrake ou no Conectiva). Alguns podem reclamar de falta de dependências, etc. O mais prático é procurar um pacote .deb para o programa que você quer instalar. Existem mais de 16.000 pacotes .deb oficiais e mais algumas dezenas de milhares de pacotes .deb não oficiais espalhados pela Web. Uma buca no google geralmente resolve o problema. Você pode encontrar vários repositórios com pacotes não oficiais no http://www.apt-get.org. Clique no "view a full list of sites" ou faça uma procura pelo programa desejado. Para adicionar um destes repositórios na configuração do apt-get, para que você possa instalar os pacotes disponíveis neles com um "apt-get install kismet" por exemplo, você deve editar o arquivo /etc/apt/sources.list: kedit /etc/apt/sources.list Para cada site listado no http://www.apt-get.org, você verá uma entrada como esta, depois da listagem dos arquivos disponíveis: deb http://marillat.free.fr/ unstable main Basta dicionar a entrada como uma nova linha no arquivo kedit /etc/apt/sources.list, salvar o arquivo e rodar o apt-get update para que ele se atualize adicionando a nova fonte.

o kurumin é rpm?

OBS: Os pacotes são de extensão rpm (RedHat Package Manager) e não servem para o Kurumin! Então deveremos convertê-los para .deb, pois na maioria das vezes são compatíveis com o Kurumin. Instalar o alien, que converte os pacotes .rpm para .deb, com o comando: # sudo apt-get install alien Agora transformaremos os arquivos rpm em deb, digitando na pasta onde salvou os 3 pacotes os seguintes comandos: # alien fpc* # alien laz* Teremos 3 pacotes deb. eu aqui com o kurumin

September 2007

tadeufilippini - rpm.org Wiki

tadeufilippini This page does not exist yet. You can create a new empty page, or use one of the page templates. Before creating the page, please check if a similar page already exists.

rpm.org - The RPM Package Manager

RPM is a core component of many Linux distributions, such as Red Hat Enterprise Linux, the Fedora Project, SUSE Linux Enterprise, openSUSE, CentOS, Mandriva Linux, and many others. It is also used on many other operating systems as well, and the RPM format is part of the Linux Standard Base.