Pietnaste_21

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

Du måste vara inloggad för att skriva en kommentar.