osx:start
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
osx:start [2021/11/25 06:46] – [Installation aktualisieren] admin | osx:start [2025/02/17 21:17] (aktuell) – [MacPorts] admin | ||
---|---|---|---|
Zeile 42: | Zeile 42: | ||
screen -ls | screen -ls | ||
===== Software ===== | ===== Software ===== | ||
+ | ==== OSX Update ==== | ||
+ | |||
+ | <code bash> | ||
+ | #manually download the Full Version of Ventura 13.7.3 | ||
+ | softwareupdate --fetch-full-installer --full-installer-version 13.7.3 | ||
+ | #This will create a new Application in applications folder called " Install Venture Application " | ||
+ | </ | ||
+ | List of OSX versions: https:// | ||
==== Firewalls ==== | ==== Firewalls ==== | ||
Zeile 54: | Zeile 62: | ||
=== Lulu === | === Lulu === | ||
* https:// | * https:// | ||
+ | ==== Essential Software ==== | ||
+ | |||
+ | * https:// | ||
+ | * [[https:// | ||
+ | |||
==== Password-Manager ==== | ==== Password-Manager ==== | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | ===== Homebrew ===== | + | ===== Packet Manager für MacOS ===== |
+ | |||
+ | * https:// | ||
+ | |||
+ | ==== MacPorts ==== | ||
+ | * https:// | ||
+ | |||
+ | <code bash> | ||
+ | sudo xcode-select --install | ||
+ | sudo port -v selfupdate | ||
+ | |||
+ | sudo port install mpstats | ||
+ | sudo port unload mpstats # disables port und uninstalls startup | ||
+ | |||
+ | sudo port install python313 | ||
+ | </ | ||
+ | |||
+ | ==== Homebrew ==== | ||
+ | === Kommandos: | ||
+ | <code bash> | ||
+ | brew list # lists installed packages | ||
+ | brew leaves | ||
+ | brew leaves --installed-on-request | ||
+ | brew leaves --installed-as-dependency # installed as dependency | ||
+ | brew deps --tree --installed | ||
+ | brew doctor | ||
+ | brew uninstall < | ||
+ | </ | ||
+ | https:// | ||
=== Installation aktualisieren === | === Installation aktualisieren === | ||
Zeile 70: | Zeile 111: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | ==== Aktuelle Version von OpenSSL installieren ==== | + | === Aktuelle Version von OpenSSL installieren === |
<code bash> | <code bash> | ||
Zeile 100: | Zeile 140: | ||
* https:// | * https:// | ||
- | ===== Tastaturbelegung ändern ===== | + | === Stuff === |
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Tastatur ===== | ||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | ==== Tastaturbelegung ändern ==== | ||
**Cherry KC 6000 (Lock-Screen Taste neu belegen):** | **Cherry KC 6000 (Lock-Screen Taste neu belegen):** | ||
Zeile 121: | Zeile 172: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | * http:// | + | * http:// |
+ | |||
+ | ==== Open Legacy Patcher ==== | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
===== Repair & Fix ===== | ===== Repair & Fix ===== | ||
Zeile 133: | Zeile 189: | ||
* [[http:// | * [[http:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
===== Hardware-Repair ===== | ===== Hardware-Repair ===== | ||
* [[osx: | * [[osx: |
osx/start.1637822763.txt.gz · Zuletzt geändert: 2021/11/25 06:46 von admin