Install NodeJs in Linux (NodeSource Node.js Binary Distributions)Debian and Ubuntu based distributionsJan 9, 2024Jan 9, 2024
Finding Duplicate Documents in MongoDBYou can connect to the database using the command line utility or whatever tool you prefer and use the following aggregation pipeline:Dec 27, 2023Dec 27, 2023
How To Change Swap Space on Ubuntu 18.04here are the steps to change the swap settings in Ubuntu 18.04:Aug 2, 2023Aug 2, 2023
How to Use Sentry in Nuxt.JSYou can start by running bellow command to install the required dependency.Jun 7, 2023Jun 7, 2023
Query of changing data type in MongoDbdb.collection.find().forEach(function (doc1) { db.collection.update({‘_id’ : doc1._id}, [ { $set: { “field” :String(doc1.field)} } ]); });Sep 18, 2021Sep 18, 2021
How use free vpn with vpnbook in ubuntuyou should use guide in https://www.vpnbook.comMar 27, 2021Mar 27, 2021
How to Upgrade (or Downgrade) Node.js Using npmBy Cory LaViska on May 29, 2019Mar 27, 2021Mar 27, 2021