diff options
author | Cody Hiar <cody@hiar.ca> | 2023-11-10 09:29:31 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2023-11-10 09:29:31 -0700 |
commit | d157e30b57ada951f9c825f3ce3fc8dad5d1f058 (patch) | |
tree | ba304ed14a38adffb58cab71c8149768ce75ecad /README.md | |
parent | 43fd80b3f6683a304eb1dcc5ec0fe33665083d80 (diff) |
Finished adding bookmarks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -788,6 +788,9 @@ with maintenance so things should be up to date. - [Scheduling cron jobs in docker : A How-To Guide][1118] - [Dodge the next Dockerpocalypse: how to own your own Docker Registry address][1135] - [Container Training][1153] +- [Build Your Own Docker with Linux Namespaces, cgroups, and chroot: Hands-on Guide][1162] +- [So you want to write a package manager][1163] +- [Writing a package manager][1164] ### Elixir/Erlang @@ -949,6 +952,7 @@ with maintenance so things should be up to date. - [ZFS Notes][1150] - [The 'Hidden' Cost of Using ZFS for Your Home NAS][1102] - [Linux From Scratch][1158] +- [Having fun with keyboard mappings under Linux][1166] ### Shell @@ -1021,6 +1025,7 @@ with maintenance so things should be up to date. - [Plumber: CLI tool for Kafka, RabbitMQ and others][1058] - [Build FFMPEG Filters Without The Headache][1073] - [A Guide to the Terminal, Console, and Shell][1106] +- [Mastering Curl][1165] ### Go @@ -2421,3 +2426,8 @@ with maintenance so things should be up to date. [1159]: https://interviewing.io/blog/sabotage-salary-negotiation-before-even-start [1160]: http://paulgraham.com/greatwork.html [1161]: https://hackmd.io/@cflewis/Sk0gb9ILh +[1162]: https://akashrajpurohit.com/blog/build-your-own-docker-with-linux-namespaces-cgroups-and-chroot-handson-guide/ +[1163]: https://medium.com/@sdboyer/so-you-want-to-write-a-package-manager-4ae9c17d9527 +[1164]: https://antonz.org/writing-package-manager/ +[1165]: https://antonz.org/mastering-curl/ +[1166]: https://pulsar17.me/2023/09/keymapping |