os_x_annoyances
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
os_x_annoyances [2023.08.08 09:31] – Steve Isenberg | os_x_annoyances [2025.03.07 15:02] (current) – [Eject USB Stick/drive Issues] Steve Isenberg | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOCACHE~~ <fc # | ~~NOCACHE~~ <fc # | ||
- | =====MacOS Annoyances===== | + | ======MacOS Annoyances====== |
[[Macbook]]\\ | [[Macbook]]\\ | ||
See also [[Linux Annoyances]] for Terminal on Mac | See also [[Linux Annoyances]] for Terminal on Mac | ||
Line 104: | Line 104: | ||
To remove the limit, use the following command: | To remove the limit, use the following command: | ||
< | < | ||
+ | |||
+ | ====Developer Cannot Be Verified==== | ||
+ | You have downloaded an application and you are sure that it is safe to run on your machine. | ||
+ | |||
+ | The site [[https:// | ||
+ | These include looking for a newer or alternate version of the application. | ||
+ | - Open Finder | ||
+ | - Locate the app you're trying to open | ||
+ | - Control-Click (or right-click) the app | ||
+ | - Select Open | ||
+ | - Click Open\\ //this should let you open it easily in the future// | ||
+ | |||
====Can' | ====Can' | ||
Line 126: | Line 138: | ||
To use this and get a sort based on size: '' | To use this and get a sort based on size: '' | ||
- | ====Play a DVD .iso image==== | ||
- | Leawo Blu-ray Player works. | ||
- | - Mount the .iso (right-click on .iso file, ) | ||
- | - Run Leawo | ||
- | - See: Open File and the DVD you've mounted | ||
- | - Right-click on the DVD you want to play | ||
- | - Play Disk | ||
- | |||
- | ====Burn an ISO file to Bootable USB==== | ||
- | 20201216 Success burning Linux Mint 20.1 to USB drive on iMac. 20221022 Success burning Q4OS 4.8 32bit to USB drive on iMac. | ||
- | - Get your iso, suppose it's in Downloads. | ||
- | - Insert your USB drive (make sure it's big enough) | ||
- | - Run Disk Utility, get the device name. | ||
- | - Right-click on the USB and Get Info | ||
- | - you'll see the /dev name there; it might be ''/ | ||
- | - Run Terminal. | ||
- | - '' | ||
- | - Find the disk without the s1. Suppose it's disk3 (so you want ''/ | ||
- | - '' | ||
- | - If: " | ||
- | - When '' | ||
- | |||
- | ==comments== | ||
- | * A 2GB iso file took about 40 minutes to complete; the dd command tells records in and out, bytes transferred, | ||
- | * Note that MacOS may be unable to mount the USB drive when the '' | ||
- | |||
- | <hidden initialState=" | ||
- | Prior attempts | ||
- | |||
- | Digested from [[https:// | ||
- | |||
- | [20191213] This did not work for me: I'd downloaded the Win10 ISO and followed instructions to create a boot USB stick. | ||
- | |||
- | You have an ISO file and you want to make a bootable USB stick from it. You will need a USB stick larger than the ISO file (e.g., ISO is 6GB, you can use a 8GB or larger USB drive. | ||
- | - Run terminal < | ||
- | - Find name of the USB stick (e.g., /dev/disk4; we'll use /dev/diskX here) | ||
- | - < | ||
- | - Now go to finder and locate the ISO file. Right-click, | ||
- | - Back to terminal, enter part of command (don't press enter yet)< | ||
- | - For ISO file in smi's download directory with name silly.iso the command will look something like< | ||
- | - When it completes, type < | ||
- | |||
- | bs is block size\\ if is input file\\ of is output file | ||
- | |||
- | Takes about 2 minutes to write a 6GB ISO file to a USB 3.1 drive. | ||
- | </ | ||
- | 20191213 I downloaded a Windows 10 ISO file from | ||
- | [[https:// | ||
- | You can find other Windows versions to download, see [[https:// | ||
- | |||
- | |||
- | |||
- | ====Burn an ISO file to Bootable CD/DVD==== | ||
- | From [[https:// | ||
- | |||
- | - Open Finder window, navigate to your ISO file, single-click to select it | ||
- | - File > Burn Disk Image | ||
- | - Insert disk if you haven' | ||
- | // | ||
- | |||
- | (For OS X 10.10 and earlier) From [[https:// | ||
- | - Applications > Utilities > Disk Utility | ||
- | - Insert blank CD/DVD | ||
- | - Drag the *.iso file from a //Finder// window to the //Disk Utility// window, drop in left pane in the empty area below the Mac drive names. | ||
- | - Select the .iso file name in the left pane of //Disk Utility//, and click **Burn** (top left). | ||
- | - The //Burn Disk In:// window opens and shows your CD/DVD as destination | ||
- | - Click **Burn** | ||
- | - When done the disk will eject | ||
- | |||
- | |||
- | ====Create an ISO file from a DVD==== | ||
- | You have a DVD and you want to put it into an ISO file for later use. | ||
- | |||
- | from [[https:// | ||
- | |||
- | ===Using Terminal=== | ||
- | For the DVD, I used /dev/disk2. I verified this with diskutil list and unmounted it first. | ||
- | |||
- | < | ||
- | $ sudo unmount /dev/disk2 | ||
- | $ dd if=/ | ||
- | </ | ||
- | |||
- | Another user suggests | ||
- | < | ||
- | sudo diskutil unmount /dev/disk2 | ||
- | dd if=/ | ||
- | </ | ||
- | |||
- | ===Using Disk Utility=== | ||
- | Disk Utility - The on-screen prompts will guide you, but it will by default create a .dmg, which is an OS X-specific file format. Disk Utility will also create an ISO (.cdr extension) if you select the " | ||
- | |||
- | |||
- | |||
====Active Window is Covered==== | ====Active Window is Covered==== | ||
Line 330: | Line 248: | ||
- In the Preferences panel open the Sidebar tab. Click the checkmark for iCloud Drive. | - In the Preferences panel open the Sidebar tab. Click the checkmark for iCloud Drive. | ||
+ | ====View hidden files and folders in Finder==== | ||
+ | In Finder, go to the directory, and then: '' | ||
+ | Repeat to re-hide stuff. | ||
+ | |||
+ | ====Reset Networking==== | ||
+ | I found that NordVPN was not working correctly and their support said to reset the MacOS networking. | ||
+ | |||
+ | * In Finder, go to / | ||
+ | * Locate these three files and rename them (like add XXX to beginning of file name -- '' | ||
+ | * <ff serif> | ||
+ | * <ff serif> | ||
+ | * <ff serif> | ||
+ | * Reboot the computer | ||
+ | * From apple in upper left, choose Reboot | ||
+ | * If this fails, start terminal and enter command '' | ||
+ | |||
+ | ====Eject USB Stick/drive Issues==== | ||
+ | If you try to eject a USB drive and get message "drive wasn't ejected because one or more programs may be using it" here's some things you can try. | ||
+ | |||
+ | Suppose drive is called DD1.\\ (You would run these commands in Terminal.) | ||
+ | |||
+ | ===What processes are using the drive?=== | ||
+ | |||
+ | '' | ||
+ | |||
+ | ===Info about the process=== | ||
+ | Suppose the command above returns process ID 129.\\ | ||
+ | '' | ||
+ | A process with / | ||
+ | |||
+ | ===Command that started the process=== | ||
+ | '' | ||
+ | |||
+ | ===Parent of the process=== | ||
+ | '' | ||
+ | |||
+ | ===If the process is something ' | ||
+ | A process with '' | ||
+ | '' | ||
+ | or\\ | ||
+ | System Settings > Spotlight > Spotlight Privacy\\ | ||
+ | Click + and select DD1, and add it to the list. | ||
Line 358: | Line 318: | ||
If you want to change things (add/delete images, re-arrange them) then open the PDF you created in Preview, and select View > Contact Sheet or View > Thumbnails and add/delete and re-arrange. | If you want to change things (add/delete images, re-arrange them) then open the PDF you created in Preview, and select View > Contact Sheet or View > Thumbnails and add/delete and re-arrange. | ||
+ | |||
+ | ====Edit PDFs==== | ||
+ | "Read, edit, convert, merge, and sign PDF files across devices for completely free and without signing up." | ||
+ | |||
+ | Convert PDF to Word, Excel, JPG, PNG, and more. | ||
+ | |||
+ | Free downloads for Windows, MacOS, iOS, and Android. | ||
===== Reinstall MacOS ===== | ===== Reinstall MacOS ===== | ||
Line 449: | Line 416: | ||
- Change user and login information on ABCD. | - Change user and login information on ABCD. | ||
- Go through the Settings (Select the Apple and System Preferences) and adjust as necessary on ABCD. | - Go through the Settings (Select the Apple and System Preferences) and adjust as necessary on ABCD. | ||
+ | |||
+ | =====Upgrade old iMac/ | ||
+ | You want to upgrade your iMac or MacBook but Apple won't let you because the machine is too old. The guy called Mr. Macintosh may have the answer. | ||
+ | |||
+ | Some videos from him: | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | OCLP = Open Core Legacy Patcher | ||
===== Terminal goodies ===== | ===== Terminal goodies ===== | ||
Line 471: | Line 449: | ||
=====Dealing with Archives (zip files)===== | =====Dealing with Archives (zip files)===== | ||
Dealing with large zip files: you have a large multi-GB zip, you want to look inside and maybe unpack it. | Dealing with large zip files: you have a large multi-GB zip, you want to look inside and maybe unpack it. | ||
- | |Application|See inside zip?|Unpack zip?|Comments| | + | ^Application^See inside zip?^Unpack zip?^Comments^ |
|The Unarchiver\\ MacPaw| | |The Unarchiver\\ MacPaw| | ||
|Unarchiver One\\ Trend Micro| | |Unarchiver One\\ Trend Micro| | ||
|Unzip - RAR ZIP 7Z Unarchiver\\ qing qing yu| claims to | unknown | |Unzip - RAR ZIP 7Z Unarchiver\\ qing qing yu| claims to | unknown | ||
+ | |||
+ | |||
+ | |||
+ | =====Working with ISO files===== | ||
+ | |||
+ | ====Play a DVD .iso image==== | ||
+ | Leawo Blu-ray Player works. | ||
+ | - Mount the .iso (right-click on .iso file, ) | ||
+ | - Run Leawo | ||
+ | - See: Open File and the DVD you've mounted | ||
+ | - Right-click on the DVD you want to play | ||
+ | - Play Disk | ||
+ | |||
+ | ====Burn an ISO file to Bootable USB==== | ||
+ | 20201216 Success burning Linux Mint 20.1 to USB drive on iMac. 20221022 Success burning Q4OS 4.8 32bit to USB drive on iMac. | ||
+ | - Get your iso, suppose it's in Downloads. | ||
+ | - Insert your USB drive (make sure it's big enough) | ||
+ | - Run Disk Utility, get the device name. | ||
+ | - Right-click on the USB and Get Info | ||
+ | - you'll see the /dev name there; it might be ''/ | ||
+ | - Run Terminal. | ||
+ | - '' | ||
+ | - Find the disk without the s1. Suppose it's disk3 (so you want ''/ | ||
+ | - '' | ||
+ | - If: " | ||
+ | - When '' | ||
+ | |||
+ | ==comments== | ||
+ | * A 2GB iso file took about 40 minutes to complete; the dd command tells records in and out, bytes transferred, | ||
+ | * Note that MacOS may be unable to mount the USB drive when the '' | ||
+ | |||
+ | <hidden initialState=" | ||
+ | Prior attempts | ||
+ | |||
+ | Digested from [[https:// | ||
+ | |||
+ | [20191213] This did not work for me: I'd downloaded the Win10 ISO and followed instructions to create a boot USB stick. | ||
+ | |||
+ | You have an ISO file and you want to make a bootable USB stick from it. You will need a USB stick larger than the ISO file (e.g., ISO is 6GB, you can use a 8GB or larger USB drive. | ||
+ | - Run terminal < | ||
+ | - Find name of the USB stick (e.g., /dev/disk4; we'll use /dev/diskX here) | ||
+ | - < | ||
+ | - Now go to finder and locate the ISO file. Right-click, | ||
+ | - Back to terminal, enter part of command (don't press enter yet)< | ||
+ | - For ISO file in smi's download directory with name silly.iso the command will look something like< | ||
+ | - When it completes, type < | ||
+ | |||
+ | bs is block size\\ if is input file\\ of is output file | ||
+ | |||
+ | Takes about 2 minutes to write a 6GB ISO file to a USB 3.1 drive. | ||
+ | </ | ||
+ | |||
+ | 20191213 I downloaded a Windows 10 ISO file from | ||
+ | [[https:// | ||
+ | You can find other Windows versions to download, see [[https:// | ||
+ | |||
+ | |||
+ | |||
+ | ====Burn an ISO file to Bootable CD/DVD==== | ||
+ | From [[https:// | ||
+ | |||
+ | - Open Finder window, navigate to your ISO file, single-click to select it | ||
+ | - File > Burn Disk Image | ||
+ | - Insert disk if you haven' | ||
+ | // | ||
+ | |||
+ | (For OS X 10.10 and earlier) From [[https:// | ||
+ | - Applications > Utilities > Disk Utility | ||
+ | - Insert blank CD/DVD | ||
+ | - Drag the *.iso file from a //Finder// window to the //Disk Utility// window, drop in left pane in the empty area below the Mac drive names. | ||
+ | - Select the .iso file name in the left pane of //Disk Utility//, and click **Burn** (top left). | ||
+ | - The //Burn Disk In:// window opens and shows your CD/DVD as destination | ||
+ | - Click **Burn** | ||
+ | - When done the disk will eject | ||
+ | |||
+ | |||
+ | ====Create an ISO file from a DVD==== | ||
+ | You have a DVD and you want to put it into an ISO file for later use. | ||
+ | |||
+ | from [[https:// | ||
+ | |||
+ | ===Creating ISO file Using Terminal=== | ||
+ | For the DVD, I used /dev/disk2. I verified this with diskutil list and unmounted it first. | ||
+ | |||
+ | < | ||
+ | $ sudo unmount /dev/disk2 | ||
+ | $ dd if=/ | ||
+ | </ | ||
+ | |||
+ | Another user suggests | ||
+ | < | ||
+ | sudo diskutil unmount /dev/disk2 | ||
+ | dd if=/ | ||
+ | </ | ||
+ | |||
+ | ===Creating ISO File Using Disk Utility=== | ||
+ | Disk Utility - The on-screen prompts will guide you, but it will by default create a .dmg, which is an OS X-specific file format. Disk Utility will also create an ISO (.cdr extension) if you select the " | ||
+ | |||
+ | |||
=====MacOS Versions===== | =====MacOS Versions===== | ||
Line 498: | Line 575: | ||
|13|Ventura| | |13|Ventura| | ||
|14|Sonoma| | |14|Sonoma| | ||
+ | |15|Sequoia| | ||
+ | |||
+ | =====Inserting Symbols===== | ||
+ | You want to insert some symbols into your text that aren't on your keyboard.\\ | ||
+ | (This info extracted from [[https:// | ||
+ | |||
+ | You can also press Control-Command-Spacebar to open the Character Viewer. | ||
+ | |||
+ | These symbols can be used with the standard keyboard. | ||
+ | |<40% 10 35 - >| | ||
+ | ^Symbol^Keystroke^Meaning^ | ||
+ | |™|Option-2|trademark| | ||
+ | |®|Option-r|registered| | ||
+ | |©|Option-g|copyright| | ||
+ | |£|Option-3|pound| | ||
+ | |¢|Option-4|cents| | ||
+ | |∞|Option-5|infinity| | ||
+ | |§|Option-6|section| | ||
+ | |°|Option-shift-8|degree| | ||
+ | |≠|Option-=|not equals| | ||
+ | |±|Option-shift-=|plus or minus| | ||
+ | ||Option-shift-k|apple symbol| | ||
+ | |€|Option-shift-2|euro| | ||
+ | |¥|Option-y|yen| | ||
+ | |≤|Option-< | ||
+ | |≥|Option-> | ||
+ | |≈|Option-x|approximately equal| | ||
+ | |√|Option-v|square root| | ||
+ | |÷|Option-/ | ||
+ | |‡|Option-shift-7|double dagger| | ||
+ | |»|Option-shift-\| | ||
+ | |«|Option-\| | ||
+ | |…|Option-; | ||
+ | |||
+ | |||
+ | |||
+ | |||
os_x_annoyances.1691512276.txt.gz · Last modified: 2023.08.08 09:31 by Steve Isenberg