Blog

Page 19 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for How can I set up an editor to work with Git on Windows?
cygwinwindows

How can I set up an editor to work with Git on Windows?

Published on September 2, 2023

# How to Set Up an Editor to Work with Git on Windows 👨‍💻💻 Are you a Windows user trying to use Git but struggling to set up an editor for your commit messages? Don't worry, you're not alone! Many Windows users face the same issue when trying to config

Cover Image for How do I measure execution time of a command on the Windows command line?
batch-filetimewindows

How do I measure execution time of a command on the Windows command line?

Published on September 2, 2023

# How to Measure Execution Time of a Command on the Windows Command Line ⏱️💻 You're at the command line, executing a complex command, and you wonder, "How long is this going to take?". This is a common question, and fortunately, there are several ways to

Cover Image for How to prevent auto-closing of console after the execution of batch file
batch-filecommand-linewindows

How to prevent auto-closing of console after the execution of batch file

Published on September 2, 2023

## Do You Hate When the Console Closes Automatically? Here's How to Fix It! 🚪🔒 <p>Have you ever run a batch file and, as soon as the execution was completed, the console window just closed out of nowhere? 😮 It's frustrating, right? Well, fret no more!

Cover Image for Is there a command to refresh environment variables from the command prompt in Windows?
environment-variableswindows

Is there a command to refresh environment variables from the command prompt in Windows?

Published on September 2, 2023

# **🔄 Refresh Environment Variables in Windows Command Prompt Easily!** 👋 Hey there, tech enthusiasts! Have you ever found yourself scratching your head when modifying or adding environment variables in Windows Command Prompt? 🤔 Don't worry, we've got

Cover Image for pip install fails with "connection error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:598)"
pippythonwindows

pip install fails with "connection error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:598)"

Published on September 2, 2023

# Installing Python Packages with Pip: Fixing SSL Certificate Verify Failed Error If you're new to Python and facing issues with installing packages using pip on Windows 7, chances are you might encounter the dreaded "connection error: [SSL: CERTIFICATE_V

Cover Image for How do I shutdown, restart, or log off Windows via a bat file?
batch-filecommand-linewindows

How do I shutdown, restart, or log off Windows via a bat file?

Published on September 2, 2023

🔌💻 How to Shutdown, Restart, or Log Off Windows via a Bat File 💾🔒 Hey there tech enthusiasts! 👋 Do you find yourself in a situation where you can't access the power options in the Start Menu? 🤔 Maybe you're using Remote Desktop Connection and need a

Cover Image for "rm -rf" equivalent for Windows?
windows

"rm -rf" equivalent for Windows?

Published on September 2, 2023

--- title: "The Ultimate Guide: How to Recursively Delete a Folder and its Children in Windows" date: 2022-01-01 author: CoolTechWriter tags: [Windows, Command Prompt, Tips] image: folder-delete-windows.jpg --- ## Introduction 👋Hey there, tech enthusi

Cover Image for How do I install and use cURL on Windows?
installationwindows

How do I install and use cURL on Windows?

Published on September 2, 2023

🔌 A Guide to Installing and Using cURL on Windows 💻 Having trouble with cURL on Windows? No worries! We've got you covered. In this guide, we'll walk you through the process of installing and using cURL on your Windows machine. Let's dive right in! 🏊‍♂

Cover Image for How to export/import PuTTY sessions list?
windows

How to export/import PuTTY sessions list?

Published on September 2, 2023

# 🌐 The Ultimate Guide to Exporting/Importing PuTTY Sessions List 🚀 PuTTY is a popular and versatile terminal emulator that allows you to connect to remote servers using various protocols. Whether you're a developer, system administrator, or simply some

Cover Image for CSV file written with Python has blank lines between each row
csvpythonwindows

CSV file written with Python has blank lines between each row

Published on September 2, 2023

📃 Hey there tech enthusiasts! 👋 Are you faced with the frustrating issue of having blank lines between each row in a CSV file written with Python? 📁 Don't worry, you're not alone! This is a common problem that many developers encounter when working with