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 [2023/12/08 12:02] – [Homebrew] adminosx:start [2025/05/01 13:50] (aktuell) – [OpenCore Legacy Patcher] 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 54: Zeile 62:
 === Lulu === === Lulu ===
   * https://objective-see.com/products/lulu.html - LuLu is a free, open-source firewall that aims to block unknown outgoing connections   * https://objective-see.com/products/lulu.html - LuLu is a free, open-source firewall that aims to block unknown outgoing connections
 +==== Essential Software ====
 +
 +  * https://forums.macrumors.com/threads/what-are-your-essential-macos-apps.2370397/
 +  * [[https://forums.macrumors.com/threads/best-app-or-handbrake-settings-to-rip-copy-dvds.2446086/|Best app (or Handbrake settings) to rip/copy DVDs?]]
 +
 ==== Password-Manager ==== ==== Password-Manager ====
   * https://github.com/MacPass/MacPass   * https://github.com/MacPass/MacPass
Zeile 64: 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 ====
Zeile 75: Zeile 98:
 brew doctor                   # finds problems in the installed base brew doctor                   # finds problems in the installed base
 brew uninstall <package> brew uninstall <package>
-<code>+</code>
 https://apple.stackexchange.com/questions/101090/list-of-all-packages-installed-using-homebrew https://apple.stackexchange.com/questions/101090/list-of-all-packages-installed-using-homebrew
  
Zeile 151: Zeile 174:
   * http://dosdude1.com/software.html   * http://dosdude1.com/software.html
  
-==== Open Legacy Patcher ====+==== OpenCore Legacy Patcher ====
   * https://dortania.github.io/OpenCore-Legacy-Patcher/MODELS.html#imac   * https://dortania.github.io/OpenCore-Legacy-Patcher/MODELS.html#imac
     * https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108     * https://github.com/dortania/OpenCore-Legacy-Patcher/issues/108
     * https://forums.macrumors.com/threads/any-way-to-use-mba-2011-run-linux-throw-in-garbage.2398537/     * https://forums.macrumors.com/threads/any-way-to-use-mba-2011-run-linux-throw-in-garbage.2398537/
 +
 +=== Macbook 2011 (8.2) ===
 +
 +  * https://github.com/dortania/OpenCore-Legacy-Patcher/issues/522 -- MacBookPro11,3 GMUX issues
 +  * https://dortania.github.io/OpenCore-Legacy-Patcher/ACCEL.html -- Working Around Non-Metal Issues
 +
 +== Updates: ==
 +  - **.Point Updates**: OCLP auf den neuesten Stand bringen (notfalls neu installieren), danach Update einfach über Systemsteuerung\\
 +  - **Versions-Upgrades**: Neuen Installer über OCLP erstellen und damit updaten
 +
 +  * https://www.reddit.com/r/OpenCoreLegacyPatcher/comments/1f15dig/hows_the_exact_procedure_to_upgrade_from_an_older/
 +  * https://www.reddit.com/r/OpenCoreLegacyPatcher/comments/1gffu7x/recommended_process_for_macos_updates/
 ===== Repair & Fix ===== ===== Repair & Fix =====
  
osx/start.1702036940.txt.gz · Zuletzt geändert: 2023/12/08 12:02 von admin