Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nettoe(6) [debian man page]

NETTOE(6)							   Games Manual 							 NETTOE(6)

NAME
nettoe - Networked version of Tic Tac Toe for the console SYNOPSIS
nettoe [OPTIONS] DESCRIPTION
netToe is a console-based version of the classic game "Tic Tac Toe". It's playable against computer AI, a player on the same machine or with another player over the network. OPTIONS
-nc, --no-colors disable colors -nb, --no-beep disable beeps -h, --help display this help and exit -v, --version output version information and exit HOW TO PLAY
First decide who will host the game. (you or your friend/opponent) Now the one who is going to host the game must (do the following): 1. run nettoe (Doh) 2. choose the option 3 (Two players over network) from the Main Menu 3. choose the option 1 (Host the Game) from the Network Game Menu 4. type in his name or nickname (NO BLANK SPACES ALLOWED). 5. comunicate the IP address to the other player. ( hostname also works... if resolved, of course) ( I hope you know how to get your IP address...) 6. Just wait for the other player to connect to your host. Now for the other player (the one who is going to connect to the hosted game ): 1. run nettoe (really ?, Yaeh relly.) 2. choose the option 3 (Two players over network) from the Main Menu 3. choose the option 2 (Connect to a host) from the Network Game Menu 4. type your name or nickname (NO BLANK SPACES ALLOWED). 5. type in the IP address of the host or the hostname. IP address examples: 192.168.0.5, ::1 Hostname example : myfriend.hostname.com (must be a valid hostname) 6. Just wait for the game to start . Enjoy. And if you have any problem just let me know. NETWORK PORTS
netToe uses tcp-port 7501 for listening port of the server engine. Thus this port must be transportable across the network, possibly pass- ing routers in the path. For a local game this is of course mostly irrelevant. AVAILABILTY
The latest version of this program can be found at http://nettoe.sourceforge.net BUGS
See the BUGS file in the netToe source package for a list of known bugs. Report bugs to <ggdev@users.sourceforge.net> AUTHOR
netToe is written by Gabriele Giorgetti <ggdev@users.sourceforge.net> This manual page was initially written by Andras Bali <bali@debian.org>, for the Debian GNU/Linux system and rewritten by Gabriele Gior- getti <ggdev@users.sourceforge.net> to be distributed within the netToe source package. COPYRIGHT
Copyright (C) 2000,2001 Gabriele Giorgetti This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. JULY 22, 2001 NETTOE(6)

Check Out this Related Man Page

KNOCKER(1)						      General Commands Manual							KNOCKER(1)

NAME
knocker - An easy to use network security port scanner SYNOPSIS
knocker --host <host> [OPTION] DESCRIPTION
knocker is a simple and easy to use TCP security port scanner written in C using pthreads which is able to analyze hosts and all of the different services started on them. OPTIONS
-H, --host host name or numeric Internet address to scan -P, --port port number to scan (single port scan only) -SP, --start-port port number to begin the scan from -EP, --end-port port number to end the scan at --last-host uses the last scanned host as target --last-scan performs again the last port scan -q, --quiet disable console output and logs to file. -lf, --logfile <logfile> log the results to a specified file. -nf, --no-fency disable fency output -nc, --no-colors disable colored output --configure let the user configure knocker -h, --help display this help and exit -v, --version output version information and exit EXAMPLES
To run this program the standard way type: knocker --host 192.168.0.1 If you want to specify a port range to scan: knocker --host thehost --start-port 1 --end-port 2600 or knocker -H thehost -SP 1 -EP 2600 To scan a single port: knocker -H thehost --port 21 To run this program not using colors (if your terminal does not support colors): knocker --host 192.168.0.1 --no-colors To run this program run in background and have the results written in a log file: knocker --host 192.168.0.1 --quiet & AVAILABILTY
The latest version of this program can be found at http://knocker.sourceforge.net BUGS
See the BUGS file in the knocker source package for a list of known bugs. Report bugs to <g.gabriele79@genie.it> AUTHOR
knocker is written by Gabriele Giorgetti <g.gabriele79@genie.it> COPYRIGHT
Copyright (C) 2001,2002 Gabriele Giorgetti This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. MAY 24, 2002 KNOCKER(1)
Man Page