Linux by example – Building your first package

2019-03-11 00:03:35 - No Comments

We talk about building a package. We start with binutils that is required to build all other packages in the system.

Read more →

Linux by example – Create new user

2019-03-04 00:03:27 - No Comments

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.

Read more →

Java 12 – Spring cleaning

2019-02-25 00:02:37 - No Comments

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

Read more →

Linux by example – Download sources

2019-02-18 00:02:35 - No Comments

We talk about creating directories with the right permissions, downloading source files and verifying the validity of the downloaded files.

Read more →

Linux by example – Creating partitions

2019-02-11 00:02:57 - No Comments

We talk about the partition types and create the most essential partitions. Root and swap partition.

Read more →

Linux by example – Root directories

2019-02-04 00:02:03 - No Comments

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

Read more →

Tip of The Week – Angry letters

2019-02-01 00:02:59 - No Comments

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

Read more →

Building a slide deck in mdx-deck

2019-01-28 00:01:51 - No Comments

We look into using mdx-deck to create a slide deck with code and react.

Read more →

Building containers with Singularity

2019-01-21 00:01:57 - No Comments

We use singularity to create containers both in an interactive mode and also using definition files to build them automaticly.

Read more →

Building a video lightbox

2019-01-14 00:01:34 - No Comments

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

Read more →

Creating a youtube lightbox in Javascript and CSS

2019-01-10 22:01:33 - No Comments

I’m trying to create a lightbox with an auto playing youtube video

Read more →

Webassembly using Rust

2019-01-07 00:01:29 - No Comments

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

Read more →