Ben Chuanlong Du's Blog

It is never too late to learn.

Fix the CrashLoopBackOff Issue of Pod in Kubernetes

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Define command as ["/busybox/sh", "-c", "tail -f /dev/null"] instead of ["/busybox/sh", "-c", "tail", "-f", "/dev/null"]

Tips on winget

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

You can search for packages on https://winget.run/.

winget search grep
winget install grep

Notice that winget does not handle the PATH environment if you install a command-line tool. You …

"." Is Not Recognized as An Internal or External Command

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

I encountered the following error message when running a Windows command !./osqueryi.exe .tables in the IPython shell.

In[15] >>> !./osqueryi.exe .tables
'.' is not recognized as an internal or external …