Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

https://support.apple.com/guide/macbook-air/set-up-your-mac-apd831707cb3/mac

initial setup

  • open laptop
  • select language, country, WIFI network connection

For EACH USER - create a valid local user id related to the apple.id

  • signin or create appleid
  • after appleid signin
  • create a local computer account
  • >> rowxn#262xnn
  • 11
  • after optional Siri setup you login using your local id, password
  • setup fingerprint access ( as option to enter password ) to access admin features

Ensure Google Chrome and Google Drive are accessed for your local account

  • Validate access to KEY apps including Google Chrome Browser, Google Drive, DuckDuckGo Browser
  • IF Chrome or Drive are NOT installed, then use the Safari browser to download them ( search "Google Chrome Browser")
    • Download and Setup KEY apps including Google Chrome Browser, Google Drive, DuckDuckGo Browser
    • Validate access to KEY apps including Google

...

    • Chrome Browser, Google Drive, DuckDuckGo Browser


From Apple App store IF POSSIBLE - Setup other apps - GIMP and ?

...

https://www.howtogeek.com/356942/how-to-view-the-system-log-on-a-mac/#:~:text=%E2%80%9C~Library%2FLogs%E2%80%9D%20is,for%20low%2Dlevel%20system%20services.

Your Mac keeps system logs, which can help diagnose and troubleshoot problems with macOS and your installed applications. These logs are stored as plain-text log files on your Mac’s system drive, and macOS also includes an app for viewing them.

To view your Mac system logs, launch the Console app. You can launch it with Spotlight search by pressing Command+Space, typing “Console,” and then pressing Enter. You’ll also find it at Finder > Applications > Utilities > Console.

The Console app, also known as Console.app, is like a Windows Event Viewer for Mac.


More logs are available under Reports. To see application crash and freeze logs, click either “System Reports” for system applications or “User Reports” for user applications. You’ll see a variety of logs with file extensions like .crash, .diag, and .spin. Click them to view them in the Info pane.




Admin user account mgt



User account vs Login Keychain passwords

...

https://gadgetstouse.com/blog/2021/04/08/fix-macos-cannot-verify-app-is-free-from-malware/#:~:text=Open%20the%20Apple%20menu%20and,tried%20opening%20the%20blocked%20app.

Open the Apple menu and go to System Preferences. Head to Security & Privacy and tap the General tab. Here, you'll see an “Open Anyway” button for the app that's giving issues. The button would only be available for an hour after you tried opening the blocked app.



Configuration Issues 


issue> run Intel software on Macbook with Apple processors ( M1, M2)

...

https://appletoolbox.com/seeing-error-operation-not-permitted-in-macos-mojave/

Error: “Operation not permitted?” 

Working with your Mac’s Terminal Utility but getting the error message “Operation not permitted?” Are Terminal commands that used to work in macOS High Sierra and Sierra not working?

this error on advanced commands like super-user sudo and change ownership chown commands but also on simple commands like the list directory command ls and others. What a mess!

easy to fix–we just need to update some of your Mac’s security and protection settings! 

SIP still allows access to some directories, like ~/Applications, but totally locks down others like ~/System or ~/usr.


Granting Terminal or An App Full Disk Access


Default MAC Key functions

...

XCode free Developer toolset from App Store


takes 30 GB

Xcode is Apple's integrated development environment (IDE) for macOS, used to develop software for macOS, iOS, iPadOS, watchOS, and tvOS. ... Xcode includes Command Line Tools (CLT), which enable UNIX-style development via the Terminal app in macOS. They can also be downloaded and installed without the main IDE.

the CLT can be downloaded separately


Manage Disk Space 

https://support.apple.com/guide/disk-utility/welcome/mac

...

Apple publishes the source code for the open source parts of OSX. So the source for "man" is retrievable from https://opensource.apple.com/tarballs/man/ . The latest version (as of this writing) is v1.6c. Provided you have at least the Command Line Tools installed (you can run xcode-select --install to get them if you don’t):

curl -LORf 'https://opensource.apple.com/tarballs/man/man-16.tar.gz'
tar -xzvf man-16.tar.gz
cd man-16/man

# Undo an Apple patch that adds a dependency on 'xcselect.h',
# which is something that Apple doesn't appear to distribute.
patch -R -p0 <../patches/PR11291804-xcode.diff

./configure --prefix=/usr/local
make
make install

...

save a timeline clip to a file

 you can select/edit/copy a clip in the timeline, and edit/paste it into a newly created project, that you can share out

complete iMovie tutorial

https://www.youtube.com/watch?v=XjgkMt0wP7w

...