Enable dark mode for Chrome on desktop
Dark mode is great to protect your eyes, more so if you are a coder. Here is how you can apply dark more on chrome on your desktop – In the address bar pa...
Dark mode is great to protect your eyes, more so if you are a coder. Here is how you can apply dark more on chrome on your desktop – In the address bar pa...
Problem: We get this error when we do npm install – Error: Cannot find module ‘semver’Require stack: /usr/share/npm/lib/utils/unsupported.js /...
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 ...
Error : Few docker containers don’t start up. In the /var/log/syslog they give the error “Cannot start container Subnet sandbox join failed…...
Problem : On page refreshes, the ajax calls in the componentDidMount functions throws the error : “Error: Should not already be working.” Reason : P...
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 Re...
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...
On the terminal, do the following to open port 80 sudo iptables -A INPUT -p tcp --dport 80 -j ACCEPT sudo iptables -F Persisting the rule changes across boot cy...
To make a new disk you just added to the Ubuntu device, please go through the following steps – Check whats the /dev path of the disk. On terminal, run- Y...