Using FreeOTP with Battle.net
A guide on configuring FreeOTP as a 2FA authenticator for Battle.net using the command-line tool 'bna'.
A guide on configuring FreeOTP as a 2FA authenticator for Battle.net using the command-line tool 'bna'.
A developer shares tips and code examples for creating a command-line interface (CLI) tool using Node.js, yargs, and Jest.
Tools and tips for managing multiple Xcode versions, especially beta releases, to streamline iOS/macOS development workflows.
A tutorial on creating CLI applications using a JSON config file and the 'engage' tool in Go, simplifying command management.
A guide to migrating existing ASP.NET Core RC1 applications to the new ASP.NET Core RC2 release, covering tooling changes and CLI updates.
A technical guide explaining how to set up and configure Google Cloud Platform's HTTP Load Balancer using the command-line interface (CLI).
A tutorial on creating and interacting with an interactive Docker container using the Ubuntu image, exploring its filesystem and process isolation.
Troubleshooting guide for when the diagnostic log creation command fails on a Dell EqualLogic storage array, causing SSH session termination.
A guide comparing GUI and CLI build tools like Grunt and Gulp, explaining their uses in automating development workflows.
A guide to advanced input/output methods for creating interactive Artisan console commands in Laravel 5.1, including tables and progress bars.
Introducing Todoman, a simple, open-source CLI task manager for Unix-like systems that saves tasks as iCalendar.
Announcing Laravel Homestead 2.0, a major update that transitions the tool into a globally installable Composer package.
A guide to using PostgreSQL Foreign Data Wrappers (FDWs) to access remote data as if it were local tables, including setup and performance tips.
Explains why MySQL's -p password parameter cannot have a space, detailing the command-line parsing logic behind this design choice.
A series of short, philosophical stories (koans) about Git, illustrating its principles and commands through parables.
How to open a Command Prompt window directly in a specific folder in Windows 7, a built-in feature replacing an old XP PowerToy.
A guide to customizing and enhancing the PostgreSQL command-line interface (psql) for improved productivity and workflow.
Guide to creating clickable PuTTY profile shortcuts using a custom URL handler for sharing in version control.
A step-by-step guide on how to publish a Node.js module to the npm registry, covering account setup, package.json configuration, and the publish command.
A tutorial on creating a basic command line tool in Ruby, covering scripts, argument parsing, and OptionParser.