diff options
author | Britney Fransen <brfransen@gmail.com> | 2022-12-30 21:06:31 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2022-12-30 21:06:31 (GMT) |
commit | 1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1 (patch) | |
tree | 41c6ae77ded023e0d94c4944c73b1c0dffeb4da0 /linhes/linhes-web/website/contents/docs.html | |
parent | 6c530f338a1967bdbdda9e09e915d4a1e194d27f (diff) | |
download | linhes_pkgbuild-1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1.zip linhes_pkgbuild-1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1.tar.gz linhes_pkgbuild-1ecfae71fe7dc9c069089f8d6d75b7978fbb94e1.tar.bz2 |
linhes-web: initial inclusion
Diffstat (limited to 'linhes/linhes-web/website/contents/docs.html')
-rw-r--r-- | linhes/linhes-web/website/contents/docs.html | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/linhes/linhes-web/website/contents/docs.html b/linhes/linhes-web/website/contents/docs.html new file mode 100644 index 0000000..dc3a936 --- /dev/null +++ b/linhes/linhes-web/website/contents/docs.html @@ -0,0 +1,58 @@ +<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>sv {stop,start,restart} mysql</li> + <li>sv {stop,start,restart} mythbackend</li> + <li>sv {stop,start,restart} remotes</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> + |