Publish artifact to remote Nexus repository February 22, 2026 | No Comments | gradle, gradlew, information, java, nexus, remote-access, router, server, spring-boot, ssh in build.gradle in your project: to publish: need a .env file with environment variables & www. is a subdomain
Access the Nexus Sonatype repository and a port from an external PC | No Comments | gradle, information, port, public_ip, remote-access, router, spring-boot Ubuntu usually has the firewall active. You need to allow traffic through port 8081: Configure Nexus to “listen” to everyone Sometimes Nexus is configured 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 […]
keep the SSH connection open September 15, 2025 | No Comments | information, linux, macos, protocol, remote-access, ssh It is possible to prevent the SSH session from being closed due to inactivity This behavior is a default security measure to prevent an open […]
Access a PC or server running Linux from Windows September 14, 2025 | No Comments | information, linux, macos, remote-access, server, ssh, windows From Windows you must search for the CMD program CMD is like the command console in Linux or macOS (the commands are not the same, […]
SSH and HTTPS, used together September 12, 2025 | No Comments | information, linux, macos, remote-access, server, ssh, ssl, web Not only can they be used together, but it is the standard and most secure practice in web development and administration. They are two completely […]
Technicolor router problems September 7, 2025 | No Comments | investment, linux, macos, port, private_ip, remote-access, router The specifications of the gateway or modem/router are: I couldn’t do port forwarding. A PC connected to that network has a Linux Ubuntu server and […]
Remotely access a PC with a router as if it were a VPS September 6, 2025 | No Comments | information, linux, macos, port, public_ip, remote-access, server I’m not going to explain everything here since you can find each part on this website. Basically the goal is to connect from PCA to […]