Sponsored Content
Full Discussion: New bee in the market.
Top Forums UNIX for Dummies Questions & Answers New bee in the market. Post 302786383 by vbe on Wednesday 27th of March 2013 10:54:39 AM
Old 03-27-2013
My 2 cents:
people looking for sysadm want people with experience...having certifications can help but it will not be equivalent. I when got my diploma was in the same situation... I accepted a "stage" of 2 years without salary ( because of my age at the time I had to get into working world at any cost...), but after I had 2 years experience... and when I was thinking of leaving, got a contract...
This User Gave Thanks to vbe For This Post:
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

A question on the unix market

Does anyone have an idea of what the installed base of UNIX servers is? I'm especially interested in UNIX email servers. If anyone knows where I can go to get this sort of information, I'd really appreciate it. Thanks (1 Reply)
Discussion started by: tshore
1 Replies

2. AIX

How big is the AIX market?

Does anyone have any info on the actual size of the global AIX market is in terms of physical machines (RS/6000, pSeries, System p, IBMp)? Any leads would be appreciated. Thanks (8 Replies)
Discussion started by: Elias
8 Replies
GOMOKU(6)							 BSD Games Manual							 GOMOKU(6)

NAME
gomoku -- game of 5 in a row SYNOPSIS
gomoku [-bcdu] [-D debugfile] [savefile] DESCRIPTION
gomoku is a two player game where the object is to get 5 in a row horizontally, vertically or diagonally on a 19 by 19 grid. By convention, black always moves first. The options are: -b Run in batch mode. (See below.) -c Computer versus computer. gomoku will play a game against itself. This is mostly used for testing. -d Print debugging information. Repeating this option more than once yields more detailed information. -D debugfile Print the debug information to debugfile instead of to the standard output. -u User versus user. (Play against yourself.) This is mostly used for testing. savefile Load a previously saved game from savefile. With no arguments, gomoku starts a fresh user vs. computer game. Moves may be entered by selecting the desired board location and pressing the space or enter key. The cursor may be moved using the arrow keys or vi(1) motion keys hjklyubn. These also may be familiar from rogue(6) and hack(6). To quit, type 'Q', and to save the game, type 'S' and supply a file name when prompted. Batch mode Batch mode was intended for game tournaments where a referee program handles the board display and pits one program against another. In this mode, gomoku reads moves from standard input and writes its responses to standard output. The first line of input should be either ``black'' or ``white'' to specify whether gomoku has the first move or not respectively. AUTHORS
Ralph Campbell ACKNOWLEDGEMENTS
The board display routines were based on the goref program written by Peter Langston. The user interface was based on Eric S. Raymond's interface for bs. BSD
March 28, 2010 BSD
All times are GMT -4. The time now is 03:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy