osx:start
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
osx:start [2023/03/22 02:12] – [Homebrew] 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:// | ||
Zeile 64: | Zeile 77: | ||
==== MacPorts ==== | ==== MacPorts ==== | ||
* https:// | * 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 ==== | ==== 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 === | ||
<code bash> | <code bash> | ||
Zeile 137: | Zeile 172: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | * http:// | + | * http:// |
+ | |||
+ | ==== Open Legacy Patcher ==== | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
===== Repair & Fix ===== | ===== Repair & Fix ===== | ||
Zeile 149: | Zeile 189: | ||
* [[http:// | * [[http:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
===== Hardware-Repair ===== | ===== Hardware-Repair ===== | ||
* [[osx: | * [[osx: |
osx/start.1679451160.txt.gz · Zuletzt geändert: 2023/03/22 02:12 von admin