Apple: Difference between revisions

From Halfface
Jump to navigation Jump to search
Line 12: Line 12:
=brew.sh install=
=brew.sh install=
  https://brew.sh
  https://brew.sh
=automounter=
Suitable changes for automount. To let /home free.
/etc/auto_master
+auto_master            # Use directory service
/net                    -hosts          -nobrowse,hidefromfinder,nosuid
# /home                auto_home      -nobrowse,hidefromfinder
sudo automount -v -c

Revision as of 10:25, 3 January 2024

which version of macos

sw_vers 
ProductName:		macOS
ProductVersion:		13.2.1
BuildVersion:		22D68

lots of info

system_profiler > /tmp/tmp

grant terminal full disk access

apple icon -> System Settings -> Privacy & Security -> Privacy -> Full Disk Access -> + -> terminal

Enable ssh access

sudo systemsetup -setremotelogin on

brew.sh install

https://brew.sh

automounter

Suitable changes for automount. To let /home free.

/etc/auto_master
+auto_master            # Use directory service
/net                    -hosts          -nobrowse,hidefromfinder,nosuid
# /home                 auto_home       -nobrowse,hidefromfinder
sudo automount -v -c