Author: Felix Obare

Wavuh CRM

Wavuh CRM is a software that handles all the everyday challenges for the growing business by using customized automation and greatly designed technology.


September 30, 2022 0

Marketing Campaigns Tracking

The Marketing Campaigns Tracking Module is an important module for client onboarding and Activation. Campaigns Module interfaces with customer facing platforms or campaigns. The Campaigns can either be automated or user driven. A good example to give is the contact or sign form or email system is directly linked unto the platform to be able…
Read more


September 21, 2022 0

Customer Service Management

The Customer Service Management is a ticketing Module with capabilities to manage and see the progress of each customer ticket. The module is able to track and issue ticket numbers to customers


September 21, 2022 0
Installation of Apache Tomcat 8.5

Installation of Apache Tomcat 8.5 on Ubuntu 20.04

Step by step Installation of Apache Tomcat 8.5 on Ubuntu 20.04 For Installation of Apache Tomcat 8.5 do the following; Step 1: For Installation of Apache Tomcat 8.5 Download the and extract the Tomcat package, If the above mentioned link not working, visit Tomcat website and download the package. Step 2 : Rename folder “apache-tomcat-8.5.50” to “tomcat“…
Read more


August 30, 2022 0
Allow SSH root login on Ubuntu

Allow SSH root login on Ubuntu 20.04

Allow SSH root login on Ubuntu The best way Allow SSH root login on Ubuntu is by using SSH (Secure Shell) that is used to handle network services securely over an unsecured network. Some examples include: remote command-line, login, and remote command execution. In this article you will learn how to enable SSH access for…
Read more


August 30, 2022 0

Loyalty and Reward System

Loyalty and Reward System A Loyalty and Reward System are supposed to unlock great value for companies by driving higher sales and boosting brand affinity but with the increased digital space Retailers have access to copious amounts of information at their fingertips in today’s digital age. Technology has enabled them to find the best deals…
Read more


May 27, 2022 0
new encoding (UTF8) is incompatible

ERROR: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)

Please follow the steps below to sought the above postgresql ERROR: new encoding (UTF8) is incompatible We need to drop or modify template1. Templates can’t be dropped, hence we need to make make an database: ERROR: new encoding (UTF8) is incompatible su postgres psql UPDATE pg_database SET datistemplate = FALSE WHERE datname = ‘template1’; Now…
Read more


July 22, 2021 1