osx:start
Inhaltsverzeichnis
OSX
Benutzung des Terminals
iTerm
Screen
Disconnect (leaves the session running), shows message [detached]:
Ctrl-A Ctrl-D
Kills screen session:
Ctrl-D
Reconnect to a running session:
screen -r
Reconnect to running session, creates a new one if none exists:
screen -D -r
Create a new window inside of a running screen session:
Ctrl-A C
Switch from one screen window to another:
Ctrl-A Ctrl-A
List open screen windows:
Ctrl-A W screen -ls
Software
Firewalls
Application Firewall
/usr/libexec/ApplicationFirewall/socketfilterfw --listapps #put Xcode as an exception: /usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/Xcode.app/Contents/MacOS/Xcode
Lulu
- https://objective-see.com/products/lulu.html - LuLu is a free, open-source firewall that aims to block unknown outgoing connections
Password-Manager
Packet Manager für MacOS
MacPorts
Homebrew
Kommandos:
brew list # lists installed packages brew leaves # shows all top-level packages, that are not dependencies brew leaves --installed-on-request # manually installed brew leaves --installed-as-dependency # installed as dependency brew deps --tree --installed # dependencies as tree brew doctor # finds problems in the installed base brew uninstall <package>
https://apple.stackexchange.com/questions/101090/list-of-all-packages-installed-using-homebrew
Installation aktualisieren
brew update
brew outdated
brew upgrade
brew cleanup -n
Aktuelle Version von OpenSSL installieren
brew update brew install openssl brew install python --with-brewed-openssl
Add the following to ~/.bash_profile:
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Omni Graffle
iMovie
Safari
Screen-Annotation Tools
Stuff
- https://mac.getutm.app/ - Virtualisierung
- https://github.com/ExistentialAudio/BlackHole - Virtual audio driver
Tastatur
Tastaturbelegung ändern
Cherry KC 6000 (Lock-Screen Taste neu belegen):
PC-Tastaturbelegung am Mac - rechte Option-Taste verhält sich wie AltGr
- Laden Sie die folgende Ukulele-Datei herunter: deutschmitaltgr.keylayout.txt
- Dateiendung
.txt
entfernen - Datei in
~/Library/Keyboard Layouts
speichern - Aktivierung des neuen Keyboard Layouts über die Systemeinstellungen
Links:
aktuelles OSX auf älteren Mac's
Open Legacy Patcher
Repair & Fix
Hardware-Repair
osx/start.txt · Zuletzt geändert: 2023/12/08 12:02 von admin