
Linux by example – Building your first package
We talk about building a package. We start with binutils that is required to build all other packages in the system.

Linux by example – Create new user
We talk about creating a new user and talk about user permissions and create login profile and start script, all needed for bootstraping user login.

Java 12 – Spring cleaning
We talk about the new features in Java 12, all about garbage collectors and switch statements.

Linux by example – Download sources
We talk about creating directories with the right permissions, downloading source files and verifying the validity of the downloaded files.

Linux by example – Creating partitions
We talk about the partition types and create the most essential partitions. Root and swap partition.

Linux by example – Root directories
We go though the root directory talking about where each of the system files are located and what the different directories usually contain.

Tip of The Week – Angry letters
In this video, we talk about angry letters and how to handle when you need to send one of those.

Building a slide deck in mdx-deck
We look into using mdx-deck to create a slide deck with code and react.
Building containers with Singularity
We use singularity to create containers both in an interactive mode and also using definition files to build them automaticly.

Building a video lightbox
We try to build a video lightbox for youtube videos. Showing thumbnails, on click open the video and play from the beginning.

Creating a youtube lightbox in Javascript and CSS
I’m trying to create a lightbox with an auto playing youtube video

Webassembly using Rust
We talk about how to use Rust to write webassembly code and build a small game of life example.