Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

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 … Read more

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

libfuse

While running the Appimage of Shotcut Video Editor,we encountered with issue – “dlopen(): error loading libfuse.so.2”. When we see the error carefully, it is self explanatory that the shared library called libfuse is missing in the Operating System. What is libfuse ? Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export … Read more

Install Vagrant on Ubuntu and create first VM

vagrant cloud flow

Vagrant is a Open Source software used for creating Virtual Machines in automated way. The software is written in Ruby language. The Vagrant is very useful for increasing the development productivity. We have seen the journey of Vagrant from Virtual box to current cloud providers, truly it is awesome to experience the growth of such … Read more