• 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

How to install KVM on Ubuntu 16.04 LTS Desktop

February 17, 2017 by Sharad Chhetri 1 Comment

install kvm

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

Filed Under: Articles Tagged With: kvm, ubuntu, ubuntu 16.04 LTS, virtualization

Create desktop launcher in Unity Desktop Ubuntu

February 10, 2017 by Sharad Chhetri 2 Comments

Ubuntu desktop launcher

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

Filed Under: Articles Tagged With: desktop launcher, desktop shortcut

Install Shotcut on Ubuntu 16.04 LTS desktop

February 8, 2017 by Sharad Chhetri 5 Comments

Shotcut Ubuntu

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.

Filed Under: Articles, Ubuntu Tagged With: shotcut, ubuntu desktop

Install OpenShot 2.2 on Ubuntu 16.04 LTS Desktop

February 7, 2017 by Sharad Chhetri Leave a Comment

Openshot Ubuntu

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.

Filed Under: Articles, Ubuntu Tagged With: openshot, ubuntu

How to Upgrade Ubuntu 14.04 to 16.04 LTS Desktop

January 16, 2017 by Sharad Chhetri Leave a Comment

Ubuntu upgrade

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.

Filed Under: Articles Tagged With: ubuntu 14.04, ubuntu 16.04 LTS

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

November 29, 2016 by Sharad Chhetri 4 Comments

Ansible python not found

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.

Filed Under: Articles Tagged With: ansible, linux

Access Control by host and ip address in Apache 2.4

July 24, 2016 by Sharad Chhetri 1 Comment

apache access control

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.

Filed Under: Articles, Apache Tagged With: apache, linux

Install Google Fonts on Ubuntu System

July 23, 2016 by Sharad Chhetri 4 Comments

google fonts in Ubuntu

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.

Filed Under: Articles Tagged With: fonts, linux, ubuntu

How to configure vim for puppet

July 10, 2016 by Sharad Chhetri Leave a Comment

vim

In this article learn how to configure vim for Puppet in Linux. As we all know puppet is one of the widely used automation tool in IT industry. While working on puppet manifests, module etc. Automation engineer has to be very careful with syntax,indentation and spaces.

Filed Under: Articles Tagged With: puppet

/usr/bin/env: node: No such file or directory

June 5, 2016 by Sharad Chhetri Leave a Comment

node: No such file or directory

Just after upgrading the npm on our Ubuntu system, npm command stopped working. Suddenly it started showing the error, “/usr/bin/env: node: No such file or directory”.

Filed Under: Articles Tagged With: nodejs, npm

Install Gnome Desktop on CentOS 7

March 30, 2016 by Sharad Chhetri Leave a Comment

Gnome desktop CentOS

In this article, we will install Gnome desktop on CentOS 7 Operating System. A few days back we have installed the CentOS 7 on our system from bootable USB key. We installed CentOS 7 without GUI (Graphical User Interface). Now in this post, we will show how to install Desktop on CentOS 7.

Filed Under: Articles Tagged With: centos 7

Create bootable usb key for CentOS 7 installation

March 27, 2016 by Sharad Chhetri 4 Comments

bootable usb CentOS

In this tutorial we will learn, how to create bootable usb key for CenOS 7 installation. Currently many laptops/systems are available in market which are without CD/DVD drive.In a short words, technology is changing very fast.

Filed Under: Articles Tagged With: centos 7, usb

Protect from SSL Drown Attack in AWS ELB – Apache – Nginx

March 4, 2016 by Sharad Chhetri Leave a Comment

nginx ssl drown attack

Learn how to protect from SSL Drown Attack in AWS ELB – Apache – Nginx .DROWN, stands for Decrypting RSA using Obsolete and Weakened eNcryption and is a Man-in-the-Middle (MITM) attack against servers running TLS for secure communications.

Filed Under: Articles Tagged With: apache, AWS, nginx, openssl

How to install MySQL Server 5.7 on Ubuntu 14.04 LTS

February 8, 2016 by Sharad Chhetri 2 Comments

install MySQL Ubuntu

In this guide we will learn, how to install MySQL Server 5.7 on Ubuntu 14.04 LTS. We always recommend our readers to read release notes of every mysql.

Filed Under: Articles Tagged With: mysql

Install Google Chrome on Ubuntu 14.04.3 LTS

January 26, 2016 by Sharad Chhetri Leave a Comment

chrome Ubuntu

In this article, we will learn how to Install Google Chrome on Ubuntu 14.04.3 LTS first time. nstalling the google chrome is a quite easy method.

Filed Under: Articles Tagged With: Google Chrome

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