Skip to content
sharadchhetri
  • Home
  • Linux Commands
  • ResourcesExpand
    • Learn Linux
  • My Projects & WorkExpand
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • AboutExpand
    • Privacy Policy
    • Contact
sharadchhetri
  • 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
    Docker | Linux

    Install Docker on CentOS 7

    BySharad Chhetri August 18, 2019September 20, 2025

    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 | Jenkins

    Install and setup maven in Linux for Jenkins

    BySharad Chhetri December 25, 2018September 20, 2025

    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 | Jenkins

    How to setup Jenkins Credentials for Git repo access

    BySharad Chhetri December 16, 2018September 20, 2025

    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 | Jenkins

    How to manage Jenkins Credentials

    BySharad Chhetri December 9, 2018September 20, 2025

    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 | Jenkins

    Managing Jenkins plugins : command and GUI

    BySharad Chhetri December 2, 2018September 20, 2025

    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 | Jenkins

    How to create Jenkins user by command line and GUI

    BySharad Chhetri November 29, 2018September 20, 2025

    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
    Linux | Devops | Ubuntu

    How to install Jenkins on Ubuntu 18.04 LTS server

    BySharad Chhetri November 27, 2018September 20, 2025

    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 | Ubuntu

    How To Upgrade Ubuntu 16.04 To 18.04 LTS Desktop

    BySharad Chhetri November 23, 2018September 20, 2025

    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
    Ubuntu | Linux

    Fix Ubuntu 16.04 System Settings Not Opening

    BySharad Chhetri October 16, 2018September 20, 2025

    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

  • audio problem in ubuntu
    Ubuntu

    How I fixed audio problem in Ubuntu 16.04 LTS desktop

    BySharad Chhetri October 13, 2018September 20, 2025

    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…

    Read More How I fixed audio problem in Ubuntu 16.04 LTS desktopContinue

  • docker image
    Containers

    How to create Ubuntu docker base image

    BySharad Chhetri October 9, 2018December 10, 2024

    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…

    Read More How to create Ubuntu docker base imageContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 … 39 Next PageNext

Tags

apache automation awk aws bash script cat CentOS centos 7 debian devops docker freebsd ftp ghost git grep jenkins kvm linux linux command MariaDB Server mysql Nagios nginx Octopress owncloud Owncloud 6 php postfix postgres python Red Hat rpm sed ssh swap tips troubleshooting ubuntu user management vagrant varnish virtualbox vsftp wordpress
  • About Me
  • Contact
  • Learn Linux
  • My Wordpress plugins
  • Privacy Policy
  • Search
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

© 2025 sharadchhetri.com

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