Quick Tip: Mute the Terminal Login Message with A .hushlogin File

Create a .hushlogin file in your home directory to silence login messages.

Remove Shadows From Screenshots in macOS

Run this command in your terminal to remove shadows from your screenshots: defaults write com.apple.screencapture "disable-shadow" -bool "true"

2024-10-05 · [Updated 2025-08-18] · 121 words
Keep Homebrew Tidy With "brew leaves"

Use the brew leaves command to find potentially unnecessary Hombrew packages.

2024-01-22 · [Updated 2025-09-30] · 169 words
Delete All node_modules Directories Recursively in macOS and Linux

How to delete all node_modules directories recursively in macOS and Linux systems.

How To Install Older Versions of Homebrew Packages

How to install a specific version of Homebrew packages.

2023-04-18 · [Updated 2025-09-14] · 505 words
Cleaning Up Residual Files on macOS After Deleting Apps

Clean up residual files and directories after deleting macOS apps.