https://github.com/Brain2life/bash-cookbook
Collection of some useful Bash scripts
https://github.com/Brain2life/bash-cookbook
bash
Last synced: 9 months ago
JSON representation
Collection of some useful Bash scripts
- Host: GitHub
- URL: https://github.com/Brain2life/bash-cookbook
- Owner: Brain2life
- Created: 2023-08-21T16:43:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-27T11:00:26.000Z (9 months ago)
- Last Synced: 2025-05-27T11:43:48.260Z (9 months ago)
- Topics: bash
- Language: Shell
- Homepage: https://maxat-akbanov.com/series/bash-and-linux
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starts - Brain2life/bash-cookbook - Collection of some useful Bash scripts (bash)
README
# bash-cookbook

Collection of some useful Bash scripts
## Table of contents:
- [Check if IP address is private or public](../../tree/check-ip-type)
- [Parse $PATH variable and output in readable format](../../tree/parse-path)
- [Get parameters of secure TLS connection for the given domain](../../tree/tls-info)
- [Bash script that splits a file into multiple parts based on a specified size in MB](../../tree/split-file)
- [Cleanup all Docker containers and images on your system](../../tree/docker-cleanup)
- [Set Git config settings for the repository](../../tree/git-account-switcher)
- [Completely remove the given package from the system](../../tree/remove-package)
- [Convert decimal number to binary and vice versa](../../tree/bdconvert)
- [Calculate network, broadcast addresses, subnet mask and number of availalbe hosts from IP CIDR range](../../tree/cidrcalc)
- [Cleanup all pods in K8s cluster with 'Failed' or 'Unknown' statuses](../../tree/k8s-cleanup-pods)
- [Use cgroups to limit CPU usage to 50% for a given process](./linux-namespaces-cgroups/)
- [Audit AWS costs](./aws-cost-audit/)