lit-html 0.11.0 update
We look at the last release of lit-html and what have been added to the latest API.
We look into how to setup kubernetes easily on one machine and then get cephfs mounted into a pod. Using ceph you could balance workloads or share resources easily in your kubernetes cluster. Git repository ceph-kubernetes An example of how to setup ceph mounting on a kubernetes cluster. Ceph Packages First up after you have…
We look into creating a Samba share on Debian. Then we connect to it from Windows 11 so we can work on our project in Windows and transfer data over Samba and run it in Linux.
After a critical failure, we look into resizing an OSD in our Ceph environment. Unfortunately, the drive is entire, so resize of the OSD was the only option to start the service.
We look into the very basic commands of git. Making changes and committing to a branch.
We solve the day 12 challenges for the Advent of Code.
Looking into WebSockets and how to set up a simple server to send messages back and forth. I’m using a simple chat server example and sends messages from javascript and PHP.