An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# bash-cookbook
![](https://i.imgur.com/1cl8FAf.png)

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/)