Installing Claude Code on Windows

Tiempo de lectura: < 1 minutoWe will learn today how to install Claude Code on Windows. Claude Code is a tool developed by Anthropic that acts as an intelligent agent for programmers. It’s not an AI model itself, but rather a CLI/Interface that communicates with advanced language models, such as those from the Claude family, to help you generate, review … Read more

Using Zotero to Link References in Journal of Medical Internet Research or Other Scientific Paper Formats with Microsoft Word or LibreOffice

Using Zotero to Link References in Journal of Medical Internet Research or Other Scientific Paper Formats with Microsoft Word or LibreOffice

Tiempo de lectura: 2 minutosWe will learn today how to use the Zotero tool to link references in Word and as an example in JMIR format. We need to install Zotero. We can also install a browser extension. I recommend creating an account that allows syncing. Now that it is installed, we are going to add the JMIR format. … Read more

Enable Developer Mode on Windows to Allow Install Flutter or Unknown Applications…

Enable Developer Mode on Windows to Allow Install Flutter or Unknown Applications…

Tiempo de lectura: < 1 minutoThis tutorial serves to solve the error: Building with plugins requires symlink support. Please enable Developer Mode in your system settings. Run start ms-settings:developers to open settings. To activate the developer mode (developer) in Windows, we will do the following: Introducing in the terminal: start ms-settings:developers This will open a configuration panel, we can activate … Read more

Solving Windows Brightness Issue After Update

Solving Windows Brightness Issue After Update

Tiempo de lectura: < 1 minutoTo install the latest Windows update did not allow controlling the screen brightness and was at maximum. To solve the issue, we will do the following: Pulsamos Windows + X System Properties. Ahora buscamos Monitors> Integrated Monitor (or Generic PnP) > Uninstall the device We now click on Search for Changes in Hardware to allow … Read more

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 minutosTo 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 minutosOracle’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 minutoshtml 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