Skip to content
sharadchhetri
  • Home
  • ResourcesExpand
    • Artificial Intelligence
    • Devops
    • Cloud Computing
    • Database Server
    • BSD
    • Linux
    • Learn Linux
  • My Projects & WorkExpand
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • Facebook Page
  • Contact
  • Privacy Policy
  • About Me
sharadchhetri
  • single vm vagrant
    Linux | Devops

    Create single node Virtual Machine with Vagrant

    BySharad Chhetri May 30, 2020September 20, 2025

    In this post we will show how to create a single node Virtual Machine with Vagrant. As we know in our previous post we written about How to install Vagrant on Ubuntu and create first VM. We use Vagrant in our environment for doing lots of testing, POC(Proof Of Concept) and do some pre-work check…

    Read More Create single node Virtual Machine with VagrantContinue

  • vagrant cloud flow
    Linux

    Install Vagrant and create VM in Ubuntu

    BySharad Chhetri May 25, 2020September 20, 2025

    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.

    Read More Install Vagrant and create VM in UbuntuContinue

  • virt-manager gui
    Linux

    Install KVM on Ubuntu 20.04 LTS Desktop

    BySharad Chhetri May 24, 2020September 20, 2025

    KVM (for Kernel-based Virtual Machine) is a virtualization software.By using KVM you can create Virtual Machine. The Virtualization software like KVM and Virtual box are quite popular and heavily used by professionals. This post will guide you through how to install KVM on Ubuntu 20.04 LTS Desktop. This post is going to be very quick….

    Read More Install KVM on Ubuntu 20.04 LTS DesktopContinue

  • ffmpeg
    Linux

    How to install ffmpeg on CentOS 8 / RHEL 8 for multimedia processing

    BySharad Chhetri May 17, 2020September 20, 2025

    In this post, we will learn how to install ffmpeg on CentOS 8/RHEL 8. The ffmpeg is a program which is used in processing of multimedia content such as audio,video etc. It consist of many libraries and tools which helps to process the multimedia content. Through ffmpeg you can record,convert and stream the audio-video. Steps…

    Read More How to install ffmpeg on CentOS 8 / RHEL 8 for multimedia processingContinue

  • kazam
    Linux

    Fixing Kazam crash on Ubuntu 20.04 LTS Desktop

    BySharad Chhetri May 15, 2020September 20, 2025

    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…

    Read More Fixing Kazam crash on Ubuntu 20.04 LTS DesktopContinue

  • install docker on CentOS
    Devops | Linux

    Install Docker on CentOS 7

    BySharad Chhetri August 18, 2019June 25, 2026

    In this post we are sharing the quick and easy way to install Docker on CentOS 7. We are using here Docker Engine Community edition which is free to use. The method of installing Docker is via repository which is also one of the recommended method.

    Read More Install Docker on CentOS 7Continue

  • install maven linux jenkins
    Linux | Devops

    Install and setup maven in Linux for Jenkins

    BySharad Chhetri December 25, 2018June 25, 2026

    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…

    Read More Install and setup maven in Linux for JenkinsContinue

  • git jenkins credential github
    Linux | Devops

    How to setup Jenkins Credentials for Git repo access

    BySharad Chhetri December 16, 2018June 25, 2026

    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…

    Read More How to setup Jenkins Credentials for Git repo accessContinue

  • Jenkins Credentials
    Linux | Devops

    How to manage Jenkins Credentials

    BySharad Chhetri December 9, 2018June 25, 2026

    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…

    Read More How to manage Jenkins CredentialsContinue

  • manage jenkins plugin through command line and GUI
    Linux | Devops

    Managing Jenkins plugins : command and GUI

    BySharad Chhetri December 2, 2018June 25, 2026

    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…

    Read More Managing Jenkins plugins : command and GUIContinue

  • Create Jenkins user
    Linux | Devops

    How to create Jenkins user by command line and GUI

    BySharad Chhetri November 29, 2018June 25, 2026

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

    Read More How to create Jenkins user by command line and GUIContinue

  • Install Jenkiins on Ubuntu
    Devops

    How to install Jenkins on Ubuntu 18.04 LTS server

    BySharad Chhetri November 27, 2018June 25, 2026

    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…

    Read More How to install Jenkins on Ubuntu 18.04 LTS serverContinue

  • how to upgrade ubuntu 16.04 LTS to 18.04 LTS
    Linux

    How To Upgrade Ubuntu 16.04 To 18.04 LTS Desktop

    BySharad Chhetri November 23, 2018June 25, 2026

    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…

    Read More How To Upgrade Ubuntu 16.04 To 18.04 LTS DesktopContinue

  • Fix Ubuntu 16.04 System Settings Not Opening
    Linux

    Fix Ubuntu 16.04 System Settings Not Opening

    BySharad Chhetri October 16, 2018June 25, 2026

    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…

    Read More Fix Ubuntu 16.04 System Settings Not OpeningContinue

  • terraform
    Devops

    How to install terraform in Linux : CentOS / Ubuntu

    BySharad Chhetri October 14, 2018September 20, 2025

    Learn how to install terraform in Ubuntu, Debian, CentOS, Red Hat and Rocky Linux. Terraform is popular Infrastructure As Code tool and widely used in DevOps practice.

    Read More How to install terraform in Linux : CentOS / UbuntuContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 … 39 Next PageNext

© 2026 sharadchhetri.com

  • Home
  • Resources
    • Artificial Intelligence
    • Devops
    • Cloud Computing
    • Database Server
    • BSD
    • Linux
    • Learn Linux
  • My Projects & Work
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • Facebook Page
  • Contact
  • Privacy Policy
  • About Me