Recent Posts

How to generate certificate for apache2

less than 1 minute read

If you need to setup ssl (‘https’) connections to your apache2 webserver then use the following steps. sudo mkdir /etc/apache2/ssl sudo openssl req -x509...

How to add gcm messaging to your app

1 minute read

If you tried the gcm playground and it does not work then try gcm quickstart tutorial. git clone https://github.com/googlesamples/google-services.git You ...

Basic Maven Commands Part 3

less than 1 minute read

use jetty to run program To use the Jetty Plugin just add the following in your pom.xml: <project> ... <build> <plugins> &l...

Adding search to your blog

less than 1 minute read

How to add search to blog goto www.google.com/cse google custom search engine add your website do verification, put google html onto your website, c...