scp, rsync files and folders using SSH
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…
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…