An “eat dosa!” reminder for busy kids :)
Here is a one hour HTML app that you can use to repeat recorded audio to remind your busy kids they have to finish that food on the table, while watching their ...
Here is a one hour HTML app that you can use to repeat recorded audio to remind your busy kids they have to finish that food on the table, while watching their ...
Here is how you can apply dark more on chrome on your desktop – That’s it. Now you can have easy on eyes theme on Chrome, just like your IDE ! Sreekumar KjSreek...
Problem:We get this error when we do npm install – Error: Cannot find module ‘semver’Require stack: Reason:Version issues Fix:Run these commands sudo rm -rf /us...
Problem: One of the docker nodes does not start up after restart. Error in the log is msg="error removing task " error="incompatible value" Reason: Docker swarm...
The bit rates for the most common audio formats – ALAW 8 BITS ULAW 8 BITS PCM 16 BITS SIGNED/UNSIGNED ADPCM 8 BITS The endian-ness for more than one byte system...
The bit rates for the most common audio formats – ALAW 8 BITS ULAW 8 BITS PCM 16 BITS SIGNED/UNSIGNED ADPCM 8 BITS The endian-ness for more than one byte system...
Error : Few docker containers don’t start up. In the /var/log/syslog they give the error “Cannot start container Subnet sandbox join failed…” Fix: Restart the m...
Problem : On page refreshes, the ajax calls in the componentDidMount functions throws the error : “Error: Should not already be working.” Reason : Probably the ...
Issue : When doing an apt update, we get the this error.The repository ‘http://archive.ubuntu.com/ubuntu disco-backports Release’ no longer has a Release file. ...
I had recently hit a blocker to production deployment, when my processes just won’t connect to my Cassandra DB from within their containers. This is how I could...