Skip to content

Releases: VolkanSah/Shell-Toolbox

v1.0.0

02 Jul 09:26
0164d98
Compare
Choose a tag to compare

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 and ip a
  • Show Network Status: netstat and ss
  • DNS Information: nslookup and dig
  • 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 and docker 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 and docker network inspect
  • Volume Information: docker volume ls and docker volume inspect

Thank you for using the Shell Toolbox!
"""