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
  • Installation of OpenERP 7.0 in Ubuntu
    Linux | openerp

    Installation of OpenERP 7.0 in Ubuntu

    BySharad Chhetri March 16, 2013December 10, 2024

    Installation of OpenERP 7.0 in Ubuntu Operating System : Ubuntu 12.04 LTS Installation Directory : /opt/openerp/ OpenERP testing Server’s IP : 172.16.1.1 Prerequisite Requirements: Python2.7 Python Modules PostgreSQL 9.1 OpenERP Version : Open ERP 7.0 (All In One) Download URL : http://nightly.openerp.com/7.0/nightly/src/openerp-7.0-latest.tar.gz Installation Steps: Step 1: Install all the python modules . sudo apt-get install…

    Read More Installation of OpenERP 7.0 in UbuntuContinue

  • 4 different commands to check the load average in linux
    Linux

    4 different commands to check the load average in linux

    BySharad Chhetri March 11, 2013December 10, 2024

    In this tutorial we will learn,4 different commands to check the load average in linux.Loadaverage is the system load,which is a measure of the amount of computational work that a computer system performs.When you run the command in output,you will see one, five, and fifteen minute moving load average of the system.The practical of load…

    Read More 4 different commands to check the load average in linuxContinue

  • How to list all installed python modules
    Linux

    How to list all installed python modules

    BySharad Chhetri March 9, 2013December 10, 2024

    How to list all installed python modules To know what are the python modules installed in system.Use the given below command. Login into system. Type the command python to get the python prompt # python Now you will get the python prompt like this >>>, type the command help(“modules”) and press enter key >>> help(“modules”)…

    Read More How to list all installed python modulesContinue

  • How to mount s3 bucket in linux EC2 instance
    AWS

    How to mount s3 bucket in linux EC2 instance

    BySharad Chhetri March 8, 2013December 10, 2024

    How to mount s3 bucket in linux EC2 instance Learn how to mount s3 bucket in linux EC2 instance. Tested in : EC2 and EC2-beanstalk instances If you have not created a s3 bucket kindly go through with EC2 documentation.The documentation is very clear and easy to understand .This is the link how to create…

    Read More How to mount s3 bucket in linux EC2 instanceContinue

  • How to configure htdigest in nagios server
    Linux | Monitoring Server | Tips And Tricks

    How to configure htdigest in nagios server

    BySharad Chhetri March 7, 2013December 10, 2024

    How to configure htdigest in nagios server As a security point of view I always prefer to go with htdigest rather than htpasswd method.The reason is htpaswd uses cleartext username and password whereas htdigest uses encryption method. If you have already read my post “How to configure Nagios 3.4.4 in CentOS” there I use the…

    Read More How to configure htdigest in nagios serverContinue

  • How to install mysql server in RedHat and CentOS
    Database Server | Linux | mysql | Server

    How to install mysql server in RedHat and CentOS

    BySharad Chhetri March 7, 2013December 10, 2024

    In this post we will learn about,how to install mysql server in RedHat and CentOS. MySQL is a relational database management system (RDBMS), and ships with no GUI tools to administer MySQL databases or manage data contained within the databases.Read More About MySQL Server Default Port Number of MySQL : 3306 (TCP) Install the MySQL…

    Read More How to install mysql server in RedHat and CentOSContinue

  • How to change smtp port number 25 in postfix
    Linux | Tips And Tricks

    How to change smtp port number 25 in postfix

    BySharad Chhetri March 6, 2013December 10, 2024

    How to change smtp port number 25 in postfix Bydefault the SMTP protocol runs at port no. 25. You can change the port no. to any port no. other than below 2048. 0 to 2048 are IANA authorized known port no.but we have some other port no. also which are bydefault used by manyapplication for….

    Read More How to change smtp port number 25 in postfixContinue

  • curl command to check the http status
    Linux | Tips And Tricks

    curl command to check the http status

    BySharad Chhetri March 5, 2013December 10, 2024

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

    Read More curl command to check the http statusContinue

  • Run the script using nohup without hitting enter key two times
    Linux | Tips And Tricks

    Run the script using nohup without hitting enter key two times

    BySharad Chhetri March 4, 2013December 10, 2024

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

    Read More Run the script using nohup without hitting enter key two timesContinue

  • How to install and configure nagios nrpe in CentOS and Red Hat
    Linux | Monitoring Server | Server

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

    BySharad Chhetri March 2, 2013December 15, 2024

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

    Read More How to install and configure nagios nrpe in CentOS and Red HatContinue

  • CHECK_NRPE: Error – Could not complete SSL handshake nagios
    Linux | Monitoring Server | Server

    CHECK_NRPE: Error – Could not complete SSL handshake nagios

    BySharad Chhetri March 2, 2013December 15, 2024

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

    Read More CHECK_NRPE: Error – Could not complete SSL handshake nagiosContinue

  • Nagios HTTP WARNING: HTTP/1.1 403 Forbidden
    Linux | Monitoring Server | Server | Tips And Tricks

    Nagios HTTP WARNING: HTTP/1.1 403 Forbidden

    BySharad Chhetri March 2, 2013December 17, 2024

    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.

    Read More Nagios HTTP WARNING: HTTP/1.1 403 ForbiddenContinue

  • Error installing rails
    Linux | Tips And Tricks

    Error installing rails

    BySharad Chhetri March 1, 2013December 10, 2024

    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…

    Read More Error installing railsContinue

  • Installing rails in verbose mode CentOS and Red Hat
    Linux

    Installing rails in verbose mode CentOS and Red Hat

    BySharad Chhetri March 1, 2013December 10, 2024

    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…

    Read More Installing rails in verbose mode CentOS and Red HatContinue

  • Installing Nagios-3.4.4 in CentOS 6.3
    Linux | Monitoring Server | Server

    Installing Nagios-3.4.4 in CentOS 6.3

    BySharad Chhetri February 27, 2013December 10, 2024

    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…

    Read More Installing Nagios-3.4.4 in CentOS 6.3Continue

Page navigation

Previous PagePrevious 1 … 33 34 35 36 37 … 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