Wiki source code of Apple

Version 8.1 by Drunk Monkey on 2021-11-03 08:42

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 ====== ~[[[top>>doc:WebHome]]] ======
13
14 == Disable MacBook Pro Dedicated GPU ==
15
16
17 Important Notes:
18
19 * 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]].
20 * After performing the steps below, sleep mode and brightness control will NOT work properly on your system.
21
22 1. First, ensure your machine is completely shut down (You can press Control + Option + Shift + Power keys to reset the SMC).
23 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.
24 1. At this prompt, enter the following command and press Return: 
25 ##nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00##
26 1. Next, enter reboot,  and press Return.
27 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.
28 1. Once booted in Recovery Mode, open Terminal, and run the following command:
29 ##csrutil disable##
30 1. Reboot the system.
31 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]].
32 1. Run the program, follow the prompts, and enter your password when prompted.
33 1. Once the tool finishes running, your system should now run without the dedicated graphics, and should work completely normally.
34
35 ====== ~[[[top>>doc:WebHome]]] ======
36
37 == Essential Keyboard Shortcuts for Mac ==
38
39 (% class="min" %)
40 |=Shortcut|=Action
41 |**Startup Shortcuts**|
42 |C|Boot from Optical Drive
43 |D|Boot to Apple Diagnostics
44 |N|Boot from a network server
45 |T|Boot in Target Disk Mode
46 |Shift|Boot in Safe Mode
47 |Cmd + R|Boot to macOS Recovery
48 |Option + Cmd + R|Boot to macOS Recovery over the internet
49 |Cmd + S|Boot in Single-User Mode
50 |Cmd + V|Boot in Verbose Mode
51 |Option|Boot to Startup Manager, to pick other startup disks if available
52 |Cmd + Option + P + R|Reset NVRAM or PRAM
53 |Shift + Control + Option|Reset SMC
54 |F12 or trackpad button|Eject removable media
55 |Left Shift|Disable automatic login (if enabled)
56 |Shift|(at login screen) Prevent Login items / Previous Windows
57 |**Global Shortcuts**|
58 |Shift + Cmd + 3|Take screenshot of entire screen
59 |Shift + Cmd + 4|Take screenshot of selected area
60 |Shift + Cmd + 4, then Space|Take screenshot of selected window
61 |Cmd + A|Select all
62 |Cmd + F|Find
63 |Cmd + H|Hide current window
64 |Option + Cmd + H|Hide all other windows
65 |Cmd + M|Minimize current window
66 |Option + Cmd + M|Minimize all windows
67 |Cmd + W|Close current window
68 |Option + Cmd + W|Close all windows
69 |Cmd + O|Open
70 |Cmd + P|Print
71 |Cmd + S|Save
72 |Cmd + C|Copy
73 |Cmd + V|Paste (copy)
74 |Option + Cmd + V|Paste (cut) i.e. move copied item to current location
75 |Shift + Option + Cmd + V|Paste and match style
76 |Cmd + Z|Undo
77 |Cmd + ?|Help
78 |Cmd + , (Comma)|Open Preferences for current app
79 |Cmd + Space|Open Spotlight search
80 |Cmd + Tab|Switch to the next open app
81 |Cmd + ~~ (Tilde)|Switch to the next window in the current app
82 |Control + Cmd + Q|Lock the screen
83 |Shift + Cmd + Q|Log out
84 |Option + Shift + Cmd + Q|Log out instantly
85 |Cmd + Option + Esc|Force quit
86 |Cmd + Option + Eject|Activate Sleep mode
87 |Shift + Control + Eject|Put display(s) to sleep
88 |Cmd + Control + Eject|Quit all apps and restart
89 |Control + Eject|Choose from Sleep, Restart, and Shutdown options
90 |**Finder Shortcuts**|
91 |Enter|Rename selected file or folder
92 |Space|Open preview of selected file
93 |Option + Space|Open preview of selected file in fullscreen mode
94 |Shift + Cmd + G|Go to folder...
95 |Shift + Cmd + N|Create new folder
96 |Shift + Cmd + Delete|Empty the Trash folder
97 |Option + Shift + Cmd + Delete|Empty the Trash folder immediately
98 |Cmd + 1|Icon View
99 |Cmd + 2|List View
100 |Cmd + 3|Column View
101 |Cmd + D|Duplicate selected file or folder
102 |Cmd + I|Get info
103 |Cmd + J|View options
104 |Cmd + N|Open new Finder window
105 |Cmd + T|Open new Finder tab
106 |Cmd + [|Back
107 |Cmd + ]|Forward
108 |Cmd + Delete|Move selected item(s) to Trash
109 |Cmd + Up|Move up one folder
110 |Cmd + Down|Move down one folder
111 |Cmd + Option + I|Show Attributes Inspector
112 |Cmd + Control + N|With files selected, create a new folder and immediately move selected files into that folder
113
114 ====== ~[[[top>>doc:WebHome]]] ======