How to Set Date Time from Mac Command Line
Learn how to change your Mac's system date from the command line for testing date-based logic in applications.
Learn how to change your Mac's system date from the command line for testing date-based logic in applications.
A detailed guide to setting up a MacBook for development, covering initial macOS configuration, security, and essential tool installation.
A beginner's guide to Git and GitHub, covering basic concepts, terminology, and initial setup for version control.
A guide to using nightly Swift toolchains on macOS for testing bug fixes and upcoming language features like Embedded Swift.
A guide to reducing PNG image file sizes using quantization with the pngquant tool, including command examples and results.
Using tee and process substitution to filter Java process output for Kubernetes logging while capturing specific errors to a log file.
Using tee and process substitution to filter Java process output for Kubernetes logging and error detection.
A guide on configuring the Typer library in Python to automatically display help text when a CLI tool is run without arguments.
Learn how to use the zsh_stats command in Oh My Zsh to analyze your most frequently used terminal commands.
A guide to using the macOS chflags command to hide and unhide files and directories, like the Library folder, via terminal.
A guide to using a command-line timer tool on macOS to implement the Pomodoro Technique for focused work sessions.
A guide to installing and using the GitHub CLI to boost productivity for project maintainers and contributors, covering login and key commands.
Learn how to use the 'git branch --show-current' command to display your current Git branch name for command line and automation tasks.
A tutorial on using pipes and the .[] filter in jq, a command-line JSON processor, for data iteration and transformation.
Part III of a tutorial series on jq, focusing on core filter concepts for selecting and processing JSON data, including the dot filter and JSON syntax.
A guide to bypassing Maestro's sandbox to execute command-line commands from within mobile UI tests, enabling advanced automation scenarios.
A guide on using the FFmpeg command-line tool to convert PNG images to the smaller, web-friendly JPG format.
Learn how to sort Git tags by semantic version using command-line options and global configuration settings.
Archive of a cohort-based online course teaching developers and researchers how to use the command line for automation and data science tasks.
A guide to bypassing XCTest's sandbox to execute command-line tools, enabling advanced iOS simulator automation and testing scenarios.