Mac Recipes: Difference between revisions
From blinkenwiki
Blinkenjim (talk | contribs) No edit summary |
Blinkenjim (talk | contribs) Add CreatorSpace welcome notice. |
||
(15 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 == | |||
* 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]] | ||
* [[Setup of Eclipse for MagicDraw development]] | * [[Setup of Eclipse for MagicDraw development]] | ||
* [[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 13: | 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]] | ||
* [[Create a ZFS volume for Time Machine backup]] | |||
== Big Sur == | |||
* 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 == | ||
Line 28: | Line 45: | ||
* [[Autolayout Recipe: Hugging Top, With Margins, Fixed Aspect Ratio, Maximize Size]] | * [[Autolayout Recipe: Hugging Top, With Margins, Fixed Aspect Ratio, Maximize Size]] | ||
* [[Autolayout Recipe: Centered, With Margins, Fixed Aspect Ratio, Maximize Size]] | * [[Autolayout Recipe: Centered, With Margins, Fixed Aspect Ratio, Maximize Size]] | ||
== Not really Mac == | |||
* [https://www.sqlite.org/backup.html How to copy an in-memory Sqlite database to a file] |
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
- 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
- High Sierra Setup
- Removing Time Machine backup directories and other stubborn files
- Setup of Eclipse for MagicDraw development
- Restoring from Time Machine via command line
- Code Integration - Xcode and GitLab
- How to create an encrypted RAID CoreStorage volume in macOS Sierra THE OLD WAY
- Removing Time Machine backup directories and other stubborn files
- ldd in macOS
- macOS permissions model
- 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
- Create a ZFS volume for Time Machine backup
Big Sur
- Recover old Finder window titlebar style:
defaults write com.apple.finder NSWindowSupportsAutomaticInlineTitle -bool false
- Capturing audio from special and hidden sources with Audio Hijack
General Unix Recipes
- How to set up SSH and Github for multiple authenticated accounts
- Linode stuff
- Guacamole Installation
- Setting up to run Python versions 2.7 and 3.5 via virtualenv (old)
- Keyboard setup for Raspbian
- m404 Installation Notes
UIKit/Storyboard Recipes
- Autolayout Recipe: Hugging Top, With Margins, Fixed Aspect Ratio, Maximize Size
- Autolayout Recipe: Centered, With Margins, Fixed Aspect Ratio, Maximize Size