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
Use Bash to Monitor and Restart Crashed Services Automatically
Posted inShell / Bash

Use Bash to Monitor and Restart Crashed Services Automatically

Use Bash to Monitor and Restart Crashed Services Automatically   IntroductionIn production environments, even the most stable services can fail unexpectedly. Maintaining uptime often requires an automated solution that monitors…
Posted by Oana Rinaldi March 5, 2026
Scheduling Automated Backups Using Cron and Bash Scripts
Posted inShell / Bash

Scheduling Automated Backups Using Cron and Bash Scripts

Scheduling Automated Backups Using Cron and Bash Scripts   IntroductionManaging regular backups is critical for maintaining data security and business continuity. Instead of remembering to back up manually, you can…
Posted by Oana Rinaldi February 27, 2026
Crawl Websites in Bash: Lightweight Link Extractor with curl & grep
Posted inShell / Bash

Crawl Websites in Bash: Lightweight Link Extractor with curl & grep

Crawl Websites in Bash: Lightweight Link Extractor with curl & grep   If you've ever wanted to explore webpages programmatically without relying on heavyweight tools or libraries, Bash can be…
Posted by Oana Rinaldi February 15, 2026
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

Posts pagination

Previous page 1 2 3 4 Next page

Recent Posts

  • Reduce API Latency with Asynchronous Requests in Python
  • Building a Personal Finance Tracker with Python Pandas
  • Python Script to Clean and Normalize CSV Data
  • Mastering SQL Window Functions for Real Analytics Tasks
  • Client-Side Image Optimization with JavaScript Canvas API

Recent Comments

No comments to show.

Archives

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

Categories

  • Algorithms
  • API Integration
  • 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