Add Linux performance

This commit is contained in:
Charles-Axel Dein 2023-08-28 15:06:11 +02:00
parent 686c562390
commit d5626227c3
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -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