Quick Tips

July 16, 2024

Create and run a mongodb docker container

docker run -d -p 27017:27017 --name [name of the container] mongo

July 16, 2024

Print directory tree on Linux

Install tree program on Debian
sudo apt install tree
Use tree command
tree /path/to/directory