Pietnaste_21

 0    21 flashcards    michalesq
In chơi tự kiểm tra
 
câu hỏi - câu trả lời -
How to run kickstart?
bắt đầu học
system-config-kickstart
What should Admin install to enable virtualization?
bắt đầu học
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ắt đầu học
systemctl enable libvirtd // systemctl start libvirtd
How to launch console for VMs administration?
bắt đầu học
virsh
Configure autostart for VMs
bắt đầu học
1) virsh 2) list --all 3) autostart vm-name
How to display time and date with timedatectl?
bắt đầu học
timedatectl
How to set time-zone with timedatectl?
bắt đầu học
timedatectl set-timezone
How to set time with timedatectl?
bắt đầu học
timedatectl set-time
look for packages in system which needs or have packages available for use
bắt đầu học
yum check-update
Command to update entire system automatically ---- DANGEROUS!!!
bắt đầu học
yum update -y
search for package and expression
bắt đầu học
yum search appache
Info about httpd package
bắt đầu học
yum info httpd
Display all installed packages
bắt đầu học
yum list installed
Shows content of /var/www
bắt đầu học
yum whatprovides /var/www
Updating httpd package
bắt đầu học
yum update httpd
List all packages availabe in our repo
bắt đầu học
yum list all
cleanout caching temp files associated with yum
bắt đầu học
yum clean all
How to download the. rpm?
bắt đầu học
yumdownloader <package>
List all files for the package
bắt đầu học
rpm -ql <package>
Query for all docs of a package?
bắt đầu học
rpm -qd <package>
Unistall package
bắt đầu học
rpm -e nano

Bạn phải đăng nhập để đăng bình luận.