Hi! I created an app in NodeJS for Beaglebone and I don't want anyone to have access to the code via Cloud9 or any other way. My questions are:
1) How to disable the Cloud9 IDE on Beaglebone Black? I've already tried "
systemctl disable cloud9.service" but it did not work. Even after restarting the BBB, Cloud9 still works;
2) What else is it necessary to disable at BBB?
Thanks!