I am familiar with typical cloud storage services like Google Drive and Microsoft OneDrive. However, in web development, these cloud storage providers are not suitable because they lack direct links to the uploaded files. To address this issue, object storage becomes a handy solution.
(more…)Category: Tech
-
5 Reasons Why You Should Be Using FlyWP
First, FlyWP helps you to manage multiple WordPress installation. It provides an interface where you can perform a WordPress, Plugin and Themes Updates directly from FlyWP interface. If you are handling multiple WordPress installation, this control panel will definitely reduce the pain managing multiple WordPress.
(more…) -
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.
(more…) -
At this time, you should wait for Qualcomm Snapdragon X laptop
If you are thinking about buying a new laptop, it is worthwhile to wait until the next generation processor becomes the norm. I am referring to ARM-based processor where it promise better thermal performance and longer battery life.
(more…) -
A Phone That I Regret Buying: Samsung Galaxy S22+
I bought Galaxy S22+ on 22 March 2022 at Harvey Norman. I’m buying a flagship phone to get the best phone. I was wrong.
(more…) -
I stopped using Opera web browser. Here’s why
First, using Opera Web Browser on Macbook Air M2, I do experience crashes when there is an update. I need to kill it with Activity Monitor. This is disgusting.
(more…) -
WordPress user prior to 6.4 may want to disable attachment pages
If you are upgrading your WordPress site from any version prior to 6.4, you will have option for wp_attachment_pages_enabled configured to 1 (true). According to announcement by WordPress, you will need to modify the value manually to 0 to disable attachment page creation.
(more…) -
You shouldn’t be using any WordPress SMTP plugin
Instead, configure your web server on the Operating System level with Postfix. This is better way since Postfix will handle the rest. Also, provided if there is latency between the web server and the email provider, it will not affect your WordPress performance.
(more…)