info on ubuntu boot

Soldato
Joined
3 Dec 2002
Posts
4,033
Location
Groovin' @ the disco
Hi

I installed cli only ubuntu server, and there's a little bit of system summary that tells the user the number of users, hdd space, ip address.. whats the program called? as I want that on my pi. :)

Thanks
 
nothing that posh.. this is what it looks like

20120929-kmdehm3m8r2f6qjdcd97m8yyn.jpg
 
it's from the update-motd.d scripts

Code:
lee@sakura:/etc/update-motd.d$ ls -l
total 28
-rwxr-xr-x 1 root root 1220 Jul 14  2011 00-header
-rwxr-xr-x 1 root root 1358 Jul 14  2011 10-help-text
-rwxr-xr-x 1 root root  149 Jan 25  2011 90-updates-available
-rwxr-xr-x 1 root root  129 Jul  9  2011 91-release-upgrade
-rwxr-xr-x 1 root root  142 Jan 25  2011 98-fsck-at-reboot
-rwxr-xr-x 1 root root  144 Jan 25  2011 98-reboot-required
-rwxr-xr-x 1 root root 1158 Jul  8  2011 99-footer
lee@sakura:/etc/update-motd.d$

Thanks...

How do I get just the system information bit to run by itself?
 
found it.
sudo apt-get install landscape-client

landscape-sysinfo

Code:
lee@sakura:~$ landscape-sysinfo
  System load:    6.63                Processes:           195
  Usage of /home: 93.9% of 904.10GB   Users logged in:     1
  Memory usage:   37%                 IP address for eth1: 192.168.0.100
  Swap usage:     0%

  => /home is using 93.9% of 904.10GB

  Graph this data and manage this system at https://landscape.canonical.com/

Thank you so much,

I tired add in the repos in to my pi's resources and it doesn't work. Checked the FAQ on the site and it says that it doesn't support Debain.
 
Back
Top Bottom