Search Articles — Sudonull

Search Results

In this project

Bash CLI for Codex profiles: usage and proxy

https://sudonull.com/bash-cli-for-codex-profiles-usage-and-proxy

Set up account switching for Codex, limit monitoring via API, cache and proxy in a bash script. For middle/senior dev. Install and work efficiently with multiple profiles.

ocservice for ocserv: VPN management from CLI

https://sudonull.com/ocservice-for-ocserv-vpn-management-from-cli

Automate ocserv with easy-rsa via ocservice bash scripts. cert generation, user-center, CRL. Installation and features for DevOps. Deploy in minutes.

Claude Code Sources: CLI Architecture

https://sudonull.com/claude-code-sources-cli-architecture

Leak Analysis of Claude Code Sources: from dynamic imports to agent orchestration and bash-security. For middle/senior dev. Explore the internals of the terminal AI.

Shik language for REPL pipelines

https://sudonull.com/shik-language-for-repl-pipelines

Shik — Lisp/Haskell language for terminal scripts. Pipelines without bash headaches, currying, unified syntax. Code examples and comparison with Python/Fish.

From the web

May 7, 2026 ·

https://www.geeksforgeeks.org/linux-unix/bash-scripting-introduction-to-bash-and-bash-scripting/

May 7, 2026 · Bash scripting is the process of writing a sequence of commands in a file and executing them together to perform tasks automatically. Instead of running commands one by one in the terminal, a script allows you to execute them in a single step.

Sep 22, 2025 ·

https://linuxconfig.org/bash-scripting-tutorial-for-beginners

Sep 22, 2025 · Learn Bash shell scripting to automate tasks efficiently. Perfect for beginners, this guide covers all essential concepts and provides hands-on examples.

Aug 19, 2025 ·

https://linuxhandbook.com/courses/bash/

Aug 19, 2025 · Get started with Bash Shell script learning with practical examples. Also test your learning with practice exercises.

Sep 22, 2025 ·

https://linuxconfig.org/bash-scripting-tutorial

Sep 22, 2025 · Discover Bash scripting , learn to automate tasks with our beginner-friendly tutorial, covering loops, variables, functions, and more for Linux systems.

Mar 31, 2022 ·

https://www.freecodecamp.org/news/shell-scripting-crash-course-how-to-write-bash-scripts-in-linux/

Mar 31, 2022 · Shell scripting is an important part of process automation in Linux . Scripting helps you write a sequence of commands in a file and then execute them. This saves you time because you don't have to write certain commands again and again. You can perform daily tasks efficiently and even schedule them for automatic execution. You can also set certain scripts to execute on startup such as showing ...

Apr 20, 2025 ·

https://dev.to/mohammad1105/the-ultimate-bash-scripting-tutorial-from-beginner-to-advanced-3ipk

Apr 20, 2025 · Bash scripting is a powerful tool for automating tasks, managing systems, and boosting your productivity as a developer. Whether you're a command-line newbie or a seasoned coder, this guide will take you from Bash basics to advanced scripting with practical examples, tips, and resources.

Jul 1, 2026 ·

https://linuxize.com/series/bash-scripting-fundamentals/

Jul 1, 2026 · Learn Bash scripting from the ground up. This series covers everything from basic syntax to advanced techniques for writing powerful shell scripts .

Trending Now