Pietnaste_21

 0    21 fiche    michalesq
Imprimir jogar verifique-se
 
questão - resposta -
How to run kickstart?
começar a aprender
system-config-kickstart
What should Admin install to enable virtualization?
começar a aprender
yum install virt-manager qemu-kvm qemu-img /// yum install libvirt libvirt-python python-virtinst libvirt-client
What service needs to be started and enabled to lanuch VM Manager?
começar a aprender
systemctl enable libvirtd // systemctl start libvirtd
How to launch console for VMs administration?
começar a aprender
virsh
Configure autostart for VMs
começar a aprender
1) virsh 2) list --all 3) autostart vm-name
How to display time and date with timedatectl?
começar a aprender
timedatectl
How to set time-zone with timedatectl?
começar a aprender
timedatectl set-timezone
How to set time with timedatectl?
começar a aprender
timedatectl set-time
look for packages in system which needs or have packages available for use
começar a aprender
yum check-update
Command to update entire system automatically ---- DANGEROUS!!!
começar a aprender
yum update -y
search for package and expression
começar a aprender
yum search appache
Info about httpd package
começar a aprender
yum info httpd
Display all installed packages
começar a aprender
yum list installed
Shows content of /var/www
começar a aprender
yum whatprovides /var/www
Updating httpd package
começar a aprender
yum update httpd
List all packages availabe in our repo
começar a aprender
yum list all
cleanout caching temp files associated with yum
começar a aprender
yum clean all
How to download the. rpm?
começar a aprender
yumdownloader <package>
List all files for the package
começar a aprender
rpm -ql <package>
Query for all docs of a package?
começar a aprender
rpm -qd <package>
Unistall package
começar a aprender
rpm -e nano

Você deve entrar para postar um comentário.