linux (3 articles)

Basic non-blocking IO using epoll in Rust

20.10.2020 - 28m read - rust epoll linux async nonblocking

This is the first blog post in a small series, where we will explore the basics of non-blocking IO in Rust. We'll start by building a minimal HTTP server using epoll


Using Ubuntu on a Macbook Pro 2016

22.04.2020 - 4m read - ubuntu linux macbook

I haven't been happy with my Macbook and OS X for a while, so I decided to switch to Linux - this post shows how to run Ubuntu on a Macbook.


Minimal Nginx Access Log Analysis

10.01.2020 - 2m read - nginx logs linux goaccess

This post shows my minimal setup for analyzing the logs of this Blog using GoAccess and some unix commands.