Flush DNS cache in Ubuntu 20.xx and above
On bash, run – sudo systemd-resolve --flush-caches Should be done. Sreekumar KjSreekumar (KJ) has been a hobby programmer from school days. Codemarvels is his p...
On bash, run – sudo systemd-resolve --flush-caches Should be done. Sreekumar KjSreekumar (KJ) has been a hobby programmer from school days. Codemarvels is his p...
Problem: Changing just the datacenter name in cassandra-rackdc.properties gives the error: Solution:If you are just beginning to setup you cassandra cluster, an...
Error: Setting up rabbitmq-server (3.8.16-1) … Job for rabbitmq-server.service failed because the control process exited with error code. See "systemctl status ...
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...