Using Bash Sort to Sort Files Like a Boss
A tutorial on using Bash sort and ls commands to organize and sort files and their contents through shell scripting.
A tutorial on using Bash sort and ls commands to organize and sort files and their contents through shell scripting.
A technical blog post explaining how to use the getopts utility in Bash for parsing command-line arguments and flags in shell scripts.
A guide to creating command aliases in Linux shells like zsh, bash, and Fish by editing configuration files.
A guide to adding directories to the PATH environment variable in zsh or bash on Linux to fix 'command not found' errors.
A developer shares useful Bash/Zsh commands, aliases, and terminal tips for improving daily workflow and productivity.
A technical guide on using kafkacat to load static CSV data into Apache Kafka topics for data enrichment, focusing on simplicity over Kafka Connect.
A guide on using Tor and torsocks to anonymize Bash scripts and CLI tool traffic, including setting up country-specific exit nodes.
A comprehensive reference guide for essential command-line commands across Bash, Git, Node.js, Python, Ruby, and PHP.
A developer recounts a dangerous Bash scripting mistake that could have deleted his entire server, highlighting the importance of proper glob expansion and shellcheck.
Using bash shell tools like kafkacat, jq, sort, and uniq to perform a GROUP BY-style analysis on data from a Kafka topic.
A guide to testing Bash scripts using the Bach testing framework, covering installation, writing test cases, and mocking commands.
A tutorial on creating a custom GitHub Action in four steps, including defining inputs/outputs and writing a bash script.
A comprehensive reference guide for developers covering essential Bash commands, Git workflows, VSCode tips, Node.js basics, and community resources.
A developer shares 9 practical tips for improving your Bash and Python scripting workflow, based on real-world experience.
A guide to turning a Raspberry Pi into a remote keyboard using an open-source web app called Key Mime Pi.
A comparison of Bash, Zsh, and Fish shells, highlighting their features, ease of use, and the author's personal recommendation.
A hacky method to monitor Kafka data arrival using kafkacat and Telegram alerts when message timestamps exceed a threshold.
A developer automates checking for Patagonia Worn Wear duffel bag availability using a bash script, cron, and email-to-SMS notifications.
A developer troubleshoots a failed deployment due to a Bash script not exiting early on errors, exploring solutions like `set -e` and `pipefail`.
A technical guide exploring how Bash auto-completion works on Linux, including setup, DIY completion scripts, and underlying tools like compgen.