One9twO·Mar 19OpenClaw + Local Model ProviderBackground: I don’t have tokens from any AI companies, but I have CPU-based hardware around. So I started off the journey of exploring…
One9twO·Jan 14, 2025The FasTrak Lane ScamLately I received several messages that ask me to pay for FasTrak usage. A look at the sender (a personal hotmail) and the weird FQDN…
One9twO·Sep 11, 2024Tenable Vulnerability Management: Why an audit check would return a “Warning” or “Medium” severityI stumble upon a massive number of Warnings after a scan in Tenable Vulnerability Management. And I found 2 causes:A response icon1A response icon1
One9twO·Jul 13, 2024Sign commits using GitHub Actions AppMy use case: I need to use GitHub Actions workflow to run a task (which updates a file). If the file has updated, the workflow should open…
One9twO·Jul 12, 2024GitHub Actions cron not ran until merged to mainI added a GitHub Actions workflow to run every 15 minutes
One9twO·Jan 8, 2024Python Script to list files in an Azure Blob Storage containerI asked ChatGPT to “write python script to list files in an Azure storage container using SAS url”. It generated a script that almost…
One9twO·Jan 5, 2024Azure Storage Account: Disable Shared Key AccessTo disable Shared Key Access (Microsoft Learn) using Terraform, you need to enable storage_use_azuread so Terraform can still interact with…A response icon3A response icon3
One9twO·Dec 20, 2023Flipper Zero UnboxingIt’s been ages since I played with electronics. Now I’m in the Security profession, I decided to pick a toy for pen-testing physical…
One9twO·Nov 29, 2023What does ACTION mean in Azure Activity LogAzure Activity log captures events that have occurred.
One9twO·Oct 27, 2023How to check if a Debian update is availableSometimes we need to patch packages on OS distributions which are close or past EOL.