LFX Mentorship Summer'23

I had completed my LFX Mentorship in KubeArmor project. This is a pending report of my work and write-up about my journey. KubeArmor Work This is a three month long mentorship program where you work on one or more issues or features of the project.

Still Life Sketchings

My still life sketchings using Artline graphite pencils. Grateful for guidance from Bhushan Lokhande.

WebDAV server to synchronize files

I have been using Orgzly for managing tasks and taking notes on my mobile device. Sometimes, I need notes taken in Orgzly app on my laptop. Hence I was looking for different methods to synchronize org files from Orgzly to my laptop. Orgzly has provided an option to create repository to sync files to it.

Disk cloning using Clonezilla

Yesterday, I was trying move Windows OS from the old disk to a new. At first I thought of installing Windows on a new disk and then setup all software that were already installed on old disk. But this seems tedious and time consuming task, so while looking for other alternatives, I come across know about Clonezilla tool.

Get started with gRPC

gRPC is a Remote Procedure Call (RPC) framework defined on grpc.io as: gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication.