If you are unable to move mouse curser on full screen in your VirtualBox vm, this is the correct article to fix this issue. To fix this issue we need to install gcc, make, perl, kernel-devel and elfutils-libelf-devel packages and after that guest addition has to be installed. I am considering that yum is configured on your system. So lets start with installation of packages. Step1: - Install mentioned packages using dnf/yum [root@localhost ~]# yum install gcc make perl -y [root@localhost ~]# yum install kernel-devel -y [root@localhost ~]# yum install elfutils-libelf-devel -y Step2: - Insert Guest Additions CD image... Step3: - Check if Guest Additions mounted [root@localhost ~]# df -hT |grep VBox /dev/sr0 iso9660 58M 58M 0 100% /run/media/root/VBox_GAs_6.1.12 [root@localhost ~]# cd /run/media/root/VBox_GAs_6.1.12 [root@localhost VBox_GAs_6.1.12]# ll V...
Hello! Welcome to my Technical blog. My Name is Rakesh Kumar and I’ve more than 7 years of experience in Linux and Open Source technologies. If you are looking for technical information about Linux(Server Hardening, Diagnostics & Troubleshooting etc), Ansible, OpenStack Cloud Solution, Containers(K8s/OCP), DevOps, Machine Learning and Nagios Event Monitoring tool.... you have come to the right place. "I believe Learning and earning shouldn't stop", This is my story!