Tag: cpanel

Install Clamav on CentOS 7

Install EPEL repo first Clamav is available on EPEL repo. Please install EPEL first then, run the following command: [code]yum install clamav-server clamav-data clamav-update clamav-filesystem clamav clamav-scanner-systemd clamav-devel clamav-lib clamav-server-systemd[/code] Remove “Example”…

VirtualBox Commands

How to show the VirtualBox VM information.           [code]root@server[#] VBoxManage showvminfo <vmname>[/code] How to show the VM Harddrive info. [code] root@server[#] VBoxManage showhdinfo <filename>[/code] How to…