Linux by example – Building a temporary compiler

2019-03-31 23:03:25 - No Comments

We talk about building the compiler we later will use to build the actual compiler used to build a linux system. Compiler inception.

Read more →

How to run Android tests on Travis CI (update)

2019-03-25 00:03:58 - No Comments

We look into a Travis CI configuration file in order to test Android projects.

Read more →

AssemblyScript – Webassembly with Typescript

2019-03-18 00:03:18 - No Comments

We look into creating a web assembly using typescript build and run in a webpage.

Read more →

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 →