My Second Brain
The Problem After two years of studying computer science & dealing with technologies, I discovered I was getting to forget some of them.
MongoDB
Show All Databases show dbs Show Current Database db Create Or Switch Database use acme Drop db.dropDatabase() Create Collection db.createCollection('posts') Show Collections show collections Insert Row db.
DPKG
What is DPKG? In a nutshell, DPKG is a low-level system tool to extract, analyze, unpack, install or remove .deb files.
Vagrant
Some initial information about Vagrant. You can find list of images in vagrant cloud. Virtual box is just a provider for the Vagrant.