How to prevent cronjob execution failure on EKS from causing Worker Node auto-extension failure. Practical steps, common pitfalls, and commands you can apply quickly.
Cloud Magician
使用 User Data 為 Linux EC2 建立初始資料. Practical notes and implementation steps.
Getting EXPKEYSIG while updating Grafana on Ubuntu? Learn why APT rejects the repository signature and how to refresh Grafana's official GPG key safely.
GitLab CI_PIPELINE_IID Reset: What You Can (and Can?) Do. Practical steps, common pitfalls, and commands you can apply quickly.
Learn how to clear a Jenkins job's build history and reset its next build number through the Script Console, including the risks and limitations to review first.
Why I Started Writing Tech Articles. Practical steps, common pitfalls, and commands you can apply quickly.
Compare three ways to reverse a JavaScript string: writing a for loop, using reverse, and the Unicode \u202E display trick.
避免使用魔術數字. Practical notes and implementation steps.