-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversionNote.html
More file actions
35 lines (30 loc) · 1.65 KB
/
versionNote.html
File metadata and controls
35 lines (30 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<link rel='stylesheet' href='style.css' type='text/css'>
<head>
<title>Monitor Tools</title>
<script src="js/ajaxsbmt.js" type="text/javascript"></script>
<script language="javascript" src="dinamic.js" type=text/javascript></script>
</head>
<body>
<!-- onload="setInterval(mostraOra, 1000);"> -->
<div id='footer'><font color=red>DroniX Web Manager</font> by <font color=yellow><a href='http://esteban.homelinux.org'>Stefano Viola (EstebanSannin)</a></font></div>
<div id='header'><img src="image/dronixlogo2.png">
<table border="0"><tr>
<td class="headitem"><a href="index.html">home</a></td>
<td class="headitem"><a href="versionNote.html">versionNote</a></td>
<td class="headitem"><a href="modules.html">modules</a></td>
<td class="headitem"><a href="sdcard">SD-Card</a></td>
<td class="headitem"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ZCZJMRK7UGHH6&lc=GB&item_name=DroniX%20Development¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted">donate</a></td></tr></table>
</div>
<div id='content'>
<br><br>
<u>DroniX Web Manager</u> e` un'applicazione scritta da me Stefano Viola aka estebanSannin e ha come obiettivo
di amministrare e monitorare il vostro Ideos al fine di sendere piu' agevole e divertente l'uso.
Al momento l'applicazione non e` completa, ma presto verra' riempita di moduli che permetteranno di effettuare backup
di gestire al meglio i dati sulla sdcard e tante altre novita'...
<br><br>
Ora e' possibile monitorare alcune risorse, come ad esempio la CPU, la RAM e l'uso delle varie partizioni; inoltre
e` possibile avviare/fermare SSH Server per accedere ad una shell remota.
</div>
</body>
</html>