The Apache HTTP Server is powerful open-source HTTP server for modern operating systems including UNIX and Windows. The Apache HTTP Server (“httpd”) was launched in 1995. The Apache HTTP Server is a project of The Apache Software Foundation. Below are Read More …
Month: January 2022
Xen Server – Adding ISO Repository
After initial installation of Citrix Xen Server, you are supposed to add ISO repository for installation of VM. Below are the steps to do so. # mkdir /home/iso # xe sr-create name-label=ISO-Repo type=iso device-config:location=/home/iso device-config:legacy_mode=true content-type=iso After putting this commands Read More …
HowTo check which Hypervisor is used in Linux VM?
If you are using CentOS Linux then install following software and run the next command. # yum install virt-what -y after this installation run # virt-what