JShell October 5, 2025 | No Comments | information, java, jshell, linux, macos, maven, script JShell is the interactive command-line tool for the Java programming language. It was officially introduced starting with Java 9 (JDK 9) and is a REPL […]
run a script at startup with systemd September 19, 2025 | No Comments | automatic, information, linux, script This works for Linux I have Linux Ubuntu Server Create a new service file in the systemd directory. The file name must end with .service. […]