Building containers with Singularity
We use singularity to create containers both in an interactive mode and also using definition files to build them automaticly.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We look into how to use Zenity showing by some examples. Zenity is a graphical tool for your scripting to show dialog boxes on the GUI and return the result from Zenity back to your script.
We build Glibc in our new system, configure the timezone variables, set the correct time and look into the installation and configuration of locales.
Automate installation of a Linux OS using Simple-CDD and Virtualbox. Running a script to install Linux on a Virtualbox VM then automate the installation of packages and configuration.
I found out today that the java -version command doesn’t work as I expected and there is actually a lot more to this simple command than you think at first glance.
In this video we look into text summarization. We apply the albert large model to a piece of text and talk about the different steps required to do summarization. This is more of an overview not a complete explanation of the technology.