• 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

curl command to check the http status

March 5, 2013 by Sharad Chhetri Leave a Comment

In this post we will read about curl command to check the http status. cURL is a computer software project providing a library and command-line tool for transferring data using various protocols. The cURL project produces two products, libcurl and cURL. libcurl is a free client-side URL transfer library, supporting FTP, FTPS, Gopher, HTTP, HTTPS, […]

Filed Under: Articles, Tips And Tricks Tagged With: curl

Run the script using nohup without hitting enter key two times

March 4, 2013 by Sharad Chhetri Leave a Comment

Run the script using nohup without hitting enter key two times As we have seen when we run the command with ‘nohup’ and ‘&’ so that the command should run at background even the terminal get disconnected we have to press enter key 2 times. To overcome from this problem,use the below given method. Note: […]

Filed Under: Articles, Tips And Tricks Tagged With: nohup

How to install and configure nagios nrpe in CentOS and Red Hat

March 2, 2013 by Sharad Chhetri 27 Comments

In this tutorial we will learn How to install and configure nagios nrpe in CentOS and Red Hat. We will also do some configuration changes in nagios server so that we could monitor the servers. In this scenario we will add a server to monitor. Operating System : CentOS 6.3Nagios Server : hostname: nagios-server , […]

Filed Under: Articles, Monitoring Server, Server Tagged With: nrpe

CHECK_NRPE: Error – Could not complete SSL handshake nagios

March 2, 2013 by Sharad Chhetri 2 Comments

CHECK_NRPE: Error – Could not complete SSL handshake nagios

In this article we will solve the problem “”CHECK_NRPE: Error – Could not complete SSL handshake nagios””

Filed Under: Articles, Monitoring Server, Server Tagged With: Nagios, nrpe

Nagios HTTP WARNING: HTTP/1.1 403 Forbidden

March 2, 2013 by Sharad Chhetri 7 Comments

Whenever we newly setup the nagios server we mostly get this error “Nagios HTTP WARNING: HTTP/1.1 403 Forbidden”. In this article we will solve this problem.

Filed Under: Articles, Monitoring Server, Server, Tips And Tricks Tagged With: Nagios

Error installing rails

March 1, 2013 by Sharad Chhetri Leave a Comment

Error installing rails Today I was installing the ruby and rails in my system and found two times this error.Hence I decided to post the how to install method of ruby and rails in CentOS 6.3 . The CentOS 6.3 was minimal installed. Follow the given below steps Step 1: Install the gcc,gcc compiler and […]

Filed Under: Articles, Tips And Tricks Tagged With: CentOS, rails

Installing rails in verbose mode CentOS and Red Hat

March 1, 2013 by Sharad Chhetri Leave a Comment

Installing rails in verbose mode CentOS and Red Hat When we do “gem install rails” , the command actaully take time to install rails and we can not see what are the liberaries are installing in background. To see the rails installation in verberose mode ,use the given below command : gem install rails -V […]

Filed Under: Articles Tagged With: rails

Installing Nagios-3.4.4 in CentOS 6.3

February 27, 2013 by Sharad Chhetri Leave a Comment

Installing Nagios-3.4.4 in CentOS 6.3 This post is updated version of post “Installing Nagios-3.4 in CentOS 6.3”. The only difference here is , we will use the new EPEL repo rpm i.e epel-release-6-8.noarch.rpm. Rest of the steps are same Download the EPEL repo in your system yum install wget (use this command if you do […]

Filed Under: Articles, Monitoring Server, Server

How to set htdigest password in apache web server

February 19, 2013 by Sharad Chhetri 2 Comments

How to set htdigest password in apache web server Through this method we can set the username and password in webserver means whenever anyone open the website he has to give username and password to see the content of website. To know about what is the difference in htdigest and htpasswd. Kindly visit these links. […]

Filed Under: Apache, Articles, Server Tagged With: apache, htdigest

How to install and configure samba server in CentOS 6.3

February 17, 2013 by Sharad Chhetri 7 Comments

How to install and configure samba server in CentOS 6.3 Introduction: Samba is a free software re-implementation of the SMB/CIFS networking protocol, originally developed by Andrew Tridgell. As of version 3, Samba provides file and print services for various Microsoft Windows clients and can integrate with a Windows Server domain, either as a Primary Domain […]

Filed Under: Articles, samba, Server

How to configure FTP server in CentOS 6.3 – vsftpd server

February 16, 2013 by Sharad Chhetri 11 Comments

How to configure FTP server in CentOS 6.3 – vsftpd server vsftpd, which stands for “Very Secure FTP Daemon”,vsftp is an FTP server for Unix-like systems, including Linux. It is licensed under the GNU General Public License. It supports IPv6 and SSL. vsftpd supports explicit (since 2.0.0) and implicit (since 2.1.0) FTPS. vsftpd is the […]

Filed Under: Articles, FTP Server, Server Tagged With: ftp, vsftp

How to encode and decode the strings with base64

February 16, 2013 by Sharad Chhetri 1 Comment

In this post we will learn how to encode and decode the strings with base64. We will also see some example on this as well. Introduction Base64 is a group of similar encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The Base64 term originates from […]

Filed Under: Articles, Tips And Tricks Tagged With: encode decode base64

How To Add duckduckgo Search engine in WordPress Blog or website

February 14, 2013 by Sharad Chhetri Leave a Comment

How To Add duckduckgo Search engine in WordPress Blog or website Adding the duckduckgo search engine is very simple process. (1) Visit this link https://duckduckgo.com/search_box (2) Fill up the fields as per your requirement. (3) Copy the code and just paste it into text widget of wordpress . After this place the text widget in […]

Filed Under: Articles Tagged With: duckduckgo

mail command not found in Red Hat CentOS Ubuntu Debian

February 13, 2013 by Sharad Chhetri Leave a Comment

You may have encounter with mail command not found in Red hat, CentOS, Rocky Linux, Ubuntu, Debian .Whenever any message says while hitting the command as Command Not Found , it means the package is not installed or script is not present. We use mail command to send the email from the terminal. It is […]

Filed Under: Articles Tagged With: command

scp command not found in CentOS and Red Hat

December 30, 2012 by Sharad Chhetri Leave a Comment

After doing minimal installation of CentOS 6.3 server ,we were not able to do scp from my client machine to CentOS server.It was simply showing the error – “scp command not found”. This thing has happened earlier when we have used the CentOS 6. When it was occur last time with us in CentOS 6.0 […]

Filed Under: Articles, SSH Tagged With: scp

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 28
  • Page 29
  • Page 30
  • Page 31
  • Page 32
  • 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