Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

In this post, we will learn how to install VirtualBox on Ubuntu 22.04 LTS Desktop by using bash script. The reason for specifically writing VirtualBox on Ubuntu 22.04 LTS Desktop because we have tested this bash script in our personal DevOps laptop. Being a DevOps Engineer, we should try to automate the things as much…

VirtualBox Guest Additions

Install VirtualBox Guest Additions and create videos

VirtualBox Guest Additions consist of device drivers and system applications that optimize the guest operating system for better performance and usability. To create videos on VirtualBox actually you must also require VirtualBox Guest Additions. I installed VirtualBox Guest Additions on my system so that I can create videos from VirtualBox. If you are surprising ,…

How to install VirtualBox in Ubuntu 14.04 LTS (Trusty Tahr)

How to install VirtualBox in Ubuntu 14.04 LTS (Trusty Tahr)

In this tutorial we will learn , how to install Virtual Box in Ubuntu 14.04 LTS (Trusty Tahr). VirtualBox is free Virtualisation Sofware under the GNU General Public License Version 2. Presently, VirtualBox can be installed on Windows,Linux,Macintosh and Solaris. It is one of the popular Virtualisation Software among System Admins. It is one of…

Virtual Machine inaccessible status on VirtualBox 4.3
|

Virtual Machine inaccessible status on VirtualBox 4.3

Problem of the day : Virtual Machine inaccessible status on VirtualBox 4.3 . Today while working in VirtualBox 4.3 ,I got an issue.The Virtual Machine got the status “inaccessible” .After searching in VirtualBox related directories and commands,I finally able to resolve the issue.For resolving this issue,we will use command line.We have another option i.e by…

This kernel requires an x86-64 CPU but only detected an i686 CPU
|

This kernel requires an x86-64 CPU but only detected an i686 CPU

Error : This kernel requires an x86-64 CPU,but only detected an i686 CPU.Unable to boot – please use a kernel appropriate for your CPU . This error is commonly seen when you try to install a new Operating System in Virtual Box.The error occur mostly comes due to user mistake. Before going further ,first check…

Easy and quick installation of VirtualBox 4.2.10 in Linux Mint Olivia
|

Easy and quick installation of VirtualBox 4.2.10 in Linux Mint Olivia

In this post we will learn easy and quick installation of VirtualBox 4.2.10 in Linux Mint Olivia. There are two ways to install any packages (1) Command line (2) Graphical (Using Software Manager) We mostly prefer to work in command line because it is faster as well as if there is any error it is…

How to configure ethernet in CentOS 6 after installing in Virtual Box
|

How to configure ethernet in CentOS 6 after installing in Virtual Box

In this tutorial we will configure the additional ethernet in CentOS. The practical has been done in Virtual box whereas it is also applicable to physical machines. Scenario: In Virtual Box,we have only one ethernet or NIC card (eth0) while installing the CentOS.Later we added one more ethernet(eth1) but when we were using command ifconfig…