Skip to content
Art of Coding

Art of Coding

  • Advanced
  • AI / Machine Learning
  • Algorithms
  • API Integration
  • Automation Scripts
  • Beginner
  • C#
  • C++
  • Data Structures
  • Databases
  • DevOps / CLI Tools
  • Dynamic Programming
  • Go
  • Graph Theory
  • HTML / CSS
  • Intermediate
  • Java
  • JavaScript
  • Python
  • Recursion
  • Rust
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
  • TypeScript
  • Uncategorized
  • Web Development

Shell / Bash

  • Home
  • Shell / Bash
  • Page 2
Generate Strong Passwords Securely Using OpenSSL + Bash
Posted inShell / Bash

Generate Strong Passwords Securely Using OpenSSL + Bash

Generate Strong Passwords Securely Using OpenSSL + Bash   Strong passwords are a fundamental pillar of cybersecurity hygiene, especially when you're automating scripts, working with APIs, or building web applications.…
Posted by Oana Rinaldi February 13, 2026
Automate Repetitive File Renaming Tasks with Bash Scripts
Posted inShell / Bash

Automate Repetitive File Renaming Tasks with Bash Scripts

Automate Repetitive File Renaming Tasks with Bash Scripts   Renaming multiple files manually can be time-consuming, repetitive, and error-prone—especially when working with logs, image files, or downloads that follow inconsistent…
Posted by Oana Rinaldi February 10, 2026
Parsing PDFs in Bash: Extract Data in Seconds
Posted inShell / Bash

Parsing PDFs in Bash: Extract Data in Seconds

Parsing PDFs in Bash: Extract Data in Seconds   Working with PDF files on the command line may seem daunting due to their binary complexity, but with the right tools,…
Posted by Oana Rinaldi February 6, 2026
Build a REST API Client in Bash Using curl and jq
Posted inShell / Bash

Build a REST API Client in Bash Using curl and jq

Build a REST API Client in Bash Using curl and jq   When people think of REST API clients, they often imagine sophisticated libraries in Python or JavaScript. But with…
Posted by Oana Rinaldi February 5, 2026
From Cronjob to CLI: Create a Bash Tool That Sends Daily Weather SMS
Posted inShell / Bash

From Cronjob to CLI: Create a Bash Tool That Sends Daily Weather SMS

From Cronjob to CLI: Create a Bash Tool That Sends Daily Weather SMS   Need a daily weather forecast texted straight to your phone? In this tutorial, we'll show you…
Posted by Oana Rinaldi February 4, 2026
Build a REST API Client in Bash Using Curl and jq
Posted inShell / Bash

Build a REST API Client in Bash Using Curl and jq

Build a REST API Client in Bash Using Curl and jq   Interacting with RESTful APIs doesn’t always require Python, Node, or Postman. You can harness the simplicity and ubiquity…
Posted by Oana Rinaldi February 1, 2026
Create a Custom Bash Script for Daily Git Backups
Posted inShell / Bash

Create a Custom Bash Script for Daily Git Backups

Create a Custom Bash Script for Daily Git Backups   Maintaining up-to-date backups of your code repositories is a smart development practice. Accidental deletions, hardware failures, or even bad pushes…
Posted by Oana Rinaldi December 30, 2025
#!/usr/bin/env awk: Useful File Reports You Can Create With Awk Scripts
Posted inShell / Bash

#!/usr/bin/env awk: Useful File Reports You Can Create With Awk Scripts

#!/usr/bin/env awk: Useful File Reports You Can Create With Awk Scripts   It’s easy to overlook awk in a world dominated by Python scripts and Excel spreadsheets. But this compact,…
Posted by Oana Rinaldi December 28, 2025
#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch
Posted inShell / Bash

#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch

#!/usr/bin/env bash: Create Your Own Git Pre-Commit Hook from Scratch   Git hooks are one of Git’s most powerful yet underused features. They allow you to automate parts of your…
Posted by Oana Rinaldi December 18, 2025
@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL
Posted inShell / Bash

@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL

@CronMaster3000: Schedule Daily Reports via Bash + crontab + SQL   In a world overflowing with data, automating daily reporting is no longer just nice-to-have—it's a must. Thankfully, with a…
Posted by Oana Rinaldi December 13, 2025

Posts pagination

Previous page 1 2 3 4 Next page

Recent Posts

  • Integrating External APIs in Python Projects Made Easy
  • SQL Window Functions Explained by Example
  • Optimizing Java Loops: Small Changes That Make Big Differences
  • Consuming GraphQL APIs Smoothly with JavaScript Fetch
  • Optimizing SQL Queries: Index Use Cases You Can Actually See

Recent Comments

No comments to show.

Archives

  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025

Categories

  • Algorithms
  • Automation Scripts
  • Databases
  • DevOps / CLI Tools
  • Graph Theory
  • Java
  • JavaScript
  • Python
  • Recursion
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
Copyright 2026 — Art of Coding. All rights reserved. Bloghash WordPress Theme
Scroll to Top