Tuesday, December 22, 2015

Grant A Group Users Sudo Access

Useful Linux Commands

Grant A Group Users Sudo Access

  • vi /etc/sudoers
  • copy / paste the line with #%wheel
  • Change the wheel with your user group, say, mule is a user group in my case

Anypoint Studio Error: The project is missing Munit lIbrary to run tests

Anypoint Studio 7.9 has a bug. Even if we following the article: https://help.mulesoft.com/s/article/The-project-is-missing-MUnit-libraries-...