How to Add Matomo Analytics Tracking Code into WordPress

matomo logo pisyek

This is not rocket science. You can easily embed the Matomo Analytics tracking code by using a plugin or simply copy and paste the tracking code into your header or footer.

Since I wanted to learn new things during this #COVID19, I learned and create a simple WordPress plugin so that I can easily embed Matomo tracking code into my WordPress sites. You can download it here for free.

Why I chose Matomo?

Previously I used Google Analytics and Statcounter for tracking visitors. Statcounter provides simple and easy dashboard reporting. While Google Analytics features are too overwhelming for me. Then I found Matomo.

Continue reading “How to Add Matomo Analytics Tracking Code into WordPress”

Cara Bayar Zakat Pendapatan Selangor Online

cara bayar zakat selangor online

Tahun 2019 bakal menutup tirainya beberapa hari saja lagi. Jadi rasanya elok sangat kalau aku kongsikan macam mana cara bayar zakat pendapatan selangor secara online ni.

Untuk pengetahuan semua, segala pembayaran zakat seperti zakat fitrah, zakat perniagaan, zakat pendapatan, zakat emas, zakat kwsp, zakat pelaburan adalah dibolehkan untuk anda menuntut rebat cukai. Boleh rujuk di sini: LHDN e-Filing

Jumlah rebat yang dibenarkan kepada individu adalah dihadkan kepada jumlah cukai pendapatan yang dikenakan untuk suatu tahun taksiran.

Jadi bagaimana cara bayar zakat secara online?

Continue reading “Cara Bayar Zakat Pendapatan Selangor Online”

How to Remove NGINX Server Header in Ubuntu 18.04

For me, it is good to remove the server info footprint in the response header to minimize security threats to your server. So how do you remove NGINX server header in Ubuntu 18.04?

Before going into the tutorial, most of the server that I know e.g. Apache, IIS, LiteSpeed, Tengine will return the server info in response header by default. So I’m sure there are also resources on how to remove server header on these servers.

You can verify a response header by running “curl -I <domain-name>“. Sample response header for ApacheNginxIIS, and LiteSpeed as follows:

Continue reading “How to Remove NGINX Server Header in Ubuntu 18.04”