Our Blog

Read our latest blog posts

SOLUTION: Mailchimp webhooks not working for imported contacts

Learn how to force Mailchimp to send you webhooks for created/updated subscribers when importing a CSV file or copy/paste

Continue reading

Install Apache, PHP and MySQL on Ubuntu 16.04 in one command

Ubuntu is one of the most user friendly distributions of Linux operating system. If you want to do PHP and MySQL development on an Ubuntu based machine or want to...

Continue reading

Fix: Tomcat taking very long to serve first request on fresh install on Ubuntu 14.04

Fix Tomcat taking very long to serve first request on a fresh install or restart on Ubuntu 14.04. Solution is to install haveged to seed your system's source of randomness.

Continue reading

Linux: Check from command-line if your OS is 32 bit or 64 bit

Find out from command line if you are running a 32 bit or 64 bit version of Linux.

Continue reading

Programmatically Get Absolute Path of Java Executable in a Running Program

Learn how to get the absolute path of Java executable that was used to launch a program, from within that program.

Continue reading