Install KVM on Ubuntu 24.04 LTS ( Bash Script )
Learn how to install KVM on Ubuntu 24.04 LTS. To reduce the time and effort, we will use our own bash script. It can also be used for installing KVM on Ubuntu 22.04 and 20.04 LTS.
Learn how to install KVM on Ubuntu 24.04 LTS. To reduce the time and effort, we will use our own bash script. It can also be used for installing KVM on Ubuntu 22.04 and 20.04 LTS.
In this tutorial, we will learn installation method of GIMP in our Ubuntu / Debian Operating System. Because GIMP is used for Image Editing, your Operating System must be running in a Desktop or GUI (Graphical User Interface) mode.
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. learn how to reset forgotten mysql / MariaDB root password. Also learn some tips to prevent and manage such situation.
Recently exploring the Azure DevOps in 360 degree directions. Ended up with creating self hosted agent for Azure DevOps. In this post. we will quickly go through with the method of creating Self Hosted Agent docker for Azure DevOps pipelines. Just a brief about the types of DevOps Agent in Azure. So as per the…
Do you know when you run the Linux / Unix command it could be Internal or External ? In this article, we will learn about Linux Internal and External command. For identifying and understand on command type, here we have article for you. Linux/Unix has so many commands. If you know these commands, your Linux…
In this Linux tutorial post, we are writing on all Linux basic commands with examples which every Linux beginner should know. It will help you to kickstart on any Linux Operating System. We expect, you have already installed the Linux Operating System in your system and we are ready to start the command in terminal….
SimpleCodeSyntax is a WordPress Plugin. Just download and activate the plugin in your WordPress site. No further settings is required. From Where To Download SimpleCodeSyntax Plugin You can download it from the WordPress.org website. Here, I have created the Download Button for the same or get it from this WordPress.org URL. Why did I create…
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…
While starting the Virtual Machine on VirtualBox in Windows 11, encountered with this unpleasant VirtualBox Error: Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter’.
We encountered with this error “Activate.ps1 cannot be loaded because running scripts is disabled on this system” while activating the Python virtual environment in Windows system. The solution is quite simple and reason of this error is due to the Windows Execution policy. In our system, the error was like this. In the below section,…
Java is a class based, object oriented programming language. It is cross platform and widely use in developing applications. The Java was first developed in Sun Microsystem (Now acquired by Oracle). In this post, to install Java we will use the OpenJDK package. OpenJDK is a free and open source product implements Java SE which…