I've been trying to contribute to CodeIgniter. Unfortunately the automated tests that have been running for my Pull Request are failing a test that runs on SQL server. I need to get SQL server running so I can find out what sort of values and error situations are getting returned. I do not want sql server to be constantly running on my workstation. It already runs MySQLi and I don't want yet another DBMS constantly running in the back ground.
I just tried installing virtualbox bug got this kinda scary message:
UEFI Secure Boot requires additional configuration to work with third-party drivers.
The system will assist you in configuring UEFI Secure Boot. To permit the use of third-party drivers, a new Machine-Owner Key (MOK) has been generated. This key now needs to be enrolled in your system's firmware.
To ensure that this change is being made by you as an authorized user, and not by an attacker, you must choose a password now and then confirm the change after reboot using the same password, in both the "Enroll MOK" and "Change Secure Boot state" menus that will be presented to you when this system reboots.
If you proceed but do not confirm the password upon reboot, Ubuntu will still be able to boot on your system but any hardware that requires third-party drivers to work correctly may not be usable.
My experience with boot alterations and UEFI makes me wary of proceeding.
How might you guys go about setting up SQL server to run on an ubuntu workstation?