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
  • How to create multiple mysql instance in CentOS 6.4 and Red Hat 6.4
    Linux | mysql

    How to create multiple mysql instance in CentOS 6.4 and Red Hat 6.4

    BySharad Chhetri December 2, 2013December 10, 2024

    In this tutorial we will learn about how to create multiple mysql instance in CentOS 6.4 and Red Hat 6.4. Multiple instance means in single system we can create multiple MySQL server. These multiple mysql server will run in different ports.In this practical we expect you already have MySQL server installed in your system. To…

    Read More How to create multiple mysql instance in CentOS 6.4 and Red Hat 6.4Continue

  • awesome android apps for Nagios – Review
    Monitoring Server

    awesome android apps for Nagios – Review

    BySharad Chhetri November 29, 2013December 10, 2024

    Today we were searching for free Android apps for Nagios monitoring server to get the notification updates in our Android mobile phone.We tried some Nagios Android apps and we found this android app is really work well. These Android apps we checked in Nagios 3.x and 4.x version and both were smoothly running very fine….

    Read More awesome android apps for Nagios – ReviewContinue

  • group ownership reference to file/dir from other file/dir in linux
    Linux Commands

    group ownership reference to file/dir from other file/dir in linux

    BySharad Chhetri November 28, 2013December 10, 2024

    In this tutorial we will learn to give group ownership reference to file/dir from other file/dir in linux. Here we will take ownership and group reference from source file or directory and apply same ownership and group to target directory. Syntax: chown –reference source-file-dir target-file-dir example: chown –reference testfile sharad_testfile See the given below screenshot…

    Read More group ownership reference to file/dir from other file/dir in linuxContinue

  • Give permission reference to file/dir from other file/dir in linux
    Linux Commands

    Give permission reference to file/dir from other file/dir in linux

    BySharad Chhetri November 28, 2013December 10, 2024

    In this post we will learn to give permission reference to file/dir from other file/dir in linux. For example you have any file and directory and you want to give permission exactly same to other file and directory. Use the given below syntax: chmod –reference source-file-dir to target-file-dir eg. chmod –reference testfile sharad_testfile for more…

    Read More Give permission reference to file/dir from other file/dir in linuxContinue

  • Install nagios 4.0.2 in CentOS 6 using tarball
    Linux | Monitoring Server

    Install nagios 4.0.2 in CentOS 6 using tarball

    BySharad Chhetri November 27, 2013December 10, 2024

    In this tutorial we will learn about how to install nagios 4.0.2 in Linux using tarball.Nagios is one of the famous and very robust Monitoring Server.The installation has been done in minimal installed CentOS 6.4.Recently Nagios team has released its much awaited 4.x version.The installation steps is applicable to other Nagios version also. Details of…

    Read More Install nagios 4.0.2 in CentOS 6 using tarballContinue

  • Error: Could not open command file ‘/usr/local/nagios/var/rw/nagios.cmd’ for update!
    Linux | Monitoring Server

    Error: Could not open command file ‘/usr/local/nagios/var/rw/nagios.cmd’ for update!

    BySharad Chhetri November 26, 2013December 10, 2024

    While installing the Nagios 4.0.2 from tarball I got this issue Error: Could not open command file ‘/usr/local/nagios/var/rw/nagios.cmd’ for update!. The problem was clearly stating about permission issue.Hence we have to only modify the permission and restart the nagios service. The problem was occurring when I was clicking on Re-schedule the next check of this…

    Read More Error: Could not open command file ‘/usr/local/nagios/var/rw/nagios.cmd’ for update!Continue

  • make all command error while installing nagios
    Monitoring Server

    make all command error while installing nagios

    BySharad Chhetri November 26, 2013December 10, 2024

    Today, I was installing Nagios 4.0.2 version through tarball and while installation I got the issue that is make[1]: *** No rule to make target `../include/locations.h’, needed by `nagios.o’. Stop. The error occur after I hit the command make all . I have already installed gcc so the error was coming from some other dependency…

    Read More make all command error while installing nagiosContinue

  • Change mysql default port number in linux
    Linux | mysql

    Change mysql default port number in linux

    BySharad Chhetri November 25, 2013December 10, 2024

    In this post we will learn about how to change mysql default port number in linux.This is a simple tip but it has many benefits. Question: What are the benefits of changing the default port no. 3306 in mysql-server ? Answer: For security point of view we generally change the port no. of MySQL Server…

    Read More Change mysql default port number in linuxContinue

  • Safest method to remove softlink in Linux
    Linux | Linux Commands | Tips And Tricks

    Safest method to remove softlink in Linux

    BySharad Chhetri November 24, 2013December 10, 2024

    In this post we will learn safest method to remove softlink in linux. Softlink is also known as symbolic link which is special type of file provide the reference of file or directory with its absolute path.

    Read More Safest method to remove softlink in LinuxContinue

  • How to upgrade Ubuntu 13.04 to 13.10 by command line
    Linux

    How to upgrade Ubuntu 13.04 to 13.10 by command line

    BySharad Chhetri November 24, 2013December 10, 2024

    How to upgrade Ubuntu 13.04 to 13.10 by command line In this post I am sharing a tip how to upgrade Ubuntu 13.04 to 13.10 by command line.In my last post about upgrading the Ubuntu 12.10 to 13.04 we have used the same command. Here the command is also applicable when you want to upgrade…

    Read More How to upgrade Ubuntu 13.04 to 13.10 by command lineContinue

  • Setup CRAM-MD5 authentication for mailing in owncloud Ubuntu
    Linux | owncloud

    Setup CRAM-MD5 authentication for mailing in owncloud Ubuntu

    BySharad Chhetri November 22, 2013December 10, 2024

    In this tutorial we will learn about how to setup CRAM-MD5 authentication for mailing in Owncloud version 5.0.12-0 in Ubuntu.Today I found that while sharing the link in Owncloud the recipient was not getting email. It was quite obvious I have to set the Mailer. I read the online documentation from owncloud and tried to…

    Read More Setup CRAM-MD5 authentication for mailing in owncloud UbuntuContinue

  • Setup MySQL master slave replication in CentOS 6
    Linux | mysql

    Setup MySQL master slave replication in CentOS 6

    BySharad Chhetri November 21, 2013December 10, 2024

    In this tutorial we will learn about how to setup MySQL Master Slave replication in CentOS 6.4.In Master-Slave replication one database server (Master) can replicate the databases to one or more MySQL database Server(slave). The Slave server is not required to be connected always with Master Server, once slave server is up and when you…

    Read More Setup MySQL master slave replication in CentOS 6Continue

  • mysqldump Error Binlogging on server not active
    mysql

    mysqldump Error Binlogging on server not active

    BySharad Chhetri November 21, 2013December 10, 2024

    While using the mysqldump command in one of the MySQL server I got the error mysqldump: Error: Binlogging on server not active . Below given is the quick solution for it. Details of MySQL Server: MySQL Server: mysql-server-5.5.34 Error: Binlogging on server not active Note: The path of my.cnf file In CentOS and Red Hat…

    Read More mysqldump Error Binlogging on server not activeContinue

  • Install latest wordpress in CentOS 6
    BlogTalks | Linux

    Install latest wordpress in CentOS 6

    BySharad Chhetri November 20, 2013December 10, 2024

    In this tutorial we will learn how to install latest wordpress in CentOS 6.Installing the WordPress is quite easy but here we will create a database user which only has access to wordpress database.This practical is applied to VPS,Cloud Server,virtual server and dedicated server. Note: VPS,Cloud Server,virtual server are based on Virtualisation techninque We are…

    Read More Install latest wordpress in CentOS 6Continue

  • Find mysql commands history without mysql server login
    Linux | mysql

    Find mysql commands history without mysql server login

    BySharad Chhetri November 19, 2013December 10, 2024

    This is a small tip to find mysql commands history without login into mysql server.When we login into MySQL server,generally we uses up and down arrow key to find the history of MySQL commands. Actually the MySQL commands history are saved in file called .mysql_history located in user’s home directory by which he/she logged into…

    Read More Find mysql commands history without mysql server loginContinue

Page navigation

Previous PagePrevious 1 … 22 23 24 25 26 … 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