Exporting Notebooks from DuckDB UI
A guide to exporting SQL queries from DuckDB's new UI notebooks using a custom Bash script for backup or sharing.
A guide to exporting SQL queries from DuckDB's new UI notebooks using a custom Bash script for backup or sharing.
A comprehensive guide on how to add a directory to your PATH environment variable for bash, zsh, and fish shells.
Author reflects on completing the #100DaysToOffload challenge, writing 100 blog posts in a year, and shares key entries and tips.
A developer shares their essential Bash script boilerplate preamble, explaining strict settings, debugging, and useful variables for robust scripting.
Introducing ShellSage, an AI-powered terminal assistant that provides context-aware help for sysadmin tasks directly in your shell.
A developer explains the creation of 'bic', a minimal static site generator written entirely in Bash, detailing the motivation and technical approach.
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.
Learn how to convert NPM and Bash scripts into VS Code tasks for streamlined automation and productivity.
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.