Swap Characters & Words in Terminal
Let’s learn how to quickly fix typos by swapping characters and words in the terminal. Swap characters Let’s take this command with a typo for example: ehco hey You can use CTRL + T...
Let’s learn how to quickly fix typos by swapping characters and words in the terminal. Swap characters Let’s take this command with a typo for example: ehco hey You can use CTRL + T...
In this post, you’re going to learn how to install Kali Linux in a VirtualBox virtual machine on a Windows 10 host. 🎥 Want to watch a video to supplement your reading? Check this out:...
Let’s look at how to add Git Bash to Windows Terminal in just a few steps. Prerequisites Windows Terminal – download from the Microsoft Windows Apps website or Microsoft Store Git Bash – download...
VS Code isn’t that great when it comes to customizing the color of the comments. A couple of ways you can customize them is to pick a theme that would change the whole visuals...
VS Code isn’t that great when it comes to folded code blocks. As you can see in the image below, it gets the job done but limits visibility and it’s difficult to understand what...
You probably stumbled upon one of these two errors: bash: mysql: command not found error when you tried to run a MySQL command from the bash terminal ‘mysql’ is not recognized as an internal...
The Profiles feature is now available in VS Code. Let’s have a quick look at it and see what things we can do with it.
Visual Studio Code now prevents you from accidentally opening large files by popping up a confirmation alert. This comes in handy, especially in remote environments where there might be costs due to network...
Let’s have a quick look at the Hex Editor extension. This extension allows you to view and edit files in their hexadecimal representation. You may find it useful when working with memory addresses, encoding...
Today I would like to share with you the ChatGPT extension. This extension allows you to harness the power of OpenAI’s famous ChatGPT chatbot. Let’s have a quick overview and see what we can...