Mac Tutorial

How To Install Spring Boot CLI On Mac, Linux And Windows

Spring boot CLI is a spring command-line tool that can help you develop spring applications quickly and easily. It utilizes spring’s start dependence and automation configuration features, then developers can focus on the business logic code, does not need to care about the project jars dependency and configuration. This article will tell you how to

How To Install Spring Boot CLI On Mac, Linux And Windows Read More »

How To Install Swig On MacOS, Linux And Windows

Swig is the abbreviation of Simplified Wrapper and Interface Generator, it can give script language such as python the ability to invoke C and C++ libraries interface method indirectly. It is implemented by compiling the C/C++ declaration file (.i file) into the C/C++ wrapper source code (.c or.cxx) file. By calling such wrapper interfaces directly, scripting languages

How To Install Swig On MacOS, Linux And Windows Read More »

How To Fix The Vmware Error could not open /dev/vmmon: no such file or directory. please make sure that the kernel module `vmmon’ is loaded.

Recently when I install VMware Fusion on macOS, I meet the error “Could not open /dev/vmmon: No such file or directory” during the installation process. When I investigate this error, I found this error happened not only on macOS, but also when you start VMWare on Linux, this article will tell you how to fix

How To Fix The Vmware Error could not open /dev/vmmon: no such file or directory. please make sure that the kernel module `vmmon’ is loaded. Read More »