I came across the following idea recently. How to setup and host wordpress website using one of auto-scaling infrastructure provided in Amazon Web Services. Which can be described as below:
Author: Namran Hussin
Happy Malaysia Day 2020!Happy Malaysia Day 2020!
Happy Malaysia Day ! Today is 16 September 2020. We are still in the middle of Recovery Movement Control Order (RMCO) which is has been extended to 31st December 2020.
The performance monitoring tool – newrelicThe performance monitoring tool – newrelic
I come across an useful tool to monitoring web application performance — newrelic.com It come very handy to find the root cause for the bottleneck issue in one of our
The add new post and edit post have been blank after update to wordpress 5.0The add new post and edit post have been blank after update to wordpress 5.0
My edit post and add new post has been a blank page. I could not even publish any of the previous post draft. After a google search, the solutions is
Covid19 and its update in MalaysiaCovid19 and its update in Malaysia
We started the MCO movement control order since March 2020.As of today we are at RMCO – Recovery Movement Control Order.And it is expected to be ended at 31st August
Docker-compose for joomla development with mysql and redisDocker-compose for joomla development with mysql and redis
Let’s say you just want to have Joomla with its Mysql and also redis infrastructure ready. And don’t want to bother setting it up manually for each services. Just make
How to customise your terminal to zsh with its useful theme and pluginsHow to customise your terminal to zsh with its useful theme and plugins
I come across the zsh terminal after an upgrade of MacOS to Catalina recently. Where it suggest me to use zsh as default terminal instead of bash. After searching around
Getting dockers with local AWS servicesGetting dockers with local AWS services
In development environment you might want to test the integration between your code and some endpoint of the AWS services. To minimise the cost, you might want to find a
Running amazonlinux image in docker and install php7.3 into its imageRunning amazonlinux image in docker and install php7.3 into its image
First, grab docker image from docker hubs repository docker pull amazonlinux run and get into its bash : docker run -it --rm amazonlinux /bin/bash actually you can run have any
How to change permalink from postname to category/postnameHow to change permalink from postname to category/postname
I come across to have some changes of the permanent link on my blog. The requirement for the URL change are simple: 1. must have category slug in the URL