Pietnaste_21

 0    21 tarjetas    michalesq
imprimir jugar test de práctica
 
término - definición -
How to run kickstart?
empezar lección
system-config-kickstart
What should Admin install to enable virtualization?
empezar lección
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?
empezar lección
systemctl enable libvirtd // systemctl start libvirtd
How to launch console for VMs administration?
empezar lección
virsh
Configure autostart for VMs
empezar lección
1) virsh 2) list --all 3) autostart vm-name
How to display time and date with timedatectl?
empezar lección
timedatectl
How to set time-zone with timedatectl?
empezar lección
timedatectl set-timezone
How to set time with timedatectl?
empezar lección
timedatectl set-time
look for packages in system which needs or have packages available for use
empezar lección
yum check-update
Command to update entire system automatically ---- DANGEROUS!!!
empezar lección
yum update -y
search for package and expression
empezar lección
yum search appache
Info about httpd package
empezar lección
yum info httpd
Display all installed packages
empezar lección
yum list installed
Shows content of /var/www
empezar lección
yum whatprovides /var/www
Updating httpd package
empezar lección
yum update httpd
List all packages availabe in our repo
empezar lección
yum list all
cleanout caching temp files associated with yum
empezar lección
yum clean all
How to download the. rpm?
empezar lección
yumdownloader <package>
List all files for the package
empezar lección
rpm -ql <package>
Query for all docs of a package?
empezar lección
rpm -qd <package>
Unistall package
empezar lección
rpm -e nano

Debes iniciar sesión para poder comentar.