I have used Microsoft Edge browser since the release of Microsoft Windows 11. This is a great chromium-based browser. But, today I’m making change to Firefox due to URL Input Issue.
(more…)Category: Tech
-
5 Things I learnt from WP Meetup @ Raja Tun Uda Library
I attended a WordPresss Meetup event held at Raja Tun Uda Library on Saturday, 1st February 2025. There are 2 topics have been discussed where the first topic is about design and the second topic is about SEO.
(more…) -
How many databases connection will WordPress make?
Typically, WordPress opens five (5) database connections. However, the actual number of connections can vary depending on multiple factors, including the type of PHP server being used.
(more…) -
Perform Simple Video Editing with Ubuntu/Mac OS (from terminal)
You can do simple video editing with your Linux/Unix machine by using terminal. This means, you don’t have to buy any software or exploring complicated Graphical User Interface (GUI) video editing software. This can be easily done with FFmpeg.
(more…) -
Recovery when accidentally blocked SSH connection
If you are using a third-party control panel to manage your servers, there is likely a configuration option to set firewall rules. If you accidentally remove access to port 22 from the whitelist, your server will become unmanageable. To prevent this, here’s what you should do beforehand.
(more…) -
S3 Object Storage Upload & Download with Plain PHP
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…) -
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…)