LRDN / bash-sysinfo

Bash script to show basic system information such as kernel version, uptime and resource usage on login.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System Information Script

Bash script to show basic system information such as kernel version, uptime and resource usage on login. Compatible with Ubuntu and other Debian-based Linux distributions.

Installation

Clone this repository into a temporary directory.

git clone https://github.com/lrdn/bash-sysinfo.git

Place the script in the directory for non-system executables.

sudo install -m 755 bash-sysinfo/bin/bash-sysinfo /usr/local/bin/bash-sysinfo

Run the installation command to add required cron and login message entries.

sudo bash-sysinfo install

About

Bash script to show basic system information such as kernel version, uptime and resource usage on login.

License:MIT License


Languages

Language:Shell 100.0%