Fix: Cordova App on Android shows blank screen with ERR_CONNECTION_REFUSED
Problem: The Cordova App when run on Android give a Connection refused error on https://localhost/* URLs. Fix: Follow these steps: Probable Reason: Lo...
Problem: The Cordova App when run on Android give a Connection refused error on https://localhost/* URLs. Fix: Follow these steps: Probable Reason: Lo...
Here are the steps you can follow to upgrade NodeJS on an Ubuntu system. sudo rm -rf /usr/local/bin/npm /usr/local/share/man/man1/node* ~/.npm sudo rm -rf /usr/...
I had recently lost my domain codemarvels.com; the warning emails from my domain provider was reaching a currently unused inbox, and thus had to spawn up the sa...
Follow these steps when maven clean install just doesn’t update the transitive dependencies in nested projects. rm -rf .m2/repository/path-to-your-library cd yo...
Rather than a how to, written as a must do for our servers. Probably the most important command for 60% of developers out there 🙂 sudo timedatectl set-timezone ...
Problem: Maven package gives this compile time error when using Open JDK. Fatal error compiling[m: java.lang.ExceptionInInitializerError: com.sun.tools.jav...
Glad to write about a twitter bot I had written and launched during the last Independence day – Tat Kim. For those who are not in the know, Tat Kim means “What’...
Here are the steps I followed to get my dev instance of cassandra copied to a new server (both single node instances) I’ve used medusa tool for the same. You ca...
In case a faulty script started by .bashrc or .profile is failing and crashing SSH initiation, you could still login and fix the issue by running shell directly...
Here is a weekend hack I wrote to remind me to get up from my workstation and do some lightweight exercises during the WFH days – Fit@WFH Some of the featu...