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/08/25 08:14] – [aktuelles OSX auf älteren Mac's] 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 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 ====
 +=== Kommandos: ===
 +<code bash>
 +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>
 +</code>
 +https://apple.stackexchange.com/questions/101090/list-of-all-packages-installed-using-homebrew
 +
 === Installation aktualisieren === === Installation aktualisieren ===
 <code bash> <code bash>
Zeile 154: Zeile 189:
   * [[http://gigoblog.com/2014/11/13/firewall-locked-you-out-of-screensharing-on-os-x/|Firewall locked you out of screensharing]]   * [[http://gigoblog.com/2014/11/13/firewall-locked-you-out-of-screensharing-on-os-x/|Firewall locked you out of screensharing]]
   * [[https://github.com/yene/Safari-Backspace/issues/1|Safari Backspace]]   * [[https://github.com/yene/Safari-Backspace/issues/1|Safari Backspace]]
 +  * [[https://forums.macrumors.com/threads/upgrading-2013-2014-macbook-pro-ssd-to-m-2-nvme.2034976/|Upgrading 2013/2014 Macbook Pro SSD to M.2 NVMe]]
 ===== Hardware-Repair ===== ===== Hardware-Repair =====
  
   * [[osx:imac|iMac]]   * [[osx:imac|iMac]]
osx/start.1692951245.txt.gz · Zuletzt geändert: 2023/08/25 08:14 von admin