Difference between revisions of "Linfo"

From Amahi Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Apps]]
 
[[Category:Apps]]
 
* There are 3 status plug-in modules installed, but disabled by default:
 
* There are 3 status plug-in modules installed, but disabled by default:
# Cups
+
# Cups:  Show cups printer status and job queue.
# Samba
+
# Samba:  Samba server connections, their users, and locked (opened) files.
# Truecrypt
+
# Truecrypt:  Show mounted truecrypt volumes, their types, size, etc.
  
 
* Change the following lines in ''/var/hda/web-apps/linfo/html/config.inc.php'' from '''false''' to '''true''' for the ones you want enabled:
 
* Change the following lines in ''/var/hda/web-apps/linfo/html/config.inc.php'' from '''false''' to '''true''' for the ones you want enabled:
Line 11: Line 11:
  
 
* There is also one additional plug-in module available:
 
* There is also one additional plug-in module available:
[http://downloads.sourceforge.net/project/linfo/Linfo%20Extensions/soldat-0.1.tar.gz soldat]:  dedicated server gamestat.txt parser
+
[http://downloads.sourceforge.net/project/linfo/Linfo%20Extensions/soldat-0.1.tar.gz soldat]:  Show the status (current map,gamemode,players,scores,etc) of multiple Soldat dedicated game servers.
 
* To install it:
 
* To install it:
 
# Download it to the ''/var/hda/web-apps/linfo'' directory
 
# Download it to the ''/var/hda/web-apps/linfo'' directory

Revision as of 16:03, 20 November 2010

  • There are 3 status plug-in modules installed, but disabled by default:
  1. Cups: Show cups printer status and job queue.
  2. Samba: Samba server connections, their users, and locked (opened) files.
  3. Truecrypt: Show mounted truecrypt volumes, their types, size, etc.
  • Change the following lines in /var/hda/web-apps/linfo/html/config.inc.php from false to true for the ones you want enabled:
$settings['extensions']['smb'] = false;
$settings['extensions']['cups'] = false;
$settings['extensions']['truecrypt'] = false;
  • There is also one additional plug-in module available:

soldat: Show the status (current map,gamemode,players,scores,etc) of multiple Soldat dedicated game servers.

  • To install it:
  1. Download it to the /var/hda/web-apps/linfo directory
  2. Extract the php file and place it in /var/hda/web-apps/linfo/html/lib directory
  3. Add the lines from the included README file to the end of /var/hda/web-apps/linfo/html/config.inc.php


NOTE: As additional plug-in modules become available, they will be added to the application or posted here.