List Files and Folders in a Directory in Linux or Windows

List Files and Folders in a Directory in Linux or Windows

Tiempo de lectura: 2 minutos To list files and folders in a directory in Linux or Windows, you need to use the tree command. Of course, here’s a tutorial that explains several options and variants of the tree command on Windows systems. The tree command allows you to visualize the directory and file structure in a directory and its subdirectories … Read more

Install Java OpenJDK on Windows

Install Java OpenJDK on Windows

Tiempo de lectura: 2 minutos Oracle’s Java version has become a paid service, which compels us to use OpenJDK, the open-source version that allows for a commercial form of Java. In this tutorial, I will show you how to install Java OpenJDK on Windows 10/11. To do this, we go to the website and download it. In my case, we … Read more

Resolve ERROR: JAVA_HOME is not set and no ‘java’ command could be found in your PATH. On Windows.

Resolve ERROR: JAVA_HOME is not set and no ‘java’ command could be found in your PATH. On Windows.

Tiempo de lectura: 2 minutos html Copy code Reading Time: 2 minutes Hello, today we are going to see how we can solve the error: “ERROR: JAVA_HOME is not set and no ‘java’ command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match thelocation of your Java installation.” What is happening is that … Read more

Fix Vmmem 100% CPU Problem

Fix Vmmem 100% CPU Problem

Tiempo de lectura: < 1 minuto Reading time: < 1 minute Today I’m going to show you how to fix the Vmmem 100% CPU issue. This problem occurs when WSL (Windows Subsystem for Linux) runs in the background and overwhelms the main Windows system. It prevents us from logging into WSL and causes the virtual memory to skyrocket, consuming 100% of … Read more

What is a VPN?

What is a VPN?

Tiempo de lectura: 3 minutos Reading time: 3 minutes A VPN, or Virtual Private Network, is an IT tool that allows users to securely connect to a private network over the Internet. When connected to a VPN, all the Internet traffic from your computer or device is routed through a VPN server, which acts as an intermediary. This allows users … Read more