• 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

cron job not working : troubleshooting steps

November 5, 2014 by Sharad Chhetri 1 Comment

In this post,I am sharing the troubleshooting steps for cron job problem. You may have seen many times, the cron job stopped working suddenly or not working on first instance. As a Linux System Engineer,I also faced this problem many times.The reasons are many and we are sharing few them which generally occurs. What is […]

Filed Under: Articles Tagged With: cron, crontab

Bash : print variable value inside single and double quotes

October 16, 2014 by Sharad Chhetri Leave a Comment

In this post we will learn, how to print variable value inside single and double quotes. Today I was working on some bash scripting and got this requirement. The script is working wonderfully and as expecting output was also coming. Today we will share this basic bash scripting. Explaining step by step , which gives […]

Filed Under: Articles Tagged With: bash script

CentOS 7 / RHEL 7 : Reset / Recover forgotten root password

October 11, 2014 by Sharad Chhetri 9 Comments

In this post we will learn, how to reset / recover forgotten root password on CentOS 7 / RHEL 7 (Red Hat Enterprise Linux 7). On RHEL 5/6 or CentOS 5/6 series , the method of resetting forgotten root password was same. In latest RHEL 7 / CentOS 7 this time we have found some difference in steps to reset the forgotten root password.

Filed Under: Articles Tagged With: forgot root password

Unable to complete install:’unsupported configuration hda-duplex not supported in this Qemu binary’

October 9, 2014 by Sharad Chhetri Leave a Comment

While creating first virtual machine in KVM on Ubuntu 14.04 got Error : Unable to complete install:’unsupported configuration hda-duplex not supported in this Qemu binary’. Note: It was my fresh installation of KVM on Ubuntu 14.04 LTS. Solution : Restart libvirt-bin. sudo stop libvirt-bin sudo start libvirt-bin Reopen the virt-manager. I hope the problem is […]

Filed Under: Articles Tagged With: kvm

Install KVM on Ubuntu 14.04 LTS Desktop

October 9, 2014 by Sharad Chhetri 27 Comments

KVM ( Kernel-based Virtual Machine ) is virtualisation software which is used for creating virtual machines on host system. In this post, we will share installation method of KVM on Ubuntu 14.04 LTS. We also include brief introduction of problem we have faced during installation and its solution we will also share. We recommend you […]

Filed Under: Articles Tagged With: kvm

Install VirtualBox Guest Additions and create videos

October 7, 2014 by Sharad Chhetri 1 Comment

virtualbox guest addition video

In this article we will learn how to install VirtualBix Guest Additions and create videos in VirtualBox.

Filed Under: Articles Tagged With: virtualbox

How to install Redis server on CentOS 7 / RHEL 7

October 4, 2014 by Sharad Chhetri 13 Comments

Introduction In this tutorial we will learn, how to install Redis server on CentOS 7 / RHEL 7 . The abbreviation of Redis is “Remote Dictionary Server”. It is one the of the most popular open source, advanced key-value cache and store. Project Website: Redis Install Redis Server Follow the given below steps to install […]

Filed Under: Articles Tagged With: redis

Install MariaDB Server 10 on CentOS 7 and RHEL 7 by using yum

September 28, 2014 by Sharad Chhetri 15 Comments

In this post we will how to install MariaDB Server 10.4.7 version on CentOS 7 and RHEL 7 (Red Hat Enterprise Linux 7 ) by using yum command. We are doing fresh installation of MariaDB Server on minimal installed CentOS 7 version. The method is applicable to RHEL 7 as well. While installing MariaDB 10 […]

Filed Under: Articles Tagged With: centos 7, MariaDB Server, RHEL 7

ss command : alternate of netstat

September 27, 2014 by Sharad Chhetri Leave a Comment

In case you are looking for alternate of netstat command, here is called ss command. By default ss command is shipped with package called iproute (Advanced IP routing and network device configuration tools) Introduction of ss ss command is another utility to investigate sockets. It is used to dump socket statistics. It allows showing information […]

Filed Under: Articles Tagged With: ss

netstat command not found on CentOS 7 and RHEL 7 (Red Hat Enterprise Linux 7)

September 27, 2014 by Sharad Chhetri 3 Comments

We have observed many new changes on Red Hat Enterprise Linux and CentOS 7 . With the previous RHEL and CentOS version, netstat command was available even in minimal installation. On CentOS 7 and RHEL 7, on doing minimal installation we have not found netstat command. To get the netstat command on RHEL 7 and […]

Filed Under: Articles Tagged With: netstat

How to set hostname and FQDN on CentOS 7 and RHEL 7

September 27, 2014 by Sharad Chhetri 10 Comments

The tutorial will explain about how to set hostname and FQDN on CentOS 7 and RHEL 7 (Red Hat Enterprise Linux 7). In our previous post “How to change hostname on CentOS and Red Hat“, we have already define the difference between hostname and FQDN. Hence suggest to read this post. In Red Hat Enterprise […]

Filed Under: Articles Tagged With: centos 7, hostname, Red Hat, RHEL 7

Bash Code Injection Vulnerability via Specially Crafted Environment Variables

September 26, 2014 by Sharad Chhetri Leave a Comment

Bash Code Injection Vulnerability via Specially Crafted Environment Variables (CVE-2014-6271 (aka Shellshock ), CVE-2014-7169). This is one the most vulnerable bug we have seen in Linux at current time. Due to this bug, we are seeing lots of business impact in entire world. Details of CVE-2014-6271 A flaw was found in the way Bash evaluated […]

Filed Under: Articles Tagged With: CVE-2014-6271, CVE-2014-7169, shellshock

Ubuntu Linux : get matrix effect on terminal

September 15, 2014 by Sharad Chhetri 9 Comments

This time I made a thought to share something interesting.It is not related to system admin but it is just for fun. I generally use ubuntu most of the time for my desktop purposes. Hope you will like this matrix effect on your terminal. First you have to install cmatrix package into your system. It […]

Filed Under: Articles Tagged With: matrix

Install EPEL repo on CentOS 7 and RHEL 7

September 7, 2014 by Sharad Chhetri 2 Comments

In this post we will learn how to install EPEL repo on CentOS 7 and RHEL 7. On our previous post of “How to install EPEL repo in CentOS/Scientific Linux/Red Hat” , we have already written about EPEL repo. Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, […]

Filed Under: Articles Tagged With: epel

Linux : clear command and its keyboard shortcut

August 31, 2014 by Sharad Chhetri 1 Comment

Today, in this post we will explain about linux clear command and its keyboard shortcut. Like cls command on Windows, on linux we use clear command.clear command is available on all Unix like Operating System. clear command clears output and command on console or terminal window. In short words, clear command clear the screen. But […]

Filed Under: Articles, Linux Commands Tagged With: linux command

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • 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