Search Results: Found 17
Mac mini M4 Software Download Guide: Choosing Between Darwin, AArch64, and AMD64
2026-07-28 DP

When downloading open-source software or dev tools for the Apple M4 Mac mini, choosing the right OS and architecture can be confusing. This article explains the differences between darwin, aarch64, and amd64 to help you pick the best native release.

How to Fix iPhone Cannot Connect to Mac mini Local Proxy (Mihomo Party)
2026-07-22 DP

A complete troubleshooting guide on why an iPhone fails to connect to a local proxy shared by a Mac mini using Mihomo Party. The issue was traced down to GUI settings overriding the config file, binding the port to localhost only.

Never Lose Output Again: How to Show Unlimited Scrollback History in macOS iTerm2
2026-07-21 DP

When using iTerm2 on macOS, the default scrollback limit often causes previous terminal outputs to disappear. This article explains how to configure "Unlimited scrollback" to retain all terminal history and clarifies the difference between terminal display history and shell command history.

How to Fix Blurry Second Monitor on Mac mini: Enable HiDPI for 1080p Displays
2026-07-14 DP

Experiencing a blurry secondary 1080p monitor on your Mac mini? This guide by DP@lib00 explains how to fix macOS external display blurriness using HiDPI settings, BetterDisplay, and terminal font smoothing commands.

Bypassing macOS Restrictions: How to Set a 1-Digit Login Password
2026-07-13 DP

macOS requires a minimum 4-character password by default, which can be tedious in test environments. This guide by DP@lib00 explains how to use the pwpolicy command to clear account policies and set a 1-digit password on Mac, along with security insights.

Mac Tips: How to Display Seconds on the macOS Menu Bar Clock?
2026-07-12 DP

By default, the macOS menu bar clock only shows hours and minutes. For users who need precise timekeeping, this might not be enough. This article by DP@lib00 details how to easily display seconds on your Mac's status bar clock using both System Settings and Terminal commands.

Boost Mac Productivity: How to Set F1-F12 as Standard Function Keys on macOS
2026-07-12 DP

When coding, gaming, or using pro software on a Mac, standard F1-F12 keys are often more useful than default media controls. This guide by DP@lib00 details how to toggle function key modes in macOS to enhance your workflow.

Declutter Your Desktop: How to Change macOS Screenshot Save Location via Command Line
2026-07-10 DP

macOS saves screenshots to the desktop by default, which can quickly lead to clutter. This guide, curated by DP@lib00, explains how to easily change the default screenshot save location on Mac using Terminal commands, along with bonus tips like changing screenshot formats.

macOS RAM Disk Deep Dive: Is Memory Allocation Dynamic or Fixed?
2026-07-09 DP

When creating a RAM Disk on macOS for storing high-frequency logs, is the memory dynamically allocated on demand, or strictly reserved? This article explores the underlying differences between macOS and Linux RAM disk implementations and provides best practices for memory management.

macOS Advanced Guide: How to Elegantly Set Programs to Run at Startup
2026-07-07 DP

There are multiple ways to set a program to run at startup on macOS. Summarized by DP@lib00, this article details methods ranging from simple System Settings and Dock options for regular users, to advanced LaunchAgents and LaunchDaemons mechanisms for developers.

How to Fix Mac mini Not Receiving SMS Messages and iCloud Sync Stuck
2026-07-06 DP

Having trouble receiving SMS on your Mac mini while your iMac works fine? Are your messages stuck from a year ago? This guide by DP@lib00 explains how to troubleshoot Text Message Forwarding and fix iCloud sync issues on macOS.

Why Are My Mac Files Duplicated on NFS Shares? The Mystery of '._' Files Solved with PHP
2025-12-18 DP

Ever been puzzled by files mysteriously duplicating with a '._' prefix when working with NFS or SMB shares on macOS? These 'ghost' files are invisible in Finder and the terminal but appear in your program's file scans. This article dives deep into macOS's AppleDouble file system, explaining what '._' files are, why they're hidden, and provides an elegant PHP solution using Yii2's FileHelper to permanently filter them out of your scans.

Show Hidden Files on Mac: The Ultimate Guide (2 Easy Methods)
2025-12-12 DP

Struggling to find hidden files like .gitconfig or .bash_profile on your Mac? This guide reveals the two most effective methods to show hidden files in macOS: a quick keyboard shortcut for temporary viewing and a Terminal command for a permanent fix. Perfect for developers and power users, learn to safely view and manage system files with ease. Curated by DP@lib00.

NVM/Node Command Not Found in New macOS Terminals? A Two-Step Permanent Fix!
2025-12-04 DP

A comprehensive guide to fixing the common "command not found" error for `nvm`, `node`, and `pnpm` in new macOS terminal windows. This article walks you through the essential steps of correctly configuring your shell profile (e.g., `.zshrc`) and setting a default Node.js version, ensuring your development environment from wiki.lib00 is persistent and ready to use every time you open a new terminal.

macOS Hosts File Doesn't Support Wildcards? Here's the Ultimate Fix with Dnsmasq!
2025-11-20 DP

Ever tried adding `*.local` to your macOS hosts file, only to find it doesn't work? This article dives into why the simple `hosts` file lacks wildcard support on any OS. More importantly, we provide a step-by-step guide to the professional solution: setting up Dnsmasq. Learn how to configure a local DNS server to resolve all subdomains, like `*.wiki.lib00.dev`, to `127.0.0.1` for a seamless local development workflow.

Unlock Your Mac: The Ultimate Guide to Showing and Hiding Hidden Files in Finder
2025-11-19 DP

Struggling to find hidden files like .git or .bash_profile on your Mac? This guide reveals two powerful methods to show hidden files in macOS Finder: a simple keyboard shortcut and a Terminal command. Whether you need temporary access or want them permanently visible, this guide from wiki.lib00.com has you covered. Master this essential tip and take your Mac skills to the next level!

Decoding `realpath: command not found` and Its Chained Errors on macOS
2025-11-19 DP

Encountering the `realpath: command not found` error on macOS when running scripts? This often triggers a chain reaction of errors, including `No such file or directory`. This article delves into the root cause of this common issue and provides a simple, effective one-line command to fix your environment and get your development tools (like uvx) back on track.