Greatest tool on earth
Since I'm setting up my orange pi,rpi,odroid cluster for the n-th time I actually found a great tool the helps you do everything at the same time in different terminals. "Terminator"
Since I'm setting up my orange pi,rpi,odroid cluster for the n-th time I actually found a great tool the helps you do everything at the same time in different terminals. "Terminator"
When I set up my Proxmox server, I used ZFS with M2- and SATA-SSDs because I wanted the benefits of data integrity and advanced features. However, I quickly ran into serious problems: my system would hang, my LXC containers became unresponsive, and IO delays skyrocketed. The zpool status command showed
Generate SSL Certificates Let's generate a self-signed certificate: mkdir certs openssl req -newkey rsa:4096 -nodes -sha256 -keyout certs/domain.key -x509 -days 365 -out certs/domain.crt Create a Docker Compose File Here’s a minimal docker-compose.yml for a secure registry: version: '3.8'
When it comes to testing REST API calls, Visual Studio Code (VS Code) offers a powerful tool in the form of the REST Client extension. This extension allows developers to make HTTP requests directly from their code editor, streamlining the testing process and eliminating the need to switch between different
If you are using spring-boot and want to access properties from your properties- or yaml-file you can do that like this: package xxx.xxx.security.config; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Configuration; import lombok.Getter; import lombok.Setter; @Getter @Setter @Configuration @ConfigurationProperties("