Kernel tracing with trace-cmd
Jul28

Kernel tracing with trace-cmd

In my previous article, I explained how to use ftrace to trace kernel functions. Using ftrace by writing and reading from files can get tedious, so I used a wrapper around it to run commands with options to enable and disable tracing, set filters, view output, clear output, and more. read more Powered by...

Read More
Create your own custom Raspberry Pi image
Jul28

Create your own custom Raspberry Pi image

When I recently read Alan Formy-Duval’s article Manage your Raspberry Pi with Cockpit, I thought it would be a good idea to have an image with Cockpit already preinstalled. Luckily there are at least two ways to accomplish this task:  read more Powered by...

Read More