Pietnaste_21

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

您必须登录才能发表评论。