Skip to content

  • Home

Category: script

that a Docker container restarts if the system restarts

April 3, 2026
 |  No Comments
 |  configuration, docker, information, script
You must put this in each docker-compose.yml service example: command: content: then (Apply the changes): Docker is also a systemctl service First, check if you […]

important things about Gradle

January 25, 2026
 |  No Comments
 |  gradle, groovy, information, java, new-library, script, spring-boot
An artifact is any file that is generated during the development process and that can be shared or deployed. The dependency manager is responsible for […]

~/.gradle/gradle.properties

January 8, 2026
 |  No Comments
 |  gradle, groovy, information, java, properties, script, spring-boot
To configure gradle, use groovy’s DSL. DSL stands for Domain Specific Language. Instead of using a rigid format like XML (where you describe data), you […]

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. […]

Categories

Theme By SKT Minimal