How to RDP AWS Windows server from Windows 10 or 11

RDP AWS Windows server from Windows 10 or 11

Remote Desktop Protocol (RDP) is a Microsoft-developed protocol to remotely manage and access Windows machines using either Windows, Linux, or macOS. However, by default, Windows comes with an RDP client whereas on other operating systems users need to install some third-party app. So, if you have created a Windows server instance on Amazon Web Services … Read more

How to View Listening Ports Using Netstat

Use Netstat to list ports

Netstat is a nifty tool available on all popular operating systems out of the box including Windows. Netstat is an abbreviation of “Network Statistics“, it is a command line-based utility to check both incoming and outgoing computer connections. Thus, we can use it to see what ports our system is listening on. It can list … Read more

Ways to upgrade Git on Windows 11 or 10 to the latest version

upgrade Git on Windows 11 or 10 to the latest version

Git has played quite an essential role in speeding up the coding process by providing a modern version control system. With every new version of Git, its developer community continuously provides enhanced functionality, bug fixes, and improved performance. Therefore, whether you are a user of Linux, MacOS or Windows always ensure your Git is up … Read more

4 Ways to find which process is using TCP or UDP port on Windows 10 or 11

TCPview use to view TCP and UDP port details

It is essential to know which process is listening TCP or UDP port on Windows 10, 11, or any version you are using; if you are planning to dedicate some port to a particular application. For example, you want to change the default listening port of MySQL, so first you would like to check the … Read more

Adding Visual Studio Code to the System Path in Windows 11 or 10

add Visual Studio Code to the System Path in Windows 11 or 10

Adding Visual Studio Code (VS Code) to Windows system Path manually is generally not required, because after installing this code editor, the system automatically adds that. It is necessary to have the Visual Studio code executable in the Path because only after that Windows recognize it and allow users to run VS Code commands from … Read more

Finding Visual Studio Code Version on Windows 11 or 10

How to find Visual Studio Code Version on Windows

Visual Studio Code (VS Code) in the world of developers is a quite popular source code editing application, developed by Microsoft. It is free, hence widely adopted by coders to edit source code. Moreover, the extension ecosystem of VScode and the time-to-time release of the latest features plus improvements ensures users won’t miss out latest … Read more

Multiple Methods to Verify Python Installation on Windows 11

Different Ways to Check Python is Installed in Windows 11

Python is a widely used language for programming various applications, even used to develop Artificial intelligence, machine learning, and data analysis… Hence, if you are new to programming and have installed Python on your Windows 11 or 10 PC but not sure it has been installed correctly then here are five ways to check whether … Read more

How to Install Pygame Zero on Windows 11

Install pygame zero on Windows 11 using command

Pygame Zero installation on Windows 11 is not a difficult task if you already have Python and PIP manager. Nevertheless, we have shown the quick steps that you can follow to set up this game development library on your system. For those who don’t know, this Python development library is used for creating simple 2D … Read more

11 Best Free and Open source NAS or SAN software

nas-opensource

NAS aka Network Attached storage devices helps to overcome storage problems and gives your data a centralized place. A place where people can access and share data 24×7 through the network.  There are lots of companies that offer Software + Hardware NAS boxes which are basically out-of-box NAS solutions, for example, Qnap and Synology are … Read more

How to install Redhat Podman on Windows 10 or 11 via CMD

install Redhat Podman on Windows 10 or 11 using powershell

Containerization has become a fundamental technology in modern software development and deployment. Containers, with their ability to package applications and their dependencies into isolated units, streamline development, enhance portability, and simplify the deployment process. Red Hat Podman is a containerization tool that is a nice Docker alternative with daemonless technology, which allows us to run … Read more

Install Docker Desktop on Windows 11 or 10 via PowerShell

Docker Desktop install on Windows 11 or 10

Learn how to use PowerShell or Command prompt to install the Docker CLI & Desktop GUI on Windows 11 or 10 for creating Containers to run Virtual machines. You don’t need to visit any website to download the setup manually, everything will be done from the Command Terminal. Docker is a powerful containerization platform that … Read more

How to install BetterCap on Windows 11 or 10

Install BetterCap on Windows 11 or 10

Bettercap is a free and open-source tool for security professionals that allows them to do network penetration testing and monitoring so that they can assess and improve the security of their networks. Well, BetterCap is primarily designed for Linux and MacOS systems, however, we can install it on Windows easily using the Windows Subsystem for … Read more

How to Install Minikube on Windows 11 or 10 using CMD or PowerShell

Minikube Dashboard in Windows 11 or 10

If you’re a developer or IT professional interested in Kubernetes and container orchestration, Minikube is an invaluable tool for your Windows environment. Minikube can be used on Linux, macOS, or Windows easily and it allows you to run a single-node Kubernetes cluster on your local machine, making it effortless to experiment, develop, and test applications … Read more

Install Azure CLI on Windows 11 or 10 using Powershell or CMD

Installing Azure CLI on Windows 10 or 11

In the landscape of cloud computing, Microsoft Azure stands tall as a powerful cloud platform that offers a plethora of services for businesses and developers alike. To harness the full potential of Azure Cloud, it’s crucial to have the Azure Command-Line Interface (Azure CLI) at your disposal. In this piece of tutorial, we’ll go through … Read more