Tag: osx

  • MongoDB.app: The easiest way to get started with MongoDB on the Mac

    MongoDB.app: The easiest way to get started with MongoDB on the Mac

    A few days ago I released my first ever “real” swift app. The app is called MongoDB.app and it’s just a thin wrapper around the official MongoDB binaries that you can download from their site. The app will add a status menu icon which will allow you to start and stop a local MongoDB server…

  • Como usar screen en *nix

    Screen es una herramienta del command line en sistemas *nix lo que incluye a Mac OS X. Esta herramienta permite crear pantallas virtuales de las que podemos conectarnos y desconectarnos sin interrumpir los procesos que estas realizan. Referencia Rápida Comando Descripción > screen -S nombredesesion Crea una nueva sesión de screen > screen -r nombredesesion…