1 |
<table> |
1 |
<table> |
2 |
<tr> |
2 |
<tr> |
3 |
<th colspan=2 class="Center"> Záznamy o změnách </th> |
3 |
<th colspan=2 class="Center"> Záznamy o změnách </th> |
4 |
</tr> |
4 |
</tr> |
5 |
<tr> |
5 |
<tr> |
6 |
<td> Poslední commity </td> |
6 |
<td> Poslední commity </td> |
7 |
<td> <a href="?selection=CommitLog">CommitLog</a> </td> |
7 |
<td> <a href="?selection=CommitLog">CommitLog</a> </td> |
8 |
</tr> |
8 |
</tr> |
9 |
<tr> |
9 |
<tr> |
10 |
<td> Změny v konfiguraci </td> |
10 |
<td> Změny v konfiguraci </td> |
11 |
<td> <a href="?selection=HistoryLog">HistoryLog</a> </td> |
11 |
<td> <a href="?selection=HistoryLog">HistoryLog</a> </td> |
12 |
</tr> |
12 |
</tr> |
13 |
<tr> |
13 |
<tr> |
14 |
<td> Přesměrování pošty </td> |
14 |
<td> Přesměrování pošty </td> |
15 |
<td> <a href="?selection=MailConfig">Postfix</a> </td> |
15 |
<td> <a href="?selection=MailConfig">Postfix</a> </td> |
16 |
</tr> |
16 |
</tr> |
17 |
<tr> |
17 |
<tr> |
18 |
<td> Konfigurace DNS </td> |
18 |
<td> Konfigurace DNS </td> |
19 |
<td> <a href="?selection=DigDNS">DNS Info</a> </td> |
19 |
<td> <a href="?selection=DigDNS">DNS Info</a> </td> |
20 |
</tr> |
20 |
</tr> |
21 |
<tr> |
21 |
<tr> |
22 |
<td> Volné místo na disku </td> |
22 |
<td> Volné místo na discích </td> |
23 |
<td> <?php echo (int) (disk_free_space(".")/1048576) . "MB / " . |
23 |
<td> <?php echo "/: " . (int) (disk_free_space(".")/1048576) . "MB / " . |
24 |
(int) (disk_total_space(".")/1048576) . "MB (" . |
24 |
(int) (disk_total_space(".")/1048576) . "MB (" . |
25 |
(int) (disk_free_space(".") / disk_total_space(".") * 100) . "%)" ?> |
25 |
(int) (disk_free_space(".") / disk_total_space(".") * 100) . "%)" ?> |
26 |
<br> |
26 |
<br> |
27 |
<?php echo (int) (disk_free_space("/data")/1048576) . "MB / " . |
27 |
<?php echo "/data: " . (int) (disk_free_space("/data")/1048576) . "MB / " . |
28 |
(int) (disk_total_space("/data")/1048576) . "MB (" . |
28 |
(int) (disk_total_space("/data")/1048576) . "MB (" . |
29 |
(int) (disk_free_space("/data") / disk_total_space("/data") * 100) . "%)" ?></td> |
29 |
(int) (disk_free_space("/data") / disk_total_space("/data") * 100) . "%)" ?></td> |
30 |
</tr> |
30 |
</tr> |
31 |
<tr> |
31 |
<tr> |
32 |
<td> Teplota disků [C]</td> |
32 |
<td> Teplota disků </td> |
33 |
<td> <?php @exec("/usr/sbin/hddtemp /dev/sd? -n",$xxx); |
33 |
<td> <?php @exec("/usr/sbin/hddtemp /dev/sd?",$xxx); |
34 |
echo implode("<br>", $xxx);?></td> |
34 |
echo implode("<br>", $xxx);?></td> |
35 |
</tr> |
35 |
</tr> |
36 |
</table> |
36 |
</table> |
37 |
|
37 |
|
38 |
<table> |
38 |
<table> |
39 |
<tr> |
39 |
<tr> |
40 |
<th colspan=2 class="Center"> Údržba PHP </th> |
40 |
<th colspan=2 class="Center"> Údržba PHP </th> |
41 |
</tr> |
41 |
</tr> |
42 |
<tr> |
42 |
<tr> |
43 |
<td> Výpis stavu PHP </td> |
43 |
<td> Výpis stavu PHP </td> |
44 |
<td> <a href="PhpInfo.php">PhpInfo</a> </td> |
44 |
<td> <a href="PhpInfo.php">PhpInfo</a> </td> |
45 |
</tr> |
45 |
</tr> |
46 |
<tr> |
46 |
<tr> |
47 |
<td> Administrace mysql</td> |
47 |
<td> Administrace mysql</td> |
48 |
<td> <a href="phpmyadmin/index.php">phpMyAdmin</a> </td> |
48 |
<td> <a href="phpmyadmin/index.php">phpMyAdmin</a> </td> |
49 |
</tr> |
49 |
</tr> |
50 |
<tr> |
50 |
<tr> |
51 |
<td> Administrace LDAP</td> |
51 |
<td> Administrace LDAP</td> |
52 |
<td> <a href="phpldapadmin/index.php">phpLDAPadmin</a> </td> |
52 |
<td> <a href="phpldapadmin/index.php">phpLDAPadmin</a> </td> |
53 |
</tr> |
53 |
</tr> |
54 |
</table> |
54 |
</table> |
55 |
|
55 |
|
56 |
<table> |
56 |
<table> |
57 |
<tr> |
57 |
<tr> |
58 |
<th colspan=2 class="Center"> Seznam filmů </th> |
58 |
<th colspan=2 class="Center"> Seznam filmů </th> |
59 |
</tr> |
59 |
</tr> |
60 |
<tr> |
60 |
<tr> |
61 |
<td> Saznam filmů u MIHO </td> |
61 |
<td> Saznam filmů u MIHO </td> |
62 |
<td> <a href="../../Modules/!films/Seznam_Filmů.xls">Seznam_Filmů.xls</a></td> |
62 |
<td> <a href="../../Modules/!films/Seznam_Filmů.xls">Seznam_Filmů.xls</a></td> |
63 |
</tr> |
63 |
</tr> |
64 |
</table> |
64 |
</table> |
65 |
|
65 |
|
66 |
<table> |
66 |
<table> |
67 |
<tr> |
67 |
<tr> |
68 |
<th colspan=2 class="Center"> Vzorové stránky </th> |
68 |
<th colspan=2 class="Center"> Vzorové stránky </th> |
69 |
</tr> |
69 |
</tr> |
70 |
<tr> |
70 |
<tr> |
71 |
<td> Vzorová stránka </td> |
71 |
<td> Vzorová stránka </td> |
72 |
<td> <a href="../Templates/Template.cs.html">CS</a> |
72 |
<td> <a href="../Templates/Template.cs.html">CS</a> |
73 |
<a href="../Templates/Template.en.html">EN</a> </td> |
73 |
<a href="../Templates/Template.en.html">EN</a> </td> |
74 |
</tr> |
74 |
</tr> |
75 |
<tr> |
75 |
<tr> |
76 |
<td> Prázdná stránka </td> |
76 |
<td> Prázdná stránka </td> |
77 |
<td> <a href="../Templates/Empty.cs.html">CS</a> |
77 |
<td> <a href="../Templates/Empty.cs.html">CS</a> |
78 |
<a href="../Templates/Empty.en.html">EN</a> </td> |
78 |
<a href="../Templates/Empty.en.html">EN</a> </td> |
79 |
</tr> |
79 |
</tr> |
80 |
</table> |
80 |
</table> |
81 |
|
81 |
|
82 |
<table> |
82 |
<table> |
83 |
<tr> |
83 |
<tr> |
84 |
<th colspan=2 class="Center"> Experimenty s vyhledávači </th> |
84 |
<th colspan=2 class="Center"> Experimenty s vyhledávači </th> |
85 |
</tr> |
85 |
</tr> |
86 |
<tr> |
86 |
<tr> |
87 |
<td> Testování vyhledávačů </td> |
87 |
<td> Testování vyhledávačů </td> |
88 |
<td> <a href="?selection=Search">Search</a> </td> |
88 |
<td> <a href="?selection=Search">Search</a> </td> |
89 |
</table> |
89 |
</table> |
90 |
|
90 |
|
91 |
<p> |
91 |
<p> |
92 |
<a href="ToDoList.html">To Do List</a> |
92 |
<a href="ToDoList.html">To Do List</a> |
93 |
<br> |
93 |
<br> |
94 |
</p> |
94 |
</p> |