VMWare error Windows Cannot find the Microsoft Software License Terms

In this article, we will find the solution for below VMWare Virtual Machine error.

Windows Cannot find the Microsoft Software License Terms. Make sure the installation sources are valid and restart the installation

VMWare error Windows Cannot find the Microsoft Software License Terms

Solution for VMWare error Windows Cannot find the Microsoft Software License Terms

Continue reading VMWare error Windows Cannot find the Microsoft Software License Terms

How to download and install jenkins on Windows

In this article, we will see how to download and install jenkins on Windows step by step.

The proess is same for Windows 10, 11 or Windows Server.

Prerequisites to install Jenkins on Windows are:

OpenJDK JDK / JRE 11 – 64 bits. Use
OpenJDK JDK / JRE 17 – 64 bits. Use Continue reading How to download and install jenkins on Windows

How to find list of all processes on the command line in Window

In this article, we will see how to find list of all processes on the command line in Window.

We can find the list processes running on Windows using tasklist or wmic or get-process from powershell. It’s like ps command in Linux/Unix.

Continue reading How to find list of all processes on the command line in Window

How to download and install IBM DB2 database on Windows

In this article, we will see how to download and install IBM DB2 database on Windows step by step. We are going to install community edition on Windows server.

How to download and install IBM DB2 database on Windows

1. Go to google then search for IBM db2 download or copy either of below links and paste in web browser and hit enter. Continue reading How to download and install IBM DB2 database on Windows

How to find number of CPU cores on Windows

In this article, we will see how to find number of CPU cores on Windows operating system with different methods.

We can obtain cpu cores information by running any of below commands.
A physical core is an actual physical processor core in your CPU. A logical core (also known as logical processors) is more of a programming abstraction than an actual physical entity. Continue reading How to find number of CPU cores on Windows

Docker unknown shorthand flag: ‘a’ in -aq)

In this article, we will solution for the Docker error unknown shorthand flag: ‘a’ in -aq).

C:\Users\r2schools>docker kill $(docker ps -aq) unknown shorthand flag: 'a' in -aq) See 'docker kill --help'. C:\Users\r2schools>docker kill $(docker ps -q) unknown shorthand flag: 'q' in -q) See 'docker kill --help'.

Docker unknown shorthand flag: 'a' in -aq)

Reason and Solution for Docker unknown shorthand flag: ‘a’ in -aq)

Reason: We receive this docker error in Windows operating systems. But only when we use CMD(command prompt).

Solution: We have to run above command either in PowerShell or Git Bash

This error does not generated in Linux terminals with docker.

How to install Oracle Database 19c on Windows 11

In this article, we will see how to install Oracle Database 19c on Windows 11. At this time of making video Oracle 19C is latest Oracle version which is available for download.

System requirements to install Oracle 19 database Windows

Minimum 2GB free RAM.
10GB of empty space on Hard Disk Drive
A processor that supports Intel EM64T or AMD64 architecture.
Display card with a minimum resolution of 1024×768 pixels.
16GB SWAP space if RAM is more than 16GB.

Download Oracle 19c Database

Continue reading How to install Oracle Database 19c on Windows 11

How to install Java on Windows 11

In this article, we will see how to install Java on Windows 11. Java is one of most used programming language.

Following actions are going to perform in this article:

1. Check Java version Windows 11.
2. Install Java on Windows 11.
3. Create Environmental Variables for Java in Windows 11

How to check the Java version on Windows 11

Continue reading How to install Java on Windows 11

How to install VirtualBox on Windows 11

In this article, we are going to see how to install VirtualBox on Windows 11.

VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software.

How to install VirtualBox on Windows 11

Continue reading How to install VirtualBox on Windows 11