MongoDB replica sets

http://engineering.foursquare.com/2011/05/24/fun-with-mongodb-replica-sets/ http://docs.mongodb.org/manual/tutorial/convert-standalone-to-replica-set/   replSet = auxdb fastsync = true rest = true   connecting to: auxdb-0:27017/admin > rs.initiate() //...

Upgrading to SonarQube

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...

virtualhost in ubuntu

sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/anjani.co.uk sudo vi /etc/apache2/sites-available/example.com ServerName example.com DocumentRoot /var/www/example.com/anjani sudo a2ensite example.com sudo service apache2 restart...