v1.1.2 [20150501]
v2.0.0 [20160501]
Ressources:
Installing “phpysinfo”
You will just need 3 commands, and you are finished.
So, here we go:
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install -y apache2 php5 libapache2-mod-php5
sudo apt-get install -y phpsysinfo
ln -s /usr/share/phpsysinfo /var/www/
note: if using Raspberry Pi 3 the above line has to be changed into
ln -s /usr/share/phpsysinfo /var/www/html/
Just enter into your browser:
and this should be the result
Another, very simple alternative is
linux dash
sudo apt-get install -y php5-json
cd /var/www/
note: if using Raspberry Pi 3 the above line has to be changed into
cd/var/www/html
git clone https://github.com/afaqurk/linux-dash.git
Now let’s type into browser:
raspberrypi/linux-dash
done, have fun
+++