• 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 and setup maven in Linux for Jenkins

December 25, 2018 by Sharad Chhetri 1 Comment

install maven linux jenkins

In this post we will guide to install and setup Apache Maven in Linux system. The same Apache Maven you can also use in Jenkins for building Java projects. The steps written in this article are generic and you can follow the same steps in almost all Linux distros. What is Apache Maven Apache Maven […]

Filed Under: Articles, Devops, Jenkins Tagged With: automation, devops, jenkins

How to setup Jenkins Credentials for Git repo access

December 16, 2018 by Sharad Chhetri 1 Comment

git jenkins credential github

It is crucial and mandatory step that you have to setup Git Credentials for accessing Git repo calling from Jenkins Jobs. The Jenkins Credentials can be called by its variable also. This article will help you to setup Jenkins Credentials for Git repo access. It is basic of Jenkins and must read article. In our […]

Filed Under: Articles, Devops, Jenkins Tagged With: automation, devops, jenkins

How to manage Jenkins Credentials

December 9, 2018 by Sharad Chhetri 4 Comments

Jenkins Credentials

In this article we will share information to manage Jenkins Credentials. As we know the Credentials are basically use for verifying the identity of user/group and their authentication. In simple layman term, credentials are user/password . To store and manage credentials in Jenkins we need plugins. While installing the Jenkins on server if you have […]

Filed Under: Articles, Devops, Jenkins Tagged With: automation, devops, jenkins

Managing Jenkins plugins : command and GUI

December 2, 2018 by Sharad Chhetri 7 Comments

manage jenkins plugin through command line and GUI

Introduction Jenkins Plugins play very important role for adding and enhancing the features in Jenkins. Managing Jenkins Plugin is also crucial. In simple term, manage Jenkins plugin carefully and in return you will get awesome functions and features. In this post, we will learn managing Jenkins plugin from command line and GUI. Because Jenkins is […]

Filed Under: Articles, Devops, Jenkins Tagged With: automation, devops, jenkins

How to create Jenkins user by command line and GUI

November 29, 2018 by Sharad Chhetri Leave a Comment

Create Jenkins user

In our previous post, we did installation of Jenkins on Ubuntu 18.04 LTS server. Now in this post we will learn to create Jenkins user by command line and GUI method. In this article, we will use the term JENKINS_URL, it means the URL of your Jenkins server. For example – http://localhost:8080 or https://localhost. Therefor, […]

Filed Under: Articles, Devops, Jenkins Tagged With: automation, devops, jenkins

How to install Jenkins on Ubuntu 18.04 LTS server

November 27, 2018 by Sharad Chhetri Leave a Comment

Install Jenkiins on Ubuntu

In this post we will install Jenkins on Ubuntu 18.04 LTS server. For installing the Jenkins, we will use ‘Generic Java Package (war)’. Jenkins is very popular automation server widely use for building,deploying and automating the projects. It is one of the Open Source Software which is mostly prefer for CI/CD. There are lots of […]

Filed Under: Articles, Devops, Ubuntu Tagged With: automation, devops, jenkins, linux, ubuntu 18.04

How To Upgrade Ubuntu 16.04 To 18.04 LTS Desktop

November 23, 2018 by Sharad Chhetri Leave a Comment

how to upgrade ubuntu 16.04 LTS to 18.04 LTS

After release of Ubuntu 18.04 LTS (Bionic Beaver) on April 26, 2018 , I have been waiting to upgrade my Desktop from Ubuntu 16.04 LTS to 18.04 LTS Desktop Edition. I always prefer to go with LTS version because of Long Term Support and that’s it stands for too. Since the 12.04 LTS time, I […]

Filed Under: Articles, Ubuntu Tagged With: ubuntu 18.04, upgrade

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

Ubuntu / Debian : sshd error could not load host key

October 8, 2018 by Sharad Chhetri Leave a Comment

sshd error

Summary We recently encountered with ‘sshd error: could not load host key’. The fixing is quite easy in Ubuntu Linux system yet you should be careful while solving the issue. This time we found this problem in Ubuntu 18.04 LTS Server Edition whereas the method is applicable to other Ubuntu and Debian based Linux Operating […]

Filed Under: Articles Tagged With: ssh

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

AWS cli : HTTP Client raised and unhandled exception

October 7, 2018 by Sharad Chhetri Leave a Comment

HTTP Client raised and unhandled exception

The article discusses resolving an AWS CLI error “HTTP Client raised and unhandled exception”. It provides instructions to solve this issue.

Filed Under: Articles, AWS Tagged With: aws

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

Install and compile Nginx on Ubuntu 18.04 LTS server

May 15, 2018 by Sharad Chhetri 2 Comments

nginx

This post will help you to install and compile nginx 1.14 on Ubuntu 18.04 LTS server. We always recommend to our readers that whenever you use any ubuntu server always go for latest LTS edition. When you install nginx by compiling from source package, it gives you one major benefit and that is adding extra […]

Filed Under: Articles Tagged With: nginx, nginx 1.14, ubuntu 18.04

Install Eclipse Oxygen on Ubuntu 16.04 LTS desktop

January 29, 2018 by Sharad Chhetri Leave a Comment

Eclipse IDE

Introduction Eclipse is one of the oldest and fabulous IDE in modern time. We are writing our this post after practically installing Eclipse Oxygen on Ubuntu 16.04 LTS desktop. This post is actually for Java developers who are looking for solution to install Eclipse Oxygen version. It is always best idea to read good information […]

Filed Under: Articles Tagged With: eclipse, ide

Install Mplayer in Ubuntu Desktop

February 26, 2017 by Sharad Chhetri Leave a Comment

mplayer

Today, I am writing about one of the most beloved command line video player called mplayer.In this post we will learn how to install mplayer in Ubuntu Desktop system. I have been personally using this awesome video player since 2008. Why Mplayer is awesome ? Because I have been using this video player since very […]

Filed Under: Articles Tagged With: mplayer, smplayer

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • 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