Skip to content

Instantly share code, notes, and snippets.

View koficoud's full-sized avatar
🏠
Working from home

Fernando López Moreno koficoud

🏠
Working from home
View GitHub Profile
Creating the license
--------------------------------------------------------------------------
UPDATE!!! - https://monokai-keygen-nu.vercel.app/
use the above link to auto generate the keys and use it on the go! hurray!!
--------------------------------------------------------------------------
Monokai Pro requires an email to purchase a license, so we're going to need one here. I'm going to use a placeholder address: [email protected].
Sublime Text 3 -
Take your email address and get the MD5 hash of it; you can use a website like https://www.md5hashgenerator.com/ for this. My test email comes out with 5658ffccee7f0ebfda2b226238b1eb6e or use https://monogen.vercel.app/.
@koficoud
koficoud / mongodb_pass_reset.md
Last active July 21, 2023 07:27 — forked from shivampip/mongodb_pass_reset.md
MongoDB shell admin password reset
  • open mongod.conf
sudo nano /etc/mongod.conf
  • Comment security
#security:
#  authroization: "enabled"