Conquering the Command Line
A beginner's guide to using the UNIX/Mac OS command line, covering basic navigation, file creation, and essential terminal commands.
A beginner's guide to using the UNIX/Mac OS command line, covering basic navigation, file creation, and essential terminal commands.
A guide on how to run Cucumber BDD tests directly from the command line using the Java CLI runner, covering classpath setup and arguments.
A quick reference cheat sheet for common .NET Core CLI and MSBUILD commands used in daily development workflows.
Explores five key Java command line options (--add-exports, --add-opens, etc.) to overcome migration challenges with the Java module system.
A guide to freeing up disk space by using a terminal command to recursively delete node_modules folders from local Node.js projects.
Learn how to use Lambo config files and after scripts to customize Laravel app creation with automated settings and post-installation tasks.
A tutorial on creating CLI applications using a JSON config file and the 'engage' tool in Go, simplifying command management.
Troubleshooting an OBIEE Baseline Validation Tool error: 'Parameter directory is not a directory' and its simple solution.
Learn Rust by building a program that mimics the 'tee' command, following a project-based learning approach.
A beginner's guide to running your first Docker container, covering installation checks and the 'hello-world' example.
Explains how NPM scripts eliminate the need for globally installing command line tools by using local node_modules/.bin.
A guide to installing and using cURL with HTTP/2 support on macOS via Homebrew, including troubleshooting steps.
A guide to creating visually enhanced git log aliases for better branch topology visualization in the terminal.
Argues that Python is the best programming language for scientists to learn, highlighting its community, learning resources, and scientific packages.
A technical guide on using env, cat, grep, and xargs to inject environment variables from a .env file into a command-line utility.
Explores why developers find Git difficult, contrasting individual vs. team workflows and the mindset shift needed to appreciate it.
A cheatsheet for using the -destination option in xcodebuild, covering syntax and examples for iOS, Simulator, tvOS, and watchOS platforms.
Explains methods to run applications as a different user in Windows 10, including shift-click and command line options.
Explains how to detach from a running Docker container without stopping it using the Ctrl+P, Ctrl+Q keyboard sequence.
Explains how to use Bash's $_ and !$ to reuse the last parameter from a terminal command, saving time and keystrokes.