Automatic install of Redhat 9 using Kickstart
We are looking into installing Redhat 9 without any interaction using Kickstart. Kickstart is a tooling that gives you configuration options to prepare your system and manage the installation flow.
We implement a simple REST web server using pure java. Both with socket server and using the HTTP server implementation currently in Java. Github repository: https://github.com/kalaspuffar/simplewebserver Please follow me on twitter Tweets by kalaspuffar Leave a comment, like and subscribe. Music: purple-planet.com
In this video, we test our installation, adding volumes, making backups, and working with instances.
We look into how to download and build OpenJDK 13 from source. We talk about dependencies and commands for Linux and Windows. Please follow me on twitter Tweets by kalaspuffar Outro music: Sanaas Scylla
We look into Kerla a Linux kernel written in the rust language. We talk about the use cases Kerla could be used for and what its future plans might be.
We look into how to use jreleaser and deploy our code to Github and creating release documentation with some simple steps.
I started to use a lot of the paint functions in Java at work and I wanted to create an example that could teach me about the different shaders available in Java. The paint interface is not something you come across if you don’t draw things in Java but having an understanding of the possibilities…