Jan 24 · 2 min read · I’ve recently been given access to Claude Code at work, so I’ve been trying it out to see how I get on with it. I tend to run it from a Windows Command Prompt, and I’ve noticed that it keeps creating files named nul with 0KB size. Worse, when I try t...
Join discussion
Nov 19, 2025 · 1 min read · View saved Wi-Fi passwords on Windows 10/11 using Command Prompt. Open Command Prompt as an administrator. To list saved Wi-Fi profiles netsh wlan show profiles To view the password of a profile netsh wlan show profile name="NETWORK NAME" key=clear ...
Join discussionSep 17, 2025 · 3 min read · 👨💻 Introduction Hi, I’m Vinkal Prajapati — a Web Developer, Educator & Tech Blogger. Coding aur development ke saath-saath mujhe students ko Computer Fundamentals aur CMD (Command Prompt) bhi sikhana pasand hai. 💡 "Command Prompt is not just a b...
Join discussionAug 17, 2025 · 14 min read · 1. Introduction 1.1. What is a CLI, Shell and Terminal ? A Command-Line Interface (CLI) is a text-based user interface that enables users to interact with a computer program or operating system by typing commands. CLIs offer significant advantages ov...
Join discussion
Feb 18, 2025 · 4 min read · Imagine you own a large library where every book is meticulously organized on shelves. Now, what if you had to find a specific book among thousands without a proper cataloging system? It would be chaotic! This is exactly why databases exist—to effici...
Join discussion
Jan 19, 2025 · 6 min read · What is a Shell? Shell is a program that takes the commands whatever the user is typing and it will give to the OS to execute. It acts as an interface between the user and the OS. In most of the Linux systems bash is the default shell., Linux support...
Join discussion
Dec 27, 2024 · 2 min read · Cypress is a powerful testing framework designed for modern web applications, and it utilizes a variety of commands to facilitate automated testing. Here are some of the main commands in Cypress that are essential for writing effective tests: 1. cy.v...
Join discussionAug 31, 2024 · 5 min read · 1. What is the Command Line? The Command Line is a tool that lets you interact with your computer using text commands. It’s like sending instructions to your computer in a special language. This might feel different from clicking on things, but once ...
Join discussionJul 17, 2024 · 2 min read · cd - Change Directory dir - List Files and Directories mkdir - Make a Directory rmdir - Remove a Directory copy - Copy Files move - Move or Rename Files rename - Rename Files del - Delete Files type - Display File Contents echo - Display Tex...
Join discussion