Error mounting USB drive on Ubuntu/Linux Mint
If your USB STICK fails to open on your linux after plugin into windows devices you can try this following command to fix the issue. Note that this might not…
If your USB STICK fails to open on your linux after plugin into windows devices you can try this following command to fix the issue. Note that this might not…
This tutorial will guide you through the very quick process of installing NodeJS 16.x on Ubuntu. By default, the highest version of NodeJS you can install on Ubuntu 20.04 is 12.x.
Here are few quick JS one liner for our day to day requirements. I'll keep adding here more images whenever I get to know new things or find on the…
React-Bootstrap replaces the Bootstrap JavaScript. Each component has been built from scratch as a true React component, without unneeded dependencies like jQuery. As one of the oldest React libraries, React-Bootstrap…
React-Bootstrap replaces the Bootstrap JavaScript. Each component has been built from scratch as a true React component, without unneeded dependencies like jQuery. As one of the oldest React libraries, React-Bootstrap…
Not all of us familiar or heard the name of apache Solr (stands for Searching On Lucene w/ Replication).Solr is an open-source enterprise-search platform, written in Java. Its major features…
When in development of a node app and you're using this issue mostly appears that time and when the server crashes unexpected or crashes or you accidentally killed the terminal…
Currently Laptops come with touch screen displays and auto-rotation features. For someone like me this is quiet annoying. Let’s find out how to get rid of these unneccessary features if…
How do I retrieve the date from the Internet and set my computer's clock, from the command line?
Are you getting the error [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: Unexpected end of object at position 70006 Apparently something doesn't install when you run with an older Node.js version.…
Previously, we could achieve that by two steps: Create the object literalthen use the bracket notation. let value = 'cake'; //requires 2 steps let pan = { id: 1, };…
DNS cache is a temporary database that stores information about previous DNS lookups. In other words, whenever you visit a website, your OS and web browser will keep a record for the domain and the corresponding IP address. This eliminates the need for repetitive queries to the remote DNS servers and allows your OS or browser to resolve the website’s URL quickly.