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
  • sshd error
    Linux

    Ubuntu / Debian : sshd error could not load host key

    BySharad Chhetri October 8, 2018December 10, 2024

    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…

    Read More Ubuntu / Debian : sshd error could not load host keyContinue

  • install virtualbox
    Linux

    Install VirtualBox on Ubuntu 24.04 LTS

    BySharad Chhetri October 7, 2018December 10, 2024

    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.

    Read More Install VirtualBox on Ubuntu 24.04 LTSContinue

  • HTTP Client raised and unhandled exception
    Linux | AWS

    AWS cli : HTTP Client raised and unhandled exception

    BySharad Chhetri October 7, 2018December 10, 2024

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

    Read More AWS cli : HTTP Client raised and unhandled exceptionContinue

  • install ansible
    Linux

    Install Ansible in Ubuntu 18.04 LTS with pip3

    BySharad Chhetri October 7, 2018December 10, 2024

    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…

    Read More Install Ansible in Ubuntu 18.04 LTS with pip3Continue

  • nginx
    Linux

    Install and compile Nginx on Ubuntu 18.04 LTS server

    BySharad Chhetri May 15, 2018December 10, 2024

    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…

    Read More Install and compile Nginx on Ubuntu 18.04 LTS serverContinue

  • Eclipse IDE
    Linux

    Install Eclipse Oxygen on Ubuntu 16.04 LTS desktop

    BySharad Chhetri January 29, 2018December 10, 2024

    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…

    Read More Install Eclipse Oxygen on Ubuntu 16.04 LTS desktopContinue

  • mplayer
    Linux

    Install Mplayer in Ubuntu Desktop

    BySharad Chhetri February 26, 2017December 10, 2024

    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…

    Read More Install Mplayer in Ubuntu DesktopContinue

  • install kvm
    Linux

    How to install KVM on Ubuntu 16.04 LTS Desktop

    BySharad Chhetri February 17, 2017December 10, 2024

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

    Read More How to install KVM on Ubuntu 16.04 LTS DesktopContinue

  • Ubuntu desktop launcher
    Linux

    Create desktop launcher in Unity Desktop Ubuntu

    BySharad Chhetri February 10, 2017December 14, 2024

    This post will explain about how to create desktop launcher in Unity Desktop in Ubuntu and also access same launcher from Dash Home. Many people wants to keep the Desktop launcher/Desktop shortcuts so that they can readily access applications by just clicking on its Desktop icons. Before doing practical let us tell you that there…

    Read More Create desktop launcher in Unity Desktop UbuntuContinue

  • Shotcut Ubuntu
    Linux | Ubuntu

    Install Shotcut on Ubuntu 16.04 LTS desktop

    BySharad Chhetri February 8, 2017December 14, 2024

    In this tutorial, we will learn how to install Shotcut on Ubuntu Desktop. Shotcut is free and open source video editing tool and in simple term it is awesome! We have been using the Shotcut since 3 months for video editing and we really like this video editing software. Shotcut is developed in MLT Multimedia Framework and uses the ffmpeg.

    Read More Install Shotcut on Ubuntu 16.04 LTS desktopContinue

  • Openshot Ubuntu
    Linux | Ubuntu

    Install OpenShot 2.2 on Ubuntu 16.04 LTS Desktop

    BySharad Chhetri February 7, 2017December 14, 2024

    In this post we will learn how to install the Openshot on Ubuntu 16.04 LTS desktop. After a such a long wait of time, Openshot team announced the version 2.x release. I have been personally using this Video Editor since more than one year and I really like it.

    Read More Install OpenShot 2.2 on Ubuntu 16.04 LTS DesktopContinue

  • Ubuntu upgrade
    Linux

    How to Upgrade Ubuntu 14.04 to 16.04 LTS Desktop

    BySharad Chhetri January 16, 2017December 14, 2024

    Learn how to upgrade Ubuntu 14.04 to Ubuntu 16.04 LTS Desktop. If you are newbie in Linux world so let me tell you first LTS means is “Long Term Support” . We always prefer LTS version rather than other Ubuntu versions.

    Read More How to Upgrade Ubuntu 14.04 to 16.04 LTS DesktopContinue

  • Ansible python not found
    Linux

    Ansible /bin/sh: 1: /usr/bin/python: not found

    BySharad Chhetri November 29, 2016December 14, 2024

    In this solution article we will solve the problem ‘/bin/sh: 1: /usr/bin/python: not found’ which we have encountered while using the Ansible. The Ansible which is now a days become very popular among DevOps folks.

    Read More Ansible /bin/sh: 1: /usr/bin/python: not foundContinue

  • apache access control
    Linux | Apache

    Access Control by host and ip address in Apache 2.4

    BySharad Chhetri July 24, 2016December 14, 2024

    In this post we will learn about access control by host and ip address in Apache 2.4. The Apache 2.4 released with lots of new feature. While working on Apache 2.4 you will surely get attention on new format of access control. The method of using allow,deny or vice-versa is deprecated, it was old styled method before Apache 2.4 versions.

    Read More Access Control by host and ip address in Apache 2.4Continue

  • google fonts in Ubuntu
    Linux

    Install Google Fonts on Ubuntu System

    BySharad Chhetri July 23, 2016December 14, 2024

    In this post we will learn how to install Google Fonts on Ubuntu system. Google Fonts are free and open source fonts. It is huge repository of awesome fonts contributed by many designers.

    Read More Install Google Fonts on Ubuntu SystemContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 6 … 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