Benutzer-Werkzeuge

Webseiten-Werkzeuge


osx:start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
osx:start [2025/01/18 14:00] – [Essential Software] adminosx: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 "
 +</code>
 +List of OSX versions: https://support.apple.com/en-us/102662
 ==== Firewalls ==== ==== Firewalls ====
  
Zeile 69: Zeile 77:
 ==== MacPorts ==== ==== MacPorts ====
   * https://www.macports.org/   * https://www.macports.org/
 +
 +<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
 +</code>
  
 ==== Homebrew ==== ==== Homebrew ====
osx/start.1737208816.txt.gz · Zuletzt geändert: 2025/01/18 14:00 von admin