Install GCC-12/G++-12 on macOS Apple M1
Apple began the transition from Intel processors to Apple silicon (i.e., Apple M1 ARM64) in Mac computers [1]. Thus, the 15-year partnership with Intel is about to be ended [2].…
Apple began the transition from Intel processors to Apple silicon (i.e., Apple M1 ARM64) in Mac computers [1]. Thus, the 15-year partnership with Intel is about to be ended [2].…
How to transfer files and folders among clients (i.e., a macOS M1) and severs (i.e., Ubuntu 18.04 LTS) using SSH Protocol? SSH Connection The standard port of SSH to connect…
Add the global Git user with git config --global user.name "Your name" git config --global user.email "Email of Git account" Remove the global Git user with git config --global --unset…