GPGaurab Pantheeintoday.igaurab.com·Jan 20, 2024 · 1 min readHistory of CSSWritten on: 2021 Today while I was revisiting CSS, I got curious about the history of CSS, what CSS really means and why was it necessary in the first place. Some of the questions I wanted an answer to were: What really is a stylesheet? How did bro...00
GPGaurab Pantheeintoday.igaurab.com·Jan 20, 2024 · 1 min readwsl fstab with mount -a failedhttps://superuser.com/questions/1691352/processing-fstab-with-mount-a-failed See the installed versions with wsl -l Set the default version to one of them wsl -s Ubuntu-22.04 this works.00
GPGaurab Pantheeintoday.igaurab.com·Jan 20, 2024 · 4 min readUnderstanding Kubernetes Readiness Probes and Importance of Host Configuration in MicroservicesToday, I'd like to share an interesting learning experience I had with Kubernetes and service configuration. It was a journey of discovery that provided me with valuable insights about readiness probes in Kubernetes, and the importance of correctly s...00
GPGaurab Pantheeintoday.igaurab.com·Aug 21, 2023 · 1 min readGit can do more than i thoughtPush to git without triggering ci/cd git push -o ci.skip <branch_name>00
GPGaurab Pantheeintoday.igaurab.com·Aug 21, 2023 · 2 min readGet pid of process using port xlsof -i :port_number I always keep on forgetting to put : lol Other useful commands of lsof. (Generated by none other than GPT) The lsof command is a powerful tool for listing open files and processes on a Unix-like operating system. Apart from find...00