Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:xu4_cloudshell_lcd_server [2015/08/01 03:40] mdrjr |
en:xu4_cloudshell_lcd_server [2016/09/13 09:13] (current) mdrjr |
||
---|---|---|---|
Line 4: | Line 4: | ||
== Requirements == | == Requirements == | ||
- | * Tested on Ubuntu Server 14.04 image [[http://forum.odroid.com/viewtopic.php?f=95&t=15261|Forum thread of the Image]] | + | * Tested on Ubuntu Minimal 16.04 image |
* Make sure you have it configured already: [[en:xu4_cloudshell_lcd_config|Cloudshell LCD Configuration]] | * Make sure you have it configured already: [[en:xu4_cloudshell_lcd_config|Cloudshell LCD Configuration]] | ||
== Installation == | == Installation == | ||
<code> | <code> | ||
- | wget https://raw.githubusercontent.com/mdrjr/cloudshell_lcd/master/cloudshell-lcd_20150731-2_armhf.deb | + | sudo apt-get install curl sysstat |
- | sudo dpkg -i cloudshell-lcd_20150731-2_armhf.deb | + | wget https://raw.githubusercontent.com/mdrjr/cloudshell_lcd/master/cloudshell-lcd_20160913-3_armhf.deb |
- | sudo apt-get -f install | + | sudo dpkg -i cloudshell-lcd_20160913-3_armhf.deb |
</code> | </code> | ||
Line 17: | Line 17: | ||
{{http://mdrjr.net/cloudshell.jpg?500|}} | {{http://mdrjr.net/cloudshell.jpg?500|}} | ||
+ | |||
+ | |||
+ | **Note: No disk information will be shown if there's no mounted disk.** | ||
+ | **By default it checks for /dev/sda1** | ||