https://github.com/benapetr/system-info
Provides system information screen on login to ssh
https://github.com/benapetr/system-info
Last synced: 29 days ago
JSON representation
Provides system information screen on login to ssh
- Host: GitHub
- URL: https://github.com/benapetr/system-info
- Owner: benapetr
- Created: 2015-09-08T08:22:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T13:13:26.000Z (about 3 years ago)
- Last Synced: 2025-01-03T05:33:03.353Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# system-info
Provides system information screen similar to what you can see when you login to ubuntu server. Unlike that, this one is free, open source, easily customizable and can be deployed to any server that is running linux and has python.
Example
=========
```
$ ssh machine
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
No mail.
System information as of 2015-09-09 10:45:57:
Users logged in: 3 System load: (0.33, 0.12, 0.09)
Processes: 496 Free memory: 62%
Free swap: 96% IP of eth0: 192.168.2.21
Generated by http://github.com/benapetr/system-info
```
How to install
================
Just insert a call to src/system-info from your .profile and this information is displayed on every login
License
==========
This software is licensed under GNU LGPL