
How to
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 fix your issue but it was helpful for me couple of times open terminal and run this command sudo ntfsfix /dev/sdb1 Remeber to change the […]

How to
Install NodeJS 16x on Ubuntu
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.

How to
React-bootstrap Navbar auto collapse on mobile after Item Clicked
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 has evolved and grown alongside React, making it an excellent choice as your UI foundation. Built with compatibility in mind, we embrace our bootstrap core […]

How to
React-Bootstrap Navbar use React Link Element
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 has evolved and grown alongside React, making it an excellent choice as your UI foundation. Built with compatibility in mind, we embrace our bootstrap core […]

How to
Apache solr installation quick start
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 include full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, database integration, NoSQL features and rich document handling. Wikipedia Installation Requirements Supported Operating Systems Solr […]

How to
Disable Touch & Auto-Rotation on your Linux Laptops
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 you don’t need the wacom pens or other tools How to disable touch: Lets show you example for ubuntu/debian.open up terminal and type xinput […]