Posts

Fixing Microsoft WMI Invalid Class error (For docker desktop install error)

WMIDiag is deprecated, but the following commands seem to fix. cd C:\Windows\System32\WBEM dir /b *.mof *.mfl | findstr /v /i uninstall > moflist.txt & for /F %s in (moflist.txt) do mofcomp %s from:  https://www.virtuallyboring.com/microsoft-wmi-invalid-class-error-0x80041010/ This is needed to fix docker desktop install error: "component communityinstaller.enablefeaturesaction failed: not found"

Ubuntu Tracker Process - high CPU

https://askubuntu.com/questions/1187191/tracker-process-taking-lot-of-cpu

Yarn registry

 https://stackoverflow.com/questions/45998418/how-to-override-global-yarn-registry-for-particular-project

LaTeX fonts

 https://www.overleaf.com/learn/latex/Font_typefaces

Angular SlickGrid and PapaParse

  Angular Slickgrid and Papaparse Notes Unzip the zipped repo cd .\angular-slickgrid-demos-master\ cd .\bootstrap4-demo-with-locales\ yarn install yarn add ngx-papaparse

Starship prompt configuration

 See https://gist.github.com/ryo-ARAKI/48a11585299f9032fa4bda60c9bba593#file-starship-toml-L51