-
How to resolve Anthropic – API ‘Insufficient Balance’ error
While working on the “Building with the Claude API” course from Anthropic. I created a jupyter notebook on Anitgravity ran the following code : And I got the following “Insufficient Balance” error as below: Troubleshooting steps: Used curl cli to verify my Athropic API (around $25 fund in my Anthropic account) that have sufficient funds…
-
Quick Notes on “kubectl” Commands and Testing
Use “kubectl” command to list all the pods in a specific namespace, in this case “mynamespace”: List all pods deployed in the “default” namespace: To ssh into Kubernetes pod, in this case ssh into a busybox pod. Obtain the quote-service pod’s IP address using the following command: Try to hit the quote-service pod via its…
-
Access To Docker Container Shell on Synology NAS
In this post, I will explain how to access to Docker container shell that hosted on Synology NAS using “Terminal” on MacOS. Assuming you know how to create and start a Docker Container on Synology NAS. I will write a post in the future explaining the steps to create and run Docker Container on Synology…
-
Remove Chrome McAfee VirusScan pop up on Android phone
If your android phone is getting annoying pop ups stating that Viruses defect from Mcafee VirusScan constantly and you don’t know how to stop these pop ups. Don’t panic, I will help to get rid of this problem. 1. Goto Google Chrome, Setting, Privacy and Security, Delete browsing data , Basic Tab, ensure “All time”…
