$Id: $
MacOS tips
- $ ln -s /Users /home now allowed.
- % sudo nano /etc/synthetic.conf
- home Users # Use tab not space for the separator.
- reboot
- mount EFI:
$diskutil list # find the EFI partition.
$sudo diskutil mount disk0s1 # disk0s1 is the partition found by the command above.
- disable sleep:
$sudo pmset -a disablesleep 1 # to disable sleep
$sudo pmset -a disablesleep 0 # to enable sleep again.
- register ssh-key in the keychain
$ssh-add -K ~/.ssh/id_rsa
- svn locale related issue: complaining UTF-8
$env |grep LC_CTYPE
$LC_CTYPE=C
$export LC_CYPTE
Go back to Computer
2026/03/30.