Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tourney-manager(6) [debian man page]

TOURNEY-MANAGER(6)						     games(6)							TOURNEY-MANAGER(6)

NAME
tourney-manager - perl interface to run chess engine tourneys SYNOPSIS
tourney-manager configfiles DESCRIPTION
tourney-manager helps you to run chess engine tournaments easyly. Running Tournaments: 1. Create a directory in which the tourneymanager can put all his temporary files, configuration and results. 2. Then create the configuration files. Look at /usr/share/doc/tourney-manager/example.conf which is supplied along with the tourney man- ager. Copy this to the tourney directory,it is rather well commented. More tuning has to be done to specify non standard chess engines. The example-engine.conf has some standard engines set. The settings have to be tuned according your system. Example for an UCI engine: example-engines.conf: engine = Glaurung2 bin = /home/username/chess/tourney/glau.sh glau.sh: #!/bin/bash /usr/games/polyglot /home/username/chess/tourney/glaurung.ini glaurung.ini: [PolyGlot] EngineDir = . EngineCommand = /usr/games/glaurung Log = false LogFile = glaurung.log Resign = true ResignScore = 600 [Engine] Hash = 64 OwnBook = false Threads = 1 3. Start the tourney manager tourney-manager The tourney manager uses an interactive command shell. To start up quickly,the following sequence of commands should be enough: create print start Help about commands is available by 'help' and 'help <command>'. OPTIONS
This program just takes the configfile as an option. SEE ALSO
/usr/share/doc/tourney-manager/example.conf, and /usr/share/doc/tourney-manager/example-engines.conf. AUTHOR
tourney-manager was written by Holger Ruckdeschel <holger@hoicher.de>. This manual page was written by Oliver Korff <ok@xynyx.de>, for the Debian project (but may be used by others). Oliver Korff July 12, 2006 TOURNEY-MANAGER(6)

Check Out this Related Man Page

XFCE4-POWER-MANAGER(1)					      General Commands Manual					    XFCE4-POWER-MANAGER(1)

NAME
xfce4-power-manager-settings - Settings dialog for the Xfce 4 Power manager SYNOPSIS
xfce4-power-manager-settings [options] DESCRIPTION
xfce4-power-manager-settings is a utility that comes with the Xfce4 power manager to access/change its configuration. It is a separate program that uses xfconf to load/save settings according to the user's choices. xfce4-power-manager-settings requires the Xfce4 power man- ager to be running because it connects to it via DBus and gets information about which settings should and should not be displayed; for example, the xfce4-power-manager-settings utility will not show the LCD brightness settings if no device was detected by the running instance of the Xfce4 power manager. xfce4-power-manager-settings does not have any command line options. BUGS
Please report bugs to http://bugzilla.xfce.org/. Development discussion should be conducted on the goodies-dev@xfce.org mailing list. Usage-related questions should be directed to the xfce@xfce.org mailing list. HOMEPAGE
http://goodies.xfce.org/ AUTHOR
Ali Abdallah <aliov@xfce.org> MANPAGE AUTHORS
Ali Abdallah <aliov@xfce.org>, Robby Workman <rworkman@slackware.com>. 31 March 2009 Version 0.8.0 XFCE4-POWER-MANAGER(1)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

File Extension association in CDE

Hi, Any idea how to define the file extension association within CDE. I need to tell dtfile (the file manager) to open *.log files as text documents and not emails... Thanks! (2 Replies)
Discussion started by: me2unix
2 Replies

2. UNIX for Dummies Questions & Answers

Better than asking about /usr/bin/cd...

Why does /usr/games/banner have a man page??? And why in the name of Ritchie is it in /usr/games?? Man, what a crappy game... (1 Reply)
Discussion started by: LivinFree
1 Replies

3. UNIX for Dummies Questions & Answers

How do I Know if a report manager is running after I start it ?

I hope somebody can help with this one. If I run a command like this /rd/bin/rptmgr to start a report manager up. How could I view this to see if it is running? I can view it thru our bussiness app in GUI But I was wondering if I could check this when I am at the console in UNIX I am... (2 Replies)
Discussion started by: rocker40
2 Replies

4. Shell Programming and Scripting

chess perl program questions

Hello guys, While going over the book, I ran into this chess program and I have few questions 1) on line 40), why is not $chessboard-> ) ??? 40 unless (defined $chessboard->) { 2) 20 foreach my $i (reverse (0..7)) { #Row 1 #!/usr/bin/perl -w 2 # 3 # 4 5 ... (1 Reply)
Discussion started by: hankooknara
1 Replies

5. Shell Programming and Scripting

Basic script?

All, I have a list of over 400 users that need certain directories created. These will be created in /users/$username on a system and I need a directory called chess under these directories that I create. Instead of me manually adding each one (mkdir /users/user1, mkdir /users/user1/chess)... (1 Reply)
Discussion started by: kjbaumann
1 Replies

6. What is on Your Mind?

Chess Players: Which Online Resources (and Software) Do You Use and Why?

Hi Chess Players, Which Online Resources (and Software) Do You Use and Why? As for me, I use chessgames.com and chessbase.com; but currently I'm using chessgames.com the most; I like exploring openings in the chessgames.com opening explorer. For analysis on the desktop (Mac) or iPhone I... (8 Replies)
Discussion started by: Neo
8 Replies

7. UNIX for Advanced & Expert Users

Please advise configuration manager

Hello Dears, I am up to install configuration manager as the number of Linux systems are growing alot in my company. can please advise any of them? Puppet, spicewalk ansilble etc.. please share you opinion. My aim is to have config manager to automate/provision systems and to have inventory... (1 Reply)
Discussion started by: Vit0_Corleone
1 Replies

8. Linux

Configuration manager

Hello Dears, I am up to implement cnfiguration manager as the number of Linux systems are growing alot in my company. can please advise any of them? Puppet, spicewalk ansilble etc.. please share you opinion. My aim is to have config manager to automate/provision systems and to have inventory... (5 Replies)
Discussion started by: Vit0_Corleone
5 Replies

9. Shell Programming and Scripting

Automating an interactive process with EOF string

Hello, I'm running Stockfish chess engine ( Home - Stockfish - Open Source Chess Engine ) CLI on Linux in interactive mode which is working fine. root@ubuntu1950x:~# ./stockfish Stockfish 080218 64 POPCNT by T. Romstad, M. Costalba, J. Kiiski, G. Linscott setoption name Debug Log File... (2 Replies)
Discussion started by: prvnrk
2 Replies

10. Homework & Coursework Questions

Bash Scripting program

#! /bin/bash # program to creat a backup copy for every deleted file or dierctores mv -t /home/$USER/.local/share/Trash/files $1 rsync -a /home/$USER/.local/share/Trash/files /usr/share/trash didn't work (2 Replies)
Discussion started by: rami-ali
2 Replies