Articles tagged with: Systems-IT

Ubuntu /bin and /sbin symlink to /usr/bin

Summary: Since Ubuntu 20.04, /bin and /sbin are symlinks to /usr/bin. This change can cause errors when migrating containers, so scripts should be moved to /usr/bin instead.


Learning the basics of Memcached

Summary: A list of resources and some tips for learning the basics of Memcached.


Course Review: Learning Kubernetes (LinkedIn Learning)

Summary: Reviewed of the LinkedIn Learning course 'Learning Kubernetes'.


Course Review: Learning Docker (LinkedIn Learning)

Summary: Review of the course 'Learning Docker' on LinkedIn Learning.


Course Review: Monorepos - A Beginner's Guide (Udemy)

Summary: The course 'Monorepos: A Beginner's Guide' on Udemy covers topics such as NodeJS module loading, using Yarn, package hoisting, and cross-package bin scripts. It also includes a bonus lesson on using Lerna. The course is concise and focused on NodeJS and Yarn, but the author has concerns about the initial approach of manually placing modules in the `node_modules` folder.