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 [2021/11/25 06:45] – [Screen-Annotation Tools] 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
   * https://github.com/keepassxreboot/keepassxc   * https://github.com/keepassxreboot/keepassxc
  
-===== Homebrew =====+===== Packet Manager für MacOS ===== 
 + 
 +  * https://saagarjha.com/blog/2019/04/26/thoughts-on-macos-package-managers/ 
 + 
 +==== MacPorts ==== 
 +  * 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 ==== 
 +=== 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>
 brew update brew update
Zeile 70: Zeile 111:
   * https://zanshin.net/2014/02/03/how-to-list-brew-dependencies/   * https://zanshin.net/2014/02/03/how-to-list-brew-dependencies/
   * https://stackoverflow.com/questions/7323261/uninstall-remove-a-homebrew-package-including-all-its-dependencies   * https://stackoverflow.com/questions/7323261/uninstall-remove-a-homebrew-package-including-all-its-dependencies
-==== Aktuelle Version von OpenSSL installieren ===+=== Aktuelle Version von OpenSSL installieren ===
  
 <code bash> <code bash>
Zeile 100: Zeile 140:
   * https://apple.stackexchange.com/questions/172046/screen-annotation-software-to-draw-on-any-app-in-osx   * https://apple.stackexchange.com/questions/172046/screen-annotation-software-to-draw-on-any-app-in-osx
  
-===== Tastaturbelegung ändern =====+=== Stuff === 
 +  * https://mac.getutm.app/ - **Virtualisierung** 
 +  * https://github.com/ExistentialAudio/BlackHole - **Virtual audio driver** 
 + 
 +---- 
 + 
 +===== Tastatur ===== 
 +  * https://www.jacob.de/produkte/keysonic-tastatur-mit-ksk-8022macu-artnr-5537107.html 
 +  * https://www.keychron.com/pages/qmk-prelaunch 
 + 
 +==== Tastaturbelegung ändern ==== 
  
 **Cherry KC 6000 (Lock-Screen Taste neu belegen):** **Cherry KC 6000 (Lock-Screen Taste neu belegen):**
Zeile 121: Zeile 172:
   * https://forums.macrumors.com/threads/macos-10-14-mojave-on-unsupported-macs-thread.2121473/page-338#post-26603691   * https://forums.macrumors.com/threads/macos-10-14-mojave-on-unsupported-macs-thread.2121473/page-338#post-26603691
   * https://forums.macrumors.com/threads/macos-10-15-catalina-on-unsupported-macs.2183772/   * https://forums.macrumors.com/threads/macos-10-15-catalina-on-unsupported-macs.2183772/
-  * http://dosdude1.com/software/+  * http://dosdude1.com/software.html 
 + 
 +==== Open Legacy Patcher ==== 
 +  * https://dortania.github.io/OpenCore-Legacy-Patcher/MODELS.html#imac 
 +    * 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/
 ===== Repair & Fix ===== ===== Repair & Fix =====
  
Zeile 133: 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.1637822730.txt.gz · Zuletzt geändert: 2021/11/25 06:45 von admin