sz

Sejan

Blog

Error mounting USB drive on Ubuntu/Linux Mint
How to

Error mounting USB drive on Ubuntu/Linux Mint

Feb 13, 20234

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 […]

Install NodeJS 16x on Ubuntu
How to

Install NodeJS 16x on Ubuntu

Jan 2, 20233

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.

React-bootstrap Navbar auto collapse on mobile after Item Clicked
How to

React-bootstrap Navbar auto collapse on mobile after Item Clicked

Nov 18, 20223

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 […]

React-Bootstrap Navbar use React Link Element
How to

React-Bootstrap Navbar use React Link Element

Nov 18, 2022

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 […]

Apache solr installation quick start
How to

Apache solr installation quick start

Aug 12, 2022

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 […]

Disable Touch & Auto-Rotation on your Linux Laptops
How to

Disable Touch & Auto-Rotation on your Linux Laptops

Feb 12, 20221

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 […]

How to Archives - blog@sejan.xyz