Author:
erics, March 17th, 2022
When I sent email from my desktop Mac cron jobs, it went out with the full hostname as the domain, i.e.: root@demo.wyzaerd.com, when all I wanted was a simple root@wyzaerd.com for ease of deliverability and domain maint. Edit the mail configuration file main.cf:
Add/edit the myorigin value of $mydomain:
Categories: How-To's, Technology Tags: Change, Domain, Email, Hostname, MacOS, mail, main.cf, Masquerade, mydomain, myorigin, PostFix
|
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 29th, 2020
First quit Mail, if open. In Terminal, enter the following to disable the Data Detectors which could be responsible for the hang:
|
defaults write com.apple.terminal DisableDataDetectors YES |
Categories: How-To's, Technology Tags: Freeze, Hang, howto, MacOS, macosx, select, selection, Terminal, text(), tips
|
No comments
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, July 22nd, 2020
dscacheutil -flushcache System Preferences -> Network -> Advanced -> DNS -> Add 1.1.1.1, 8.8.4.4 and 8.8.8.8 at the top. If they are already there, CHANGE THE ORDER!
Categories: How-To's, Technology Tags: 10.14, Cache, dig, DNS, dscacheutil, Flush, flushcache, howto, lookup, MacOS, Mojave, Ping, tips, util
|
No comments
Author:
erics, April 5th, 2020
As a non-root user:
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" brew install cmake brew install openssl brew install mysql@5.6 brew services start mysql@5.6 brew link mysql@5.6 --force mysql |
Make sure your PATH contains /usr/local/bin
Categories: How-To's, Technology Tags: /usr/local, /usr/local/bin, 5.6, apple, Brew, cmake, Homebrew, howto, Install, Launchd, Link, MacOS, macosx, mysql, MySQL 5.6, mysql@5.6, openssl, Services, tips
|
No comments
Author:
erics, March 27th, 2020
Quit Skype From your Applications folder, drag the Skype icon into the Trash In the top Finder menu, select Go -> Go to Folder… or press Shift-Command-G to bring up the “Go to the folder” prompt Open ~/Library/Application Support and drag “Skype Helper” to the Trash Open ~/Library/Application Support/Microsoft and drag “Skype for Desktop” to […]
Categories: How-To's, Technology Tags: apple, Delete, delete skype, howto, MacOS, Remove, remove skype, Skype, skype for mac, tips
|
No comments