Wiki source code of Apple

Version 7.2 by Drunk Monkey on 2021-11-03 08:41

Show last authors
1 {{box cssClass="box floatinginfobox" title="**Quick Links**"}}
2 {{toc start="2" depth="5" numbered="true"/}}
3 {{/box}}
4
5 == Downgrade Big Sur (11.x) to Catalina (10.15) via a 11.x Host Computer ==
6
7 1. download the Catalina installer for 10.15 ( [[https:~~/~~/support.apple.com/en-in/HT201372>>https://support.apple.com/en-in/HT201372]] ) from the apple app store (8GB). After downloading, the OS will try to run the installer and fail giving an error message. Just dismiss the dialog window and continue on.
8 1. "createinstallmedia" via the terminal window:
9 11. ##sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia ~-~-volume /Volumes/MyVolume##
10 [[image:macos-big-sur-terminal-create-bootable-installer.jpg]]
11
12 == Disable MacBook Pro Dedicated GPU ==
13
14
15 Important Notes:
16
17 * I have recently come up with a MUCH better, PERMANENT solution to this issue, which I'd recommend using instead, if your AMD GPU has failed. This method will also allow brightness control and sleep mode to continue working as normal. More info can be found [[here>>url:https://doslabelectronics.com/Demux]].
18 * After performing the steps below, sleep mode and brightness control will NOT work properly on your system.
19
20 1. First, ensure your machine is completely shut down (You can press Control + Option + Shift + Power keys to reset the SMC).
21 1. Now, boot your machine while holding the Command + S keys. As the system boots, it should display white text on a black screen, and should eventually stop at a prompt.
22 1. At this prompt, enter the following command and press Return: 
23 ##nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00##
24 1. Next, enter reboot,  and press Return.
25 1. Immediately after running the reboot command, hold down Command + R (if you're running OS X 10.11 or later) to boot into Recovery Mode. If you don't have a Recovery Partition, you can boot from a Mac OS installer USB drive.
26 1. Once booted in Recovery Mode, open Terminal, and run the following command:
27 ##csrutil disable##
28 1. Reboot the system.
29 1. Once the system reboots, it should now successfully boot into your install of OS X. Now, you'll need to download the program found [[here>>url:http://dosdude1.com/apps/MacBook%20Pro%20dGPU%20Disabler.zip]].
30 1. Run the program, follow the prompts, and enter your password when prompted.
31 1. Once the tool finishes running, your system should now run without the dedicated graphics, and should work completely normally.
32
33 == Essential Keyboard Shortcuts for Mac ==
34
35 (% class="min" %)
36 |=Shortcut|=Action
37 |**Startup Shortcuts**|
38 |C|Boot from Optical Drive
39 |D|Boot to Apple Diagnostics
40 |N|Boot from a network server
41 |T|Boot in Target Disk Mode
42 |Shift|Boot in Safe Mode
43 |Cmd + R|Boot to macOS Recovery
44 |Option + Cmd + R|Boot to macOS Recovery over the internet
45 |Cmd + S|Boot in Single-User Mode
46 |Cmd + V|Boot in Verbose Mode
47 |Option|Boot to Startup Manager, to pick other startup disks if available
48 |Cmd + Option + P + R|Reset NVRAM or PRAM
49 |Shift + Control + Option|Reset SMC
50 |F12 or trackpad button|Eject removable media
51 |Left Shift|Disable automatic login (if enabled)
52 |Shift|(at login screen) Prevent Login items / Previous Windows
53 |**Global Shortcuts**|
54 |Shift + Cmd + 3|Take screenshot of entire screen
55 |Shift + Cmd + 4|Take screenshot of selected area
56 |Shift + Cmd + 4, then Space|Take screenshot of selected window
57 |Cmd + A|Select all
58 |Cmd + F|Find
59 |Cmd + H|Hide current window
60 |Option + Cmd + H|Hide all other windows
61 |Cmd + M|Minimize current window
62 |Option + Cmd + M|Minimize all windows
63 |Cmd + W|Close current window
64 |Option + Cmd + W|Close all windows
65 |Cmd + O|Open
66 |Cmd + P|Print
67 |Cmd + S|Save
68 |Cmd + C|Copy
69 |Cmd + V|Paste (copy)
70 |Option + Cmd + V|Paste (cut) i.e. move copied item to current location
71 |Shift + Option + Cmd + V|Paste and match style
72 |Cmd + Z|Undo
73 |Cmd + ?|Help
74 |Cmd + , (Comma)|Open Preferences for current app
75 |Cmd + Space|Open Spotlight search
76 |Cmd + Tab|Switch to the next open app
77 |Cmd + ~~ (Tilde)|Switch to the next window in the current app
78 |Control + Cmd + Q|Lock the screen
79 |Shift + Cmd + Q|Log out
80 |Option + Shift + Cmd + Q|Log out instantly
81 |Cmd + Option + Esc|Force quit
82 |Cmd + Option + Eject|Activate Sleep mode
83 |Shift + Control + Eject|Put display(s) to sleep
84 |Cmd + Control + Eject|Quit all apps and restart
85 |Control + Eject|Choose from Sleep, Restart, and Shutdown options
86 |**Finder Shortcuts**|
87 |Enter|Rename selected file or folder
88 |Space|Open preview of selected file
89 |Option + Space|Open preview of selected file in fullscreen mode
90 |Shift + Cmd + G|Go to folder...
91 |Shift + Cmd + N|Create new folder
92 |Shift + Cmd + Delete|Empty the Trash folder
93 |Option + Shift + Cmd + Delete|Empty the Trash folder immediately
94 |Cmd + 1|Icon View
95 |Cmd + 2|List View
96 |Cmd + 3|Column View
97 |Cmd + D|Duplicate selected file or folder
98 |Cmd + I|Get info
99 |Cmd + J|View options
100 |Cmd + N|Open new Finder window
101 |Cmd + T|Open new Finder tab
102 |Cmd + [|Back
103 |Cmd + ]|Forward
104 |Cmd + Delete|Move selected item(s) to Trash
105 |Cmd + Up|Move up one folder
106 |Cmd + Down|Move down one folder
107 |Cmd + Option + I|Show Attributes Inspector
108 |Cmd + Control + N|With files selected, create a new folder and immediately move selected files into that folder