From d5626227c3c1ec78090f53d3869cbe21b01b2305 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:06:11 +0200 Subject: [PATCH] Add Linux performance --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53d58f2..204bd6c 100644 --- a/README.md +++ b/README.md @@ -1164,6 +1164,7 @@ Richard Feynman's Learning Strategy: ### Linux (system management) - [Welcome to Linux command line for you and me!](https://lym.readthedocs.io/en/latest/index.html) +- [Linux Performance](https://www.brendangregg.com/linuxperf.html), Brendan Gregg ### Low-code/no-code @@ -1557,6 +1558,7 @@ List of resources: - [Animate SQL](https://animatesql.com/) - [Lost at SQL](https://lost-at-sql.therobinlord.com/), an SQL learning game - [Joins 13 Ways](https://justinjaffray.com/joins-13-ways/?a=b) +- [spandanb/learndb-py](https://github.com/spandanb/learndb-py): learn database internals by implementing it from scratch. ### System administration