Feb 16 · 2 min read · When running AWS CLI commands in Git Bash on Windows, you may encounter this error: 'enabled' is not recognized as an internal or external command, operable program or batch file. This error is not related to EC2, IAM, permissions, or AWS services. ...
Join discussion
Feb 15 · 4 min read · 🌟 Introduction: (Talking to Servers with cURL) Imagine, You are craving for pizza 🍕. You called the restaurant & asked what are the different varieties of pizzas available. The waiter tells the menu in response. You’ve gone through the menu & decid...
Join discussion
Feb 10 · 9 min read · Windows CLI Basics is a beginner-friendly TryHackMe room if you’re getting started with Operating Systems, i.e., Windows, or even if you’re used to navigating other OS like linux or Unix used in Mac this room help you understand some basic command-li...
Join discussion
Feb 11 · 3 min read · When you’re starting out with Linux, scripting can feel abstract, until you actually create a file, make it executable, and watch the system run your code. In this lab, I practiced exactly that: creating and executing a simple Bash script and using t...
Join discussion
Feb 8 · 3 min read · Text-to-speech is one of those things that looks solved—until you actually try to use it in a real workflow. The voices are good. The models are impressive.And then it mispronounces one word. Every time. This post walks through a small Python script ...
Join discussionFeb 7 · 4 min read · I’ve been experimenting with text-to-speech recently as part of a side project. The goal wasn’t anything exotic: take a written script and reliably turn it into spoken audio. The constraints, however, were very developer-shaped. I wanted something I ...
Join discussionFeb 7 · 2 min read · Today I completed a hands-on lab focused on creating and executing a simple Bash shell script, with a specific emphasis on the shebang directive. At first glance, this feels almost trivial. It isn’t. The Script The lab walked through: Creating a bas...
Join discussion
Feb 7 · 2 min read · Description:A beginner-friendly guide to essential Windows CMD commands every developer should know.Blog by Abhimanyu Payasi Introduction Windows Command Prompt (CMD) is often ignored because people jump straight to PowerShell or GUIs.But CMD is sti...
Join discussionFeb 5 · 1 min read · 1) Windows Powershell History Path C:\Users\user\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine 2) Clear VS Code Trusted Folders 1) Press Ctrl + Shift + P. 2) Type and select, Workspace: Manage Workspace Trust 3) A panel will open — click "...
Join discussion