Introduction to POSIX shell
Explains the POSIX shell standard, its advantages for script portability over Bash, and provides basic guidelines for writing portable shell scripts.
Explains the POSIX shell standard, its advantages for script portability over Bash, and provides basic guidelines for writing portable shell scripts.
Tips for improving Xcode Run Script Build Phases by extracting scripts to separate files for better readability and maintainability.
A guide to programmatically changing and persisting custom application icons on Mac OS X using terminal commands and cache management.
A guide to setting up a custom pre-commit Git hook for iOS projects to prevent common issues like misplaced views and focused tests.
Explains how to use the && (AND) and || (OR) operators in Bash scripts for command chaining and basic error handling.
A script to automatically update all Xcode plugins for compatibility with the latest Xcode and Xcode-beta versions.
A guide on using Homebrew to install and update tools in Continuous Integration (CI) pipelines, with practical command examples.
A guide to automating Xcode build and version numbers using Git commit counts and tags, keeping the Info.plist clean.
A guide to installing Xcode Command Line Tools on macOS without a GUI, useful for automated VM setup.
A tutorial on creating a Bash alias to copy the current terminal directory path to your clipboard for developer efficiency.
A guide to managing Git hooks, covering client-side hooks, setup, and centralized management via git templates.
Learn how to checkout a GitHub Pull Request directly using Git commands and aliases, without needing external tools like the hub gem.
Explores a DIY method to cache dependencies for faster Travis CI builds in open source projects using shell scripts and Amazon S3.
A guide to automatically download the latest SQL database backup daily using shell scripts and cron jobs on Unix systems.
A tutorial on using Git's sparse checkout feature to clone only specific directories from a large repository, saving disk space.
A review of the book 'Instant Munin Plugin Starter', covering its practical guide to creating monitoring plugins for the Munin system.
A tutorial for creating a CGI script to display real-time CPU usage on a Linux server via a webpage.
A guide to creating simple Mac applications from shell scripts using the 'appify' tool and customizing their icons.