• 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

Articles

Install n8n docker in Ubuntu for practicing

June 9, 2026 by Sharad Chhetri

n8n

As we all know currently this is era of AI and it has long way to go. In recent times, we are observing lots of AI models, software and tools are launched. One of them is n8n which is also one of the strong contender here. Introduction The n8n is a workflow automation platform which […]

Filed Under: Articles Tagged With: AI, n8n

Bash Script: MySQL Database backup to AWS S3

July 12, 2025 by Sharad Chhetri Leave a Comment

MySQL Backup Script

MySQL backup bash script which will upload the backup files in AWS s3 bucket.

Filed Under: Articles Tagged With: bash script, mysql, mysqldump

Automate no touch Jenkins setup wizard on docker (jcac)

December 22, 2024 by Sharad Chhetri Leave a Comment

Jenkins JCaC

In this article, we will automate no touch Jenkins setup wizard on docker (jcac). We will use the Jenkins Code As Configuration (JCAC) to achieve the automation. When we install the Jenkins first time, after that through GUI (Graphical User Interface) we install plugins, set Jenkins admin credentials etc. So we will automate these steps.

Filed Under: Articles Tagged With: docker, install jenkins, jenkins

Complete Guide: How to install Nagios Monitoring on AlmaLinux / Rocky Linux

December 15, 2024 by Sharad Chhetri Leave a Comment

install nagios AlmaLinux and Rocky Linux

In this article, learn how to install Nagios core monitoring tool on AlmaLinux and Rocky Linux.

Filed Under: Articles Tagged With: Almalinux, Nagios, Rocky Linux

Install KVM on Ubuntu 24.04 LTS ( Bash Script )

December 6, 2024 by Sharad Chhetri Leave a Comment

kvm virt-manager

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.

Filed Under: Articles Tagged With: kvm

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

Understanding Linux Internal vs External Commands

March 19, 2023 by Sharad Chhetri Leave a Comment

Internal External Command

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

Filed Under: Articles, Linux Commands Tagged With: linux command

Essential Linux Commands Every Beginner Should Know | With Examples

March 18, 2023 by Sharad Chhetri Leave a Comment

Linux basic command

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

Filed Under: Articles, Linux Commands Tagged With: linux, linux command

SimpleCodeSyntax : My Another WordPress Plugin

March 16, 2023 by Sharad Chhetri Leave a Comment

simplecodesyntax wordpress plugin

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

Filed Under: Articles, Wordpress Tagged With: wordpress

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 Java (OpenJDK) on Ubuntu Linux

June 23, 2020 by Sharad Chhetri 1 Comment

install java OpenJdk on Ubuntu

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

Filed Under: Articles Tagged With: java

  • Page 1
  • Page 2
  • Page 3
  • Interim pages omitted …
  • Page 33
  • 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