[Newark] A good lockdown habit.

Craig Lynch c_lynch87 at outlook.com
Wed Mar 3 09:53:12 UTC 2021


A little habit I've gotten into during lockdown is reading a manual page a day, picking one out at random with this one-liner:

	man $(find /usr/share/man/man1 -type f | shuf -n1)

This has of course, lead to some fairly dense material covering all manner of subjects, ImageMagick, perl, python, systemd, bash, and so on.

I also found this fascinating article regarding a kernel bug:

https://engineering.skroutz.gr/blog/uncovering-a-24-year-old-bug-in-the-linux-kernel/

C.



More information about the Newark mailing list