AFAshraful Firozinblog.ashrafulfiroz.com·Nov 24, 2025 · 1 min readAlternative Docker runtimebrew install docker-credential-helper docker colima colima start brew services start colima # for apple silicon mac to run x86 containers colima start --arch aarch64 --vm-type=vz --vz-rosetta --cpu 4 --memory 4 --disk 6400
AFAshraful Firozinblog.ashrafulfiroz.com·May 5, 2023 · 3 min readAWS Security: IAM Best Practices for EngineersAs an AWS cloud engineer, managing and securing your AWS resources is critical. One of the most important components in the AWS ecosystem for ensuring security is Identity and Access Management (IAM). IAM allows you to manage user access to resources...00
AFAshraful Firozinblog.ashrafulfiroz.com·Apr 28, 2023 · 3 min readBuilding a Secure File Sharing Discord Bot using Event-Driven Architecture, Laravel, and Vue.jsEvent-driven architecture (EDA) is a popular design pattern that allows applications to react to specific events in real-time. This approach enables the decoupling of components, making them more resilient and scalable. In this article, we'll dive in...00
AFAshraful Firozinblog.ashrafulfiroz.com·Apr 28, 2023 · 2 min readHow to extend expired subkeys in FIDO U2F hardware keysIf your subkeys have expired and you want to extend their expiration dates on your YubiKeys, follow these steps on your macOS machine. We'll use the command line tool gpg to perform these operations. Please ensure you have GnuPG installed on your Mac...00
AFAshraful Firozinblog.ashrafulfiroz.com·Mar 27, 2023 · 1 min readHow to flush DNS cache in MacOSEvery time I needed to flush the DNS cache on macOS, I had to scroll through pages to find the actual command. So here I am providing the full command list for all macOS versions. Find the command according to your macOS version and execute it in the...00