create noreply email id in Virtual Domain and Users postfix mail server in postfixadmin’s mysql database I always prefer to go with Postfix mail server with mysql and dovecot. For postfix mysql as backend I generally use the postfixadmin. Postfixadmin is easy to configure whereas through web interface or command line you can manage the […]
Linux
configure: error: C++ compiler cannot create executables
configure: error: C++ compiler cannot create executables This kind of error generally comes when you are installing the package from source code. The source code have many C or C++ files which require C compiler. To solve this issue in CentOS and Red Hat ,run the below given command. Here we are using wildcard * […]
NOTICE: nagios.cmd file not found. Please specify the location of this file in your /etc/vshell.conf file
NOTICE: nagios.cmd file not found. Please specify the location of this file in your /etc/vshell.conf file This is continue of my last post on how to change nagios frontend with vshell Nagios version : 3.x While configuring the vshell it might be possible you can get this warning message.The warning message occur when you run […]
check_openerp nagios plugin for openerp service check
check_openerp nagios plugin for openerp service check This is a small nagios plugin for monitoring the OpenERP service . You can use this plugin with check_nrpe or check_by_ssh. In my server, I start the openerp service by using command nohup ./openerp-server & In your server the case might be different, do the changes as per […]
Use Linux Date Command As A Timezone Converter
Date command is not only use for setting and viewing the date and time of system but it can also be used to display current date and time running in some other country or can also display future date and time of other country. For this we must need the time zone information of the […]
Learn Linux Date Command With Examples
In this post we will learn about how to set date and time as well as how to get date and time information with date command.Note: If you want to set date and time of system you must be login with superuser or root. Date command is one of the useful command in linux. At […]
Recent Comments