by Anjani Phuyal | May 26, 2014 | Microsoft office, Microsoft Word
Go to view Click on Macros and view Macros Create new macro and paste below code run the macro and export will be successful The updated script can be found on github. https://github.com/anjani-phuyal/export-word-review-comments-in-excel...
by Anjani Phuyal | May 26, 2014 | Linux, ubuntu
Problem: No java on ubuntu Solution: sudo apt-get install openjdk-6-jdk
by Anjani Phuyal | May 26, 2014 | Uncategorized
Installation sudo apt-get update aptitude install build-essential or sudo apt-get install build-essential On ubuntu run ./nagiosautoinstall-ubuntu.sh . The file can be downloaded from https://github.com/nicolargo/nagiosautoinstall This will run through various steps...
by Anjani Phuyal | May 26, 2014 | Nagios
Nagios directory path is /usr/local/nagios config files path is /usr/local/nagios/etc/objects plugin path is /usr/local/nagios/libexec Add new Host sudo vi /usr/local/nagios/etc/objects/hosts.cfg sudo /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg to...
by Anjani Phuyal | May 26, 2014 | Nagios
Install NRPE on Linux (Ubuntu) remote host sudo apt-get install nagios-nrpe-server Now on remote-host edit /etc/nagios/nrpe.cfg changing: allowed_hosts= nagios server ip Add below in the command definition area...