Pietnaste_21

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

Sie müssen eingeloggt sein, um einen Kommentar zu schreiben.