Pietnaste_21

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

You must sign in to write a comment