• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

AI, Linux, Cloud and DevOps

  • Home
  • Resources
    • Learn Linux
    • Articles
  • My Projects & Work
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • Facebook Page
  • Contact
  • Privacy Policy
  • About Me

ubuntu

How to install GIMP 2.10 on Ubuntu / Debian

December 1, 2024 by Sharad Chhetri Leave a Comment

GIMP

In this tutorial, we will learn how to install GIMP 2.10 Ubuntu / Debian Operating System. Because GIMP is used for Image Editing, it would be better to run Operating System in a Desktop or GUI (Graphical User Interface) mode.

Filed Under: Articles Tagged With: debian, gimp, ubuntu

5 ways to check Ubuntu version of system (commands and GUI)

December 1, 2024 by Sharad Chhetri Leave a Comment

Find Ubuntu Version

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

Filed Under: Articles Tagged With: linux command, ubuntu

How To Install Nginx On Ubuntu 22.04 LTS

March 5, 2023 by Sharad Chhetri Leave a Comment

Install Nginx

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 […]

Filed Under: Articles Tagged With: bash script, linux, nginx, ubuntu, ubuntu 22.04 lts

How To Always Install Latest Git Package In Ubuntu Operating System

February 27, 2023 by Sharad Chhetri Leave a Comment

Install Latest Git package in Ubuntu Operating System

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 […]

Filed Under: Articles, Version Control System Tagged With: git, install git, ubuntu

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

February 26, 2023 by Sharad Chhetri Leave a Comment

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 […]

Filed Under: Articles Tagged With: ubuntu, ubuntu 22.04 lts, virtualbox

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

February 25, 2023 by Sharad Chhetri Leave a Comment

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 […]

Filed Under: Articles Tagged With: Appimage, libfuse, ubuntu

How to install Docker on Ubuntu

June 7, 2020 by Sharad Chhetri Leave a Comment

install docker ubuntu

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 our shell script for installing Docker.

Filed Under: Articles, Containers, Docker Tagged With: container, docker, install docker, ubuntu

Install Vagrant and create VM in Ubuntu

May 25, 2020 by Sharad Chhetri Leave a Comment

vagrant cloud flow

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.

Filed Under: Articles Tagged With: ubuntu, vagrant

Fixing Kazam crash on Ubuntu 20.04 LTS Desktop

May 15, 2020 by Sharad Chhetri 1 Comment

kazam

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 […]

Filed Under: Articles Tagged With: kazam, ubuntu, ubuntu 20.04

Fix Ubuntu 16.04 System Settings Not Opening

October 16, 2018 by Sharad Chhetri 3 Comments

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 […]

Filed Under: Ubuntu, Articles Tagged With: ubuntu

How I fixed audio problem in Ubuntu 16.04 LTS desktop

October 13, 2018 by Sharad Chhetri Leave a Comment

audio problem in ubuntu

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 […]

Filed Under: Ubuntu Tagged With: ubuntu

How to create Ubuntu docker base image

October 9, 2018 by Sharad Chhetri 2 Comments

docker image

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 […]

Filed Under: Containers Tagged With: docker, ubuntu

Install VirtualBox on Ubuntu 24.04 LTS

October 7, 2018 by Sharad Chhetri Leave a Comment

install virtualbox

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.

Filed Under: Articles Tagged With: ubuntu, virtualbox

Install Ansible in Ubuntu 18.04 LTS with pip3

October 7, 2018 by Sharad Chhetri Leave a Comment

install ansible

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 […]

Filed Under: Articles Tagged With: ansible, ubuntu

How to install KVM on Ubuntu 16.04 LTS Desktop

February 17, 2017 by Sharad Chhetri 1 Comment

install kvm

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, […]

Filed Under: Articles Tagged With: kvm, ubuntu, ubuntu 16.04 LTS, virtualization

  • Page 1
  • Page 2
  • Page 3
  • Go to Next Page »

Primary Sidebar

Articles

  • Install n8n docker in Ubuntu for practicing
  • Bash Script: MySQL Database backup to AWS S3
  • Automate no touch Jenkins setup wizard on docker (jcac)
  • How to run and configure Jenkins in Docker container
  • Complete Guide: How to install Nagios Monitoring on AlmaLinux / Rocky Linux
  • Install KVM on Ubuntu 24.04 LTS ( Bash Script )
  • How to install GIMP 2.10 on Ubuntu / Debian
  • 5 ways to check Ubuntu version of system (commands and GUI)
  • How To Solve Forgot MySQL / MariaDB Root Password
  • Create Self Hosted Build Agent Docker Image for Azure DevOps

Copyright © 2026 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From India.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy