Remote access to macOS local web server from public network

# Public network access macOS local web server [Intranet penetration] Article directory 1. Start the Apache server 2. Access local web services from the public network 2.1 Local installation and configuration of cpolar 2.2 Create tunnel 2.3 Test access to public network address 3. Configure a fixed second-level subdomain name 3.1 Reserve a second-level subdomain […]

Android environment variables & macOS environment variable configuration

About the author: CSDN content partner and technical expert, built an APP with tens of millions of daily users from scratch. Focus on sharing original series of articles in various fields, specializing in java backend, mobile development, business realization, artificial intelligence, etc. I hope everyone will support me. Directory 1. Introduction 2. Overview macOS basics […]

How to set up a MAMP local server on macOS 12 Monterey

Apple released the latest macOS 12 Monterey in 2021 on October 25, 2021. That’s it again this year, and if you upgraded from macOS 11 Big Sur or older, you may need to reconfigure macOS. Alternatively, if you have a brand new Mac with macOS 12 Monterey, the following configuration steps should help you set […]

Intranet Penetration-Building a Web Server on macOS

# Public network access macOS local web server [Intranet penetration] Article directory 1. Start the Apache server 2. Access local web services from the public network 2.1 Local installation and configuration of cpolar 2.2 Create tunnel 2.3 Test access to public network address 3. Configure a fixed second-level subdomain name 3.1 Reserve a second-level subdomain […]

build g2o viewer on macos

this work is to contribute to SLAM 14 book chapter 11. build libQGLViewer build libQGLViewer, as we will use qt5, its corresponding version is 2.7.2 git clone https://github.com/GillesDebunne/libQGLViewer.git -b v2.7.2 change QMAKE_MAC_SDK in example/example.pri QMAKE_MAC_SDK = macosx12.3 usexcodebuild -showsdks to show your macos sdk version. 3. build qmake -spec macx-clang make -j4 install QGLViewer.framework will […]

MacOS ventura bypasses configuration lock

Macbook pro 2021 jump configuration lock 1. What is a configuration lock? As the name suggests, the configuration lock is a machine customized and purchased by some companies in the United States from Apple. These machines are generally used by internal employees. There is no difference between this machine and a normal machine. It is […]

[macOS-OpenCV error] ld: warning:ignoring file found architecture x86_64, required architecture arm64

If the mac you used before had an Intel chip, and then you changed to a macM1 or M2 chip. An error will be reported when using OpenCV ld: warning: ignoring file ‘/usr/local/Cellar/opencv/4.7.0_7/lib/libopencv_gapi.4.7.0.dylib’: found architecture ‘x86_64’, required architecture ‘arm64’ ld: warning: ignoring file ‘/usr/local/Cellar/opencv/4.7.0_7/lib/libopencv_bgsegm.4.7.0.dylib’: found architecture ‘x86_64’, required architecture ‘arm64’ ld: warning: ignoring file ‘/usr/local/Cellar/opencv/4.7.0_7/lib/libopencv_alphamat.4.7.0.dylib’: […]

Mac M1 reports an error when installing Redis through homebrew (perl: unknown or unsupported macOS version: :dunno)

Directory 〇.Solution 1. Problem phenomenon 2. Try to solve 3. Start the service 4. Log in to the client 〇、Solution To upgrade homebrew, the command is as follows: brew update-reset 1. Problem Install Redis through the command brew install redis. The exception is as follows: fatal: not in a git directory Warning: No remote ‘origin’ […]