If you have been following my blog, you know I recently moved my hosting to Dokploy. While the journey has been smooth, I wasn’t satisfied with the standard WordPress setups. I wanted something faster, more efficient, and easier to manage. That’s why I built and released WordPress-Dokploy—a specialized stack designed for maximum performance using OpenLiteSpeed.
(more…)Category: WP Tutorials
-

How to Upload and Download S3 Files using Plain PHP (No SDK Required)
I am familiar with typical cloud storage services like Google Drive and Microsoft OneDrive. However, in web development, these cloud storage providers are not quite suitable because they lack direct, permanent links to the uploaded files. To address this issue, object storage becomes a handy and reliable solution.
-

How to install IonCube Loader with FlyWP
I heard FlyWP for the first time at WordCamp 2024 @ Menara Ken TTDI event. I give a try, and I immediately fall in love with this product. I was thinking that someone that build plugin for WordPress could be using IonCube to encrypt the source code.
(more…) -

How to simplify access to SSH with .ssh/config
If you are frequently access SSH where you need to check the server IP Address to SSH, this is the way for you to simplify the process. The strategy is to put a name to the SSH address, and you will only need to call SSH + name to access it.
-

How I make simple HTTP load test
This WordPress blog is running on Amazon Web Service Elastic Compute Cloud (AWS EC2) with t2.nano instance. The web (apache + php-fpm) and database (mariadb) is put in different instance, making this blog technically running on two t2.nano instance or equivalent to one t2.micro instance.
(more…) -

Making PostgreSQL run on the first start of WSL 2 terminal
My daily routine involves working with Ruby on Rails with PostgreSQL as a relational database service. Thus, I will be discussing about how to automate the start of PostgreSQL service on Windows Subsystem Linux (WSL) 2.

