Working as MongoDB administrator, Sometimes we need to reset and change the user’s password. MongoDB Installation – https://www.techbeginner.in/2020/03/how-to-install-mongodb-on-ubutnu-1604.html In this post, We will reset the root password of MongoDB on ubuntu 18.04/20.04 LTS Step 1: Disable Authentication You need to disable authentication and also enable auth by pass by […]
How to create standard user in MongoDB on ubuntu 20.04 LTS
MongoDB utilizes Role-Based Access Control (RBAC) to administer admittance to a MongoDB framework. A client is allowed at least one jobs that decide the client’s admittance to information base assets and tasks. Outside of job tasks, the client has no admittance to the framework. In this post, We will create a standard user […]
How to create root user in MongoDB ubuntu 20.04 LTS
By default, MongoDB has no any kind of authentication, We can create a root/admin user to manage MongoDB, Here we have a roles list for different-different purpose. 1.read2.readWrite3.dbAdmin4.userAdmin5.clusterAdmin6.readAnyDatabase7.readWriteAnyDatabase8.userAdminAnyDatabase9.dbAdminAnyDatabase Here you can get the bulk data insert python3 script for load testing. https://www.techbeginner.in/2021/06/how-to-bulk-insert-in-mongodb-using.html In this post, We will create root/admin user in MongoDB […]
How to Change MongoDB Default Port in Ubuntu 20.04 LTS
MongoDB Server of course run on TCP port 27017. Be that as it may, you can change the mongodb port on the off chance that you need. In this instructional exercise I will disclose How to change mongodb port on both Linux and Microsoft Windows Operating framework. Changing mongodb default port additionally changes the […]
How to Bind IP Address with Mongodb ubuntu 22.04 LTS
MongoDB, otherwise called Mongo, is an open-source report information base utilized usually in current web applications. As a matter of course, it just permits associations that start on a similar worker where it’s introduced. In the event that you need to oversee MongoDB distantly or associate it to a different application worker, there are a […]
How to Install OpenVPN in Ubuntu 20.04 LTS
OpenVPN is incredibly famous and a full-included SSL VPN (Virtual Private Network) programming. It executes OSI layer 2 or 3 secure organization expansion utilizing the SSL/TLS convention. Like a lot other well known programming, it is open-source, free programming and disseminated under the GNU GPL. A VPN permits you to interface safely to […]
How to Install PowerShell on ubuntu 20.04 LTS
PowerShell is used to automate the task configuration management system from Microsoft, comprising of an order line shell and the related prearranging language, it was made open-source and cross-stage on 18 August 2016 with the presentation of PowerShell Core.[5] The previous is based on the .NET Framework, the last on .NET Core. In this […]
How to install Azure Biceps on ubuntu 20.04 LTS
Azure Bicep is a Domain Specific Language (DSL) for sending Azure assets definitively. It expects to definitely work on the creating experience with a cleaner grammar, improved sort wellbeing, and better help for measured quality and code re-use. Bicep is a straightforward reflection over ARM and ARM formats, which implies whatever should be possible […]
How to Set JAVA_HOME Path in Ubuntu 18.04 and 20.04 LTS
Java-based projects require Java Runtime Environment (JRE) to run easily paying little heed to working frameworks. For advancement purposes, most IDEs like Eclipse and NetBeans require Java Development Kit (JDK) introduced on the machine. Regardless of whether you are a novice designer anticipating learning advancement or maybe an application you have introduced expects you […]
How to Disable SELinux on ubuntu 18.04/20.04 LTS
SELinux is depicted as a required admittance control (MAC) security structure executed in the part. SELinux offers a methods for authorizing some security arrangements which would somehow not be successfully executed by a System Administrator. In this post, We will disable SELinux Temporarily or Permanently on ubuntu 18.04/20.04 LTS. Step 1: Get […]