sysinfo is a Bash script that provides a comprehensive snapshot of system information. It covers details such as uptime, IP address, CPU usage, RAM utilization, disk usage, network, logged-in users, and a timestamp. This script can be useful for users who want a quick overview of their system's current state.
-
Clone the repository:
git clone https://github.com/HttpAnimation/sysinfo.git
-
Change into the sysinfo directory:
cd sysinfo -
Make the script executable:
chmod +x sysinfo.sh
-
Run the script:
./sysinfo.sh
This install will download the script run it then delete it
wget https://raw.githubusercontent.com/HttpAnimation/sysinfo/main/bash.sh && chmod +x bash.sh && ./bash.sh && rm bash.sh
The script displays the following system information:
- Uptime
- IP Address
- CPU Usage
- RAM Utilization
- Disk Usage
- Network
- Logged-in Users
- Timestamp
Visit the sysinfo GitHub repository for the latest updates and contributions.
The script can also be accessed directly through this raw GitHub URL.
Contributions are welcome! If you have ideas for improvements or new features, feel free to open an issue or submit a pull request.