Pietnaste_21

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

Vous devez vous connecter pour poster un commentaire.