GumCP是另一个我比较喜欢的树莓派UI,废话不多,直接上图:
1.安装必要组件
sudo apt-get update
sudo apt-get install apache2 php5 php5-ssh2
2.安装git
sudo apt-get install git
3.重启apache2
sudo service apache2 restart
4.依次执行以下命令
git clone git://git.drogon.net/wiringPi
cd wiringPi
git pull origin
./build
5.安装GumCP
cd /var/www/html
sudo git clone https://github.com/gumslone/GumCP.git
6.打开浏览器,输入 树莓派的IP/GumCP/index.php
原文戳此:GumCP