author-pic

Paulo Bomfim

5 posts tagged with "linux"

Learning MongoDB

Posted on June, 2021

Main commands Criar uma coleção: Inserir objetos para esta coleção: Remover um elemento específico: Listar todos os registros: Listar os registros de forma formatada: Encontrar um registro específico…

Read full post

Install and configure MongoDB on Ubuntu

Posted on June, 2021

How to install MongoDB on Ubuntu Go to MogoDB Docs and read this document Main commands Start MongoDB process : Verify that MongoDB has started successfully : Stop the process : Restart the process…

Read full post

First commands for the Linux Terminal

Posted on March, 2020

In this post I will write the main commands of the linux terminal for you to learn in a simple way. The main objective here is to enable you to take the first steps in the Unix environment, ok? Let's…

Read full post

Basic config to new machines with Windows 10 operational system

Posted on September, 2019

Utilities Install Visual Code from the official website. Install WinRar x64 from the official website. Install Chrome from the official website. Install WAMP Server from the official website. Download…

Read full post