Delete Linode Object Storage BASH Script
A Bash script tutorial for deleting all objects from a Linode Object Storage bucket using curl and AWS Signature Version 4 authentication.
A Bash script tutorial for deleting all objects from a Linode Object Storage bucket using curl and AWS Signature Version 4 authentication.
Explains how to pipe or redirect the output of a bash case statement to another program, reducing code duplication in shell scripts.
A tutorial on creating a Bash script using Awk and fzf to search, install, and remove Arch Linux and AUR packages from the command line.
An article defending Bash as a crucial, often misunderstood tool for backend and DevOps engineers, explaining its best use cases and limitations.
A developer critiques a ZFS snapshot sync script generated by Grok AI, highlighting its flaws and potential dangers.
A guide to building a smart, menu-bar-based session tracker for macOS using bash scripts and xbar to monitor productivity and encourage breaks.
A comprehensive guide on how to add a directory to your PATH environment variable for bash, zsh, and fish shells.
Introducing ShellSage, an AI-powered terminal assistant that provides context-aware help for sysadmin tasks directly in your shell.
A guide to customizing your terminal shell prompt to display Git branch and status information using git-prompt.sh under Nix/Linux.
A guide to converting WordPress images to WebP format using a bash script and ImageMagick, with server configuration for Nginx or Apache.
A guide to installing and configuring Git Bash/MINGW/MSYS2 on Windows, including adding tools like 'make' and customizing the shell environment.
A guide to creating a custom keyboard shortcut for the Export Unmodified Original command in macOS Photos app using a Bash script.
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 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 tutorial on creating a custom GitHub Action in four steps, including defining inputs/outputs and writing a bash script.