Linux: User and Group Management
User management in Linux is one of the most important things for system administrators. But as a developer/software engineer you also have to do it sometimes. This article is here … Read More
User management in Linux is one of the most important things for system administrators. But as a developer/software engineer you also have to do it sometimes. This article is here … Read More
Sequelize is the most common node ORM for databases like MySQL, MariaDB, Postgres, Microsoft SQL Server, SQLite, etc. In this article, we are going to set up sequelize for any … Read More
The simplest solution for sending an email with Node would be to use Sendmail. If you want to send an HTML email, use handlebar or ejs for handling the template … Read More
Linux has hundreds of commands. But most people need a minimal subset of those. This cheat sheet is here to help you with that. I have created a cheat sheet … Read More
So, you have created a server instance in AWS using their Amazon Linux 2 options. This OS feels like using centOS or fedora, but there are a few differences; you … Read More
I tried to install some node libraries globally (in my case I was installing nestjs CLI). Npm installed that package properly. After that when I tried to use the nest … Read More
MongoDB is a document database with the scalability and flexibility in mind. It is a distributed database at its core – so scaling and high availability are built in and … Read More
In this article, we are going to create a new MySQL user and discuss all related aspects of it. And in the process, we will solve MySQL Error 1045 (Access … Read More