Leong Hean Hong
Hong's Tech Blog

Hong's Tech Blog

Follow
homeProTipsHow-toCommon TasksCodeTalkbadges
Series

How-to

Series of how-to instructions.

Articles in this series

Monitoring Systemd Service Using Monit

Sep 7, 20231 min read

Monit is an easy-to-use software for monitoring servers. It does not require any agent and runs locally within the server. The ability to use custom...

Monitoring Systemd Service Using Monit

Setup Mailpit with Apache Web Server On CentOS 9

May 30, 20233 min read

Mailpit is an alternative to MailHog. It is a hosted SMTP server. Instead of sending emails to recipients, it captures and stores all emails for...

Setup Mailpit with Apache Web Server On CentOS 9

Enable Bluetooth aptX and AAC Codec In Macbook Pro

Mar 30, 20231 min read

You can enable aptX and AAC on Macbook Pro · aptX and AAC are both audio codecs for use over Bluetooth. Both deliver high-quality audio through audio...

Enable Bluetooth aptX and AAC Codec In Macbook Pro

Switch From Unifi to Maxis Fiber

Feb 20, 20232 min read

This is the process of how I switched from TM Unifi 100 Mbps plan to Maxis Fiber 300 Mbps plan in January 2023. This is done through an...

Switch From Unifi to Maxis Fiber

Install Home Assistant Supervised On Arch Linux

Sep 19, 20213 min read

Lack of HASS-specific guide for Arch Linux · Installing home-assistant did not turn up to be what I expected. It does not support add-ons! I learned it...

Install Home Assistant Supervised On Arch Linux

Connecting To SFTP With Go

Aug 13, 20211 min read

Simple and insecure way to connect to SFTP server. · My application needs to retrieve data files from remote SFTP server at regular interval. Sometime...

Connecting To SFTP With Go