maisyt.hashnode.devImporting a Self-signed Cert for a Rust reqwest HTTP clientI have set up a HTTP server with TLS using rust and a self-signed certification. It works fine when I import the cert and test the APIs in Postman. However, I got into trouble when writing a HTTP client using the rust library reqwest. This is a note ...Apr 20, 2024·4 min read
maisyt.hashnode.devSSL Related Issues with NPM & VSCode Extensions Due to ZscalerZscaler is used to secure the traffic from the client device to the Internet. But sometime it also block you from accessing resource that should be trusted and considered safe. You may even waste a few hours of time trying to solve the problem before...Jan 21, 2024·3 min read
maisyt.hashnode.devWSL - Insufficient System Resources Even There is Plenty?Sometime when I open the WSL terminal, it said Insufficient system resources exist to complete the requested service. and refuse to function. Buy hey, my computer is still having nearly 8GB of free memory. There is no way that it is not enough! It tu...May 9, 2023·1 min read
maisyt.hashnode.devGradle Tips for Minecraft Fabric ModIn the past few months, I am having fun with my first Minecraft Fabric mod for posting item info to Discord text channels. Intuitively, I use some third-party library for handling the Discord and testing stuff which surprisingly was a challenge to me...Apr 29, 2023·2 min read
maisyt.hashnode.devCron: Schedule Task with Log HousekeepingMany Linux servers run scheduled tasks using Cron Jobs as a matter of routine. According to the job definition, Cron will run the task (usually a command or a group of commands in a shell script) at specific times (e.g. daily, 1st of every month, eve...Jan 23, 2023·4 min read