Talking to Google Gemini from a terminal in Linux/macOS March 20, 2026 | 1 Comment | ai, CLI, command, console, gemini, information To run Gemini from the console or tty, you must install “google Gemini CLI” https://geminicli.com the command is: google gemini api key You need to […]
map port xxxx of localhost to port yyyy of a server February 21, 2026 | No Comments | configuration, console, gradle, information, java, nexus, port, remote-access, spring-boot, web create an SSH tunnel In my case, I have a server with “ubuntu server” and it doesn’t have a monitor, and I’m connected via SSH […]
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).
MONGODB on macos with homebrew (brew) January 16, 2026 | No Comments | command, console, information, mongodb, spring-boot list brew services: stop mongo community: MongoDB can run in two different ways on your Mac, and sometimes you end up having both active at […]
create a STUN server in Linux Ubuntu September 13, 2025 | No Comments | console, information, java, macos, nc, netplan, P2P, port, public_ip, server A PC cannot know its public IP on its own; it needs a third party, that is a STUN server, it’s like a mirror. This […]