Author:
erics, May 5th, 2023
I have a new iMac running macOS Ventura 13.3.1. I tried to rsync some files from another host and got the following error:
|
rsync -av --progress --exclude=Recordings/ neptune:/Users/erics/Documents/ /var/root/tmp/Documents/ receiving file list ... rsync: opendir "/Users/erics/Documents/." failed: Operation not permitted (1) |
In order to get rsync to have access to the hard drive in macOS Ventura, you need to add rsync and other programs to the Full Disk Access panel under Privacy […]
Categories: How-To's, Technology Tags: apple, howto, Mac, MacOS, Privacy, rysnc, security, ssh, sshd, tips, Ventura
|
No comments
Author:
erics, December 2nd, 2021
Use AutoRaise! From the docs: “When you hover a window it will be raised to the front (with a delay of your choosing) and gets the focus.” Web page: https://github.com/sbmpost/AutoRaise Download: https://github.com/sbmpost/AutoRaise/archive/refs/heads/master.zip
|
unzip -d ~ ~/Downloads/AutoRaise-master.zip cd ~/AutoRaise-master && make clean && make make install |
My ~/.AutoRaise file:
|
#AutoRaise config file delay=3 |
Categories: How-To's, Technology Tags: apple, AutoRaise, Delay, Focus, Focus Follows Mouse, Follow, Hover, howto, Mac, MacOS, macosx, Mouse, Raise, tips, window
|
1 comment
Author:
erics, November 2nd, 2021
I needed a way to get the dock icon to bounce for all incoming emails and there did not seem to be any option to do so. There is actually a simple way to do it, but it is not intuitive. The key is to add a new Rule! Open Mail.app and choose Mail -> […]
Categories: How-To's, Technology Tags: Add rule, apple, Bounce, Bounce dock icon, Bounce icon, Dock, Email, Email rule, Force, howto, Icon, Incoming, Incoming mail, Mac, MacOS, macosx, mail, Mail rule, Mail.app, new email, New mail, Rule, Rules, tips
|
No comments
Author:
erics, April 23rd, 2021
Ever get the spinning beachball when trying to access the top menu on your Mac? SOLUTIONS Use the GUI Open the Activity Monitor application Select All Processes from the View menu Click on the SystemUIServer process, then click Force Quit. ~or~ Via CLI In Terminal, execute killall SystemUIServer
Categories: How-To's, Technology Tags: Activity Monitor, All Processes, apple, BeachBall, Force, Force Quit, Hang, Hung, Kill, killall, killall SystemUIServer, Mac, MacOS, macosx, Menu, Quit, Restart, Shell, Spiining beachball, Stop, SystemUIServer, Terminal, Top Menu
|
No comments
Author:
erics, February 26th, 2021
On MacOSX 10.10.5 Yosemite, I was having trouble with Spotlight preventing the clean eject of an attached hard drive. Using the fuser command allowed me to see that it what the Spotlight-specific mds process preventing the eject.
|
fuser -u /Volumes/Archive03 |
At first, I tried to disable the indexing via the mdutil command, but that just gave me […]
Categories: How-To's, Technology Tags: 10.10.5, apple, Disable, diskutil, eject, Halt, howto, Index, Indexing, Mac, MacOS, macosx, mdutil, metadata_never_index, Prevent, Spotlight, Stop, tips, Touch, umountDisk, Yosemite
|
1 comment
Author:
erics, October 11th, 2020
Format the new USB flash drive as Mac OS Extended (Journaled) and label it “MyVolume” Click the Mojave Download Link: https://itunes.apple.com/us/app/macos-mojave/id1398502828?ls=1&mt=12 Download the installer package from the App store – it will land in the main /Applications folder. Open Terminal and run:
|
sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume |
Full article at Apple Support “How to create a bootable installer for […]
Categories: How-To's, Technology Tags: apple, boot, Bootable, Catalina, createinstallmedia, Download, Drive, Flash, High Sierra, Install, Mac, MacOS, macosx, Mojave, Reinstall, Terminal, USB
|
No comments
Author:
erics, May 28th, 2019
I use csshX on a daily basis. The default layout on my screen for three nodes is one column with three rows, one per node. This layout is excellent for visual positioning, but does make it harder to read long output. For this purpose, I start csshX using the column quantity specifier -x and I […]
Categories: How-To's, Technology Tags: apple, Column, csshX, Force, Horizontal, Mac, MacOS, macosx, Retile, Row, ssh, Terminal, Tile, Vertical
|
No comments
Author:
erics, February 4th, 2019
Use the ssh-keygen command on a computer to which you’ve downloaded your private key .pem file; for example: First, ensure permissions will allow ssh-keygen to work: chmod 600 /path/to/the/file/your-key-pair.pem Then generate an RSA public key: ssh-keygen -y -f /path/to/the/file/your-key-pair.pem > your-key-pair.pub
Categories: How-To's, Technology Tags: .pem, .pub, Amazon, apple, AWS, cli, howto, key, key-pair, KeyPair, Linux, Mac, MacOS, macosx, Pubkey, public, Public Key, ssh-keygen, tips
|
No comments
Author:
erics, April 12th, 2017
You can associate a file extension with an app (such as MacVim) via the “Info dialog”. Just select the file and hit Cmd-i, then go to the “Open with” tab, select app and hit “Change all…”. This will change the default application for that file type.
Categories: How-To's, Technology Tags: App, apple, howto, Log, Mac, MacOS, macosx, Open, tips
|
No comments
Author:
erics, April 5th, 2017
As per MS Support page: “My arrow keys don’t move from cell to cell” Press SHIFT+F14 to toggle the Scroll Lock to the off position. Applies To: Excel for Mac 2011 Cause: Scroll Lock is turned on and causing the arrow keys to scroll the workbook area. Solution: Turn off Scroll Lock. Typically, when a […]
Categories: How-To's, Technology Tags: apple, Arrow, Cursor, Excel, howto, key, Keyboard, Mac, Move, MS Excel, tips
|
No comments