Using && and || in Bash Scripts
Explains how to use the && (AND) and || (OR) operators in Bash scripts for command chaining and basic error handling.
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 technical guide on monitoring OBIEE systems using JMX, shell scripting, and gnuplot for metrics collection and real-time graphing.
A guide to creating simple Mac applications from shell scripts using the 'appify' tool and customizing their icons.
Using awk to split a fixed-width file into separate output files based on content in specific columns.
Unix scripts to extract Logical SQL and query performance metrics from OBIEE's NQQuery.log file for testing and analysis.
Unix shell scripts to monitor the status of OBIEE and OBIA (Oracle Business Intelligence) server processes, including BI Server, Presentation Server, and Informatica.
Resolving a sawserver startup issue in OBIEE by fixing a missing library path (SHLIB_PATH) on Unix.