Mac Recipes: Difference between revisions

From blinkenwiki

Add CreatorSpace welcome notice.
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<big>''Welcome, CreatorSpace visitors! Please be advised that this site is a work in progress, especially the theme. I'll be adding graphics and changing colors and fonts in the near future, so this site may not always look like it does right now!''</big>
== Mac ==
== Mac ==


* [[How to create a RAMdisk]]
* How to get old versions of macOS: https://support.apple.com/en-us/HT211683
* How to get old versions of Xcode: https://developer.apple.com/download/all/?q=Xcode
* [[Steps to create a macOS virtual machine]]
* [[Steps to create a macOS virtual machine]]
* [[High Sierra Setup]]
* [[High Sierra Setup]]
* [[Removing Time Machine backup directories and other stubborn files]]
* [[Removing Time Machine backup directories and other stubborn files]]
* [[How to create an encrypted RAID CoreStorage volume in macOS Sierra]]
* [[Setup of Eclipse for MagicDraw development]]
* [[Setup of Eclipse for MagicDraw development]]
* [[Creating a sparsebundle disk image via command line]]
* [[Restoring from Time Machine via command line]]
* [[Restoring from Time Machine via command line]]
* [[Code Integration - Xcode and GitLab]]
* [[Code Integration - Xcode and GitLab]]
Line 15: Line 16:
* [[macOS permissions model]]
* [[macOS permissions model]]
* [[How to trace system calls on a Mac]]
* [[How to trace system calls on a Mac]]
* [[Upgrading MacPorts with port reinstallation]]
=== Mac disk stuff ===
* [[How to create a RAMdisk]]
* [[How to create a single-disk APFS volume]]
* [[How to create an encrypted RAID CoreStorage volume in macOS Sierra]]
* [[Creating a sparsebundle disk image via command line]]
* [[How to create a sparse disk image for Time Machine backups]]
* [[How to create a sparse disk image for Time Machine backups]]
* [[Upgrading MacPorts with port reinstallation]]
* [[Create a ZFS volume for Time Machine backup]]
* [[Create a ZFS volume for Time Machine backup]]


Line 22: Line 30:


* Recover old Finder window titlebar style: <code>defaults write com.apple.finder NSWindowSupportsAutomaticInlineTitle -bool false</code>
* Recover old Finder window titlebar style: <code>defaults write com.apple.finder NSWindowSupportsAutomaticInlineTitle -bool false</code>
* [https://rogueamoeba.com/support/knowledgebase/?showArticle=AH-HiddenSources Capturing audio from special and hidden sources with Audio Hijack]


== General Unix Recipes ==
== General Unix Recipes ==

Latest revision as of 01:25, 18 August 2024

Welcome, CreatorSpace visitors! Please be advised that this site is a work in progress, especially the theme. I'll be adding graphics and changing colors and fonts in the near future, so this site may not always look like it does right now!

Mac

Mac disk stuff

Big Sur

General Unix Recipes

UIKit/Storyboard Recipes

Not really Mac