-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.txt
More file actions
33 lines (30 loc) · 1.17 KB
/
Copy pathnotes.txt
File metadata and controls
33 lines (30 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
iTerm2
* Change Profiles –> Keys
* Left Option Key, normal, apps can change this
* Right option key, Esc+
* Treat option as alt
GPG Keychain (gpgtools.org)
* `brew install pinentry pinentry-mac`
* check `brew info pinentry-mac` and update the .conf file
* `killall gpg-agent`
* Import pub/sec
Docker context for remote services
* Update ~/.ssh/config
* Add `PermitUserEnvironment yes` to /etc/ssh/sshd_config on server
* Add ~/.ssh/environment to include
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin/<HOMEBREW_OR_DOCKER_PATH>
* Restart sshd, sudo launchctl stop com.openssh.sshd; \
sudo launchctl start com.openssh.sshd
* Add the context settings to docker
Remove Apple Intelligence Models
1. Disable Apple Intelligence in System Settings.
2. Start up into Recovery Mode.
3. Open Terminal (Utilities menu, Terminal)
4. Type: csrutil disable
5. Shut down and start back up in Recovery Mode.
6. Open Disk Utility.
7. Right-click on 'Data' under 'Macintosh HD' and choose Mount.
8. Quit Disk Utility and open Terminal again.
9. Type: rm -rf /Volumes/Data/System/Library/AssetsV2/com_apple_MobileAsset_UAF_FM_GenerativeModels
10. Type: csrutil enable
11. Reboot