Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Linux Toolbox

A growing collection of Bash utilities written on Fedora Linux.

This project is my way of learning Bash scripting by building simple, practical tools that are useful in everyday Linux administration. Rather than creating overly complex scripts, the focus is on writing clean, readable code that anyone can understand and improve.

Current Features

  • Show Date
  • Show Current Directory
  • List Files
  • Show Current User
  • Show Free Disk Space
  • Show Memory Usage
  • Show CPU Information

Requirements

  • Linux
  • Bash
  • Standard Linux utilities (date, pwd, ls, whoami, df, free, lscpu)

Installation

Clone the repository:

git clone git@github.com:ghostkernelbash/LinuxToolbox.git

Enter the project directory:

cd LinuxToolbox

Make the script executable:

chmod +x toolbox.sh

Run the toolbox:

./toolbox.sh

Goals

This project is intended to grow over time as I continue learning Bash.

Planned additions include:

  • Network Information
  • System Uptime
  • Process Viewer
  • Disk Usage Analyzer
  • Log Viewer
  • System Health Report
  • Additional Linux administration tools

Philosophy

Write code that is:

  • Simple
  • Readable
  • Useful
  • Easy to modify
  • Well documented

Author

Robert Ethridge

GitHub: https://github.com/ghostkernelbash

About

A growing collection of Bash utilities for Linux.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages