docker in linux ubuntu server April 1, 2026 | No Comments | docker, information, linux, macos, server I’ve used Docker multiple times in the past and I wasn’t very clear on how it worked. The program’s image (drawing) is: I have macOS […]
Install an AI on macOS and talk to it (text only) March 23, 2026 | No Comments | ai, information, llama3, macos, ollama For AI, depending on your purpose, you will need a model A model is a compressed data file containing statistical “knowledge.” It is not a […]
force the Java version using a Gradle command January 28, 2026 | No Comments | console, gradle, gradlew, information, java, macos Visual Studio (the IDE) recognizes Java 25, but you want 21, for example (on macOS).
Create your own Java Spring Boot application server like Maven Central January 19, 2026 | No Comments | command, information, java, linux, macos, maven, new-library, server, spring-boot Imagine that Nexus Repository is your own private “Google Drive”, but designed specifically for programmers Nexus organizes project files in a way that Gradle or […]
generate a new GPG key January 12, 2026 | No Comments | information, linux, macos When you generate a new GPG key, the existing key is neither deleted nor affected. Both will coexist in your local GPG keybox. When you […]