Releases: VolkanSah/Shell-Toolbox
Releases · VolkanSah/Shell-Toolbox
v1.0.0
Release v1.0.0
Overview
The initial release of the Shell Toolbox for Developers, Network Administrators, and Docker Users. This version includes three comprehensive shell scripts designed to simplify and automate common tasks on Debian/Ubuntu systems.
Features
Developer Toolbox (dev_toolbox.sh
)
- System Update: Runs
apt-get update
. - System Upgrade: Runs
apt-get upgrade
. - Autoclean: Runs
apt-get autoclean
. - Clear RAM: Clears the RAM cache.
- Clear Cache: Clears the system cache.
- Show System Information: Displays system information.
Network Admin Toolbox (network_info_tool.sh
)
- Show Network Interfaces:
ifconfig
andip a
- Show Network Status:
netstat
andss
- DNS Information:
nslookup
anddig
- Ping: Sends ICMP ECHO_REQUEST.
- Traceroute: Traces the route to a network host.
- Show ARP Table: Displays the ARP table.
- Show Routing Table: Displays the routing table.
- Show Firewall Rules: Displays iptables rules.
- Show Active Connections: Displays active network connections.
Docker Toolbox (docker_toolbox.sh
)
- Docker System Information:
docker info
anddocker version
- Manage Containers:
docker ps
,docker start
,docker stop
,docker restart
,docker rm
- Manage Images:
docker images
,docker rmi
,docker pull
,docker build
- Container Logs:
docker logs
- Execute Commands in Containers:
docker exec
- Network Information:
docker network ls
anddocker network inspect
- Volume Information:
docker volume ls
anddocker volume inspect
Thank you for using the Shell Toolbox!
"""