by Anjani Phuyal | May 26, 2014 | Uncategorized
Change hostname from locations below: vi /etc/hostname vi etc/hosts restart the service sudo /etc/init.d/hostname.sh start
by Anjani Phuyal | May 26, 2014 | Uncategorized
How to disable Ethernet from boot time/permanently? for part one: you can also go into /etc/network/interfaces and comment out the line that reads Code: auto eth0 this will then stop eth0 from being activated aromatically at boot...
by Anjani Phuyal | May 26, 2014 | Uncategorized
wget wget -q -O – checkip.dyndns.org|sed -e ‘s/.*Current IP Address: //’ -e ‘s/<.*$//’ That will return your local IP curl curl -s checkip.dyndns.org|sed -e ‘s/.*Current IP Address: //’ -e ‘s/<.*$//’ That one...
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 | Uncategorized
sudo apt-get install openjdk-6-jdk sudo apt-get install solr-tomcat sudo service tomcat6 start http://localhost:8080/solr the config & index will be stored at : /usr/share/solr/...
by Anjani Phuyal | May 26, 2014 | Uncategorized
How to Upgrade Check Compatibility of installed plugins Read the upgrade instructions Stop the Sonar Down and extract the SonarQube from http://sonarsource.org/downloads Update the contents of sonar.properties and wrapper.conf on /sonar-3.7.2/conf Copy the plugins...