5 ways to check Ubuntu version of system (commands and GUI)
In this article we will learn about 5 different ways to find the Ubuntu version of your system. Knowing the Ubuntu version of your Operating System is also important
In this article we will learn about 5 different ways to find the Ubuntu version of your system. Knowing the Ubuntu version of your Operating System is also important
In this tutorial, we will show the manual as well as bash script method to install Nginx on Ubuntu 22.04 LTS server. Nginx which is one the most powerful web server widely use in the IT industry. It can easily handle the thousands of simultaneous connections with the small memory usage. Usage of Nginx: In…
In this post, we are sharing a very quick and simple steps through which you can always install latest Git package in Ubuntu Operating System. As a DevOps Engineer, the usage of git is very high in our work. Without git, the Devops work is almost unimaginable now a days. So git in your machines…
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…
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…
In this post, we will learn how to install Docker on Ubuntu 22.04 LTS, 20.04 LTS, 18.04 LTS and 16.04 LTS. We have installed the Docker by using shell script in Ubuntu Operating System. We will use the recommended steps and commands to install docker on Ubuntu. We have clubbed all the recommended commands in…
Learn how to install the vagrant in Ubuntu System. We will also create a Virtual Machine by using Vagrant. Through Vagrant you easily automate your POC setup also.
In this post, we are quickly sharing one of the fix on issue which we encountered after installing Kazam on Ubuntu 20.04 LTS Desktop. In Linux, one of our favorite Desktop Screen Recorder is Kazam. Till Ubuntu 18.04 LTS we have not faced any problem with Kazam after its installation. We always recommend to use…
After doing upgrading some softwares and system update, the system settings not opening on Ubuntu 16.04 LTS desktop. Whenever we were clicking on ‘System Settings’ nothing was appearing on Desktop. The package called unity-control-center is a graphical user interface to configure various aspects of Unity. You can read more about the details on this package…
In this post I am going to share how I fix audio problem in Ubuntu 16.04 LTS Desktop. A few months ago while listening some video I found the audio suddenly stopped working. It was quite surprising. Problem Summary The speaker was working fine but headphones were not working after connecting to audio jack. It…
Have you just started working on docker containers? You may have also thought about how to create docker base image of the Operating System. In this post, we will learn to create Ubuntu docker base image. Note: This method is applicable to create docker base image of all Ubuntu version. You can find Ubuntu release…
Learn how to install Virtualbox 7.1.4 version on Ubuntu 24.04, 22.04,20.04 ,16.04, 14.04 LTS Desktop. We are using VirtualBox for creating Virtual Machines(VM). Our main goal here is to use Virtual Machine(VM) for our DevOps practices. It is a good idea to use VirtualBox or other virtualisation for your DevOps related practices in test VM.
Ansible is centrazied configuration management tool and it is agent less. It connects with remote linux/unix client on ssh port and with windows on WinRM. We will learn to install Ansible by using pip3 on Ubuntu 18.04 LTS. The installation pretty much easy. In this post, we will cover both installing ansible for particular user…
KVM ( Kernel-based Virtual Machine ) is free and open source virtualisation software. You can create multiple VM (virtual machines) , each VM has its own private virtualised hardware like disk, CPU, RAM etc. It was included in Linux kernel mainline in kernel version 2.6.20. In case you are looking for some alternate of VirtualBox,…
Learn how to solve the problem of SDCard not mounting to Ubuntu system.