Latest Posts

2 min read 0

Back to basics – gprof

A while ago at work we were discussing the pros and cons of the classic Linux profiler gprof… What are…
1 min read 0

QCOW 3 Ways

How to mount QCOW images as Linux block devices tl;dr guestmount (requires libguestfs-tools) sudo guestmount -d <vm-name> --ro -i <mountpoint>…