summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-web/website/contents/docs.html
blob: d08c32e2a37e0479ca848f4e03012b6b291cf88f (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<style type="text/css">@import "frame.css";</style>
</head>

<body>
<div id="header">
<h1>Documentation</h1>
<br>
</div>

<h3>Package Management</h3>
<div id="navcontainer">
<ul id="navlist">
        <li>pacman -Sy = to refresh pkg database</li>
        <li>pacman -Ss $keyword = to search pkg database</li>
        <li>pacman -Su = to update all install packages</li>
        <li>pacman -S $pkg = to update one pkg</li>
        <li>pacman -h = for a list of pacman operations</li>
        <li>pacman -S --help = for a full list of options associated with the -S command</li>
</ul>
</div>
<br>

<h3>Starting and Stopping Services</h3>
<div id="navcontainer">
<ul id="navlist">
<!--
    <li>sv {stop,start,restart} frontend = This will start/stop the entire X proccess that runs mythfrontend</li>
-->
    <li>systemctl {stop,start,restart} mariadb.service</li>
    <li>systemctl {stop,start,restart} mythbackend.service</li>
</ul>
<br>
</div>
<!--
<h3>Other Notes</h3>
<div id="navcontainer">
<ul id="navlist">
    <li>To keep a host from showing up in the network map, add it to:
        /home/xymon/server/ext/ignoreclient.py
    </li>
    <li>To stop xymon from running a check on a function remove "func" from bb-hosts</li>
    <li>remove  "func" from bb-hosts to stop hobbit from running a func check on it </li>
    <li>If /tmp/nomfe is present then mythfrontend will not restart</li>
    <li>Adding pkg names to /etc/pkgname.blacklist will stop MythVantage from auto installing a package</li>
</div>
<br>
-->
<h3>MythFrontend Menu Navigation</h3>
<div id="navcontainer">
<ul id="navlist">
    <li> <A HREF="images/classic-menugraph.png">Classic Menu</A> </li>
    <li> <A HREF="images/menu_diagram_color.png">Standard Menu</A> </li>
    <li> <A HREF="images/dvr_menugraph.png">DVR Menu</A> </li>

</body>
</html>