Block a Linux Program from Accessing Network
Sometimes we want to block a specific program from accessing network, to check if it works well without network access, or to disable its telemetry (if any).
Sometimes we want to block a specific program from accessing network, to check if it works well without network access, or to disable its telemetry (if any).
MEX functions are generally built using MATLAB’s “mex” command. However, we can also build MEX functions using open source toolchains. Cross-compilation is also possible. That is, we can build MEX functions for Windows using a Linux host. An example is given herein.