From 8dbb076180bc7e6c6b37fc029a197e621320d579 Mon Sep 17 00:00:00 2001 From: waldek Date: Tue, 17 May 2022 22:08:13 +0200 Subject: [PATCH] adds the links and ideas file --- links.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 links.md diff --git a/links.md b/links.md new file mode 100644 index 0000000..31c864f --- /dev/null +++ b/links.md @@ -0,0 +1,9 @@ +# links and ideas + +* [history of command line arguments](https://blog.liw.fi/posts/2022/05/07/unix-cli/) +* [systemd-sysext](https://0pointer.net/blog/testing-my-system-code-in-usr-without-modifying-usr.html) +* do a mini class on barshrc customisation, prompts, zsh and ohmyzsh +* class on dpkg, apt, and .deb introspection +* class on compiling a simple program, maybe recompiling a kernel +* exercise on how to take a physical system and convert it to a VM +* munin plugin design exercise