MacOS

  • Add a GUI To Your JAMF Pro Workflows Using Bash and Swift Dialog
    Introduction As you navigate your Jamf Pro journey, you might find the need for a graphical user interface (GUI) to streamline your workflows. I faced a similar challenge with smaller workflows that required time to execute, where providing users with feedback on the process was essential. To address this, I’ve developed two scripts that allow … Continue reading
  • Mac OS X – Install Tools to Program in Micropython on the ESP32
    Introduction Its easier then ever to get started with micropython developement on Mac OS X.  This howto assumes that the user is starting from zero.  Lets get started. Install Python 3.7 Mac OS X comes with Python 2.7.  We will need Python 3 for our developement tools.  Viisit python.org and download Python 3.7 64 bit … Continue reading
  • Mac OS X – Install Tools to Program in Micropython on the ESP8266
    Introduction Its easier then ever to get started with micropython developement on Mac OS X.  This howto assumes that the user is starting from zero.  Lets get started. Install Python 3.7 Mac OS X comes with Python 2.7.  We will need Python 3 for our developement tools.  Viisit python.org and download Python 3.7 64 bit … Continue reading
  • Fix VMWare Fusion Upload to Server Problems
    Introduction Sometimes things don’t go to smoothly.  I couldn’t get a VM from VMWare Fusion 11 to upload to a VMWare ESXI 6 server.  Here’s my solution to the problem. VM won’t upload hard disk file: Well this was caused because I set a startup disk in the VM’s settings.  When you are done setting … Continue reading