Blog
  • Home
  • Awesome List
  • Helpful commands
  • About Me
Subscribe

docker

A collection of 3 posts
wsl2

Moving the WSL2 vhdx

There are a lot of chances that your WSL2 environment size is going to blow up. It is very easy for it to reach 100GB in size. In these cases it is better to move the vhdx file from the system drive to an external ssd or some other non
Jul 20, 2020 1 min read
mongodb

MongoDB authentication

In this post, i try to show one of the ways of using authentication on standalone versions and replica set of MongoDb STANDALONE INSTANCE Connect to mongo shell on the mongodb instance and run. use admin; db.createUser( { user: "adminUser", pwd: "adminPassword", roles: [ { role: "userAdminAnyDatabase", db: "admin" }, "readWriteAnyDatabase" ] } ); REPLICA SET
Feb 15, 2020 1 min read
docker

Setting up Drone CI/CD

CI/CD pipelines is a must for rapid prototyping and development of applications. Be it frontend or backend. One of the open source tool for CI/CD is the one called Drone Setup of this tool is extremely simple. Requirements * docker installation on your system Just ssh into your server
Nov 3, 2019 1 min read
Blog © 2023
Powered by Ghost