Sponsored Content
Full Discussion: sun micro systems??????
Top Forums UNIX for Dummies Questions & Answers sun micro systems?????? Post 35750 by google on Friday 2nd of May 2003 06:48:57 AM
Old 05-02-2003
you might be able to find an old game called "Hack", i beleive the newest version these days is called Net Hack. Game is sort of a basic version of dungeons & dragons...pretty fun though once you get into it....its you and your dog decending level by level fighting hob goblins, bats, and other monsters. There are shops and shop keeppers to trade with....its a never ending game (have never been to the last level)

I think this started as a unix originil back in the early 80s maybe even late 70s. I first played it when I was about 9 on DOS but now it now runs on just about every platform...do a goodle search for Hack or Net Hack if interested
 

4 More Discussions You Might Find Interesting

1. IP Networking

sun systems

Hi!!! Do you know about netra1? If you do how to configure and install it? (1 Reply)
Discussion started by: khussain
1 Replies

2. UNIX for Dummies Questions & Answers

Linux and SUN micro System question

I have linux OS and i am trying to connect to a Sun microsystem Netra, i am using RJ45 to serial port connector, what telnet device can i use to remotely connect to the netra, if anybody could help i will really appreciate it. (5 Replies)
Discussion started by: Gueso
5 Replies

3. Solaris

Sun Certified Systems Admin - SCSA

Hi Guys, I'm thinking of studying for the above course. As an entry level qualification would this be ok (from an employers point of view)? And can anyone recommend any good CBT's for it (Solaris 10 version)? Cheers Jamie (2 Replies)
Discussion started by: JayC89
2 Replies

4. Solaris

Sun Certified Systems Admin - Part1

Hey guys, I am taking the SCSA Part 1 next week in London. Any advise as to what I should gen up on, and as to which parts I should focus on? (What will be in the exam etc?) Cheers Jamie (2 Replies)
Discussion started by: JayC89
2 Replies
DM.CONF(5)                                                    BSD File Formats Manual                                                   DM.CONF(5)

NAME
dm.conf -- dungeon master configuration file DESCRIPTION
The dm.conf file is the configuration file for the dm(8) program. It consists of lines beginning with one of three keywords, badtty, game, and time. All other lines are ignored. Any tty listed after the keyword badtty may not have games played on it. Entries consist of two white-space separated fields: the string badtty and the ttyname as returned by ttyname(3). For example, to keep the uucp dialout, ``tty19'', from being used for games, the entry would be: badtty /dev/tty19 Any day/hour combination listed after the keyword time will disallow games during those hours. Entries consist of four white-space separated fields: the string time, the unabbreviated day of the week and the beginning and ending time of a period of the day when games may not be played. The time fields are in a 0 based, 24-hour clock. For example, the following entry allows games playing before 8AM and after 5PM on Mondays: time Monday 8 17 Any game listed after the keyword game will set parameters for a specific game. Entries consist of five white-space separated fields: the keyword game, the name of a game, the highest system load average at which the game may be played, the maximum users allowed if the game is to be played, and the priority at which the game is to be run. Any of these fields may start with a non-numeric character, resulting in no game limitation or priority based on that field. The game default controls the settings for any game not otherwise listed, and must be the last game entry in the file. Priorities may not be negative. For example, the following entries limits the game ``hack'' to running only when the system has 10 or less users and a load aver- age of 5 or less; all other games may be run any time the system has 15 or less users. game hack 5 10 * game default * 15 * FILES
/etc/dm.conf The dm(8) configuration file. SEE ALSO
setpriority(2), ttyname(3), dm(8) BSD May 31, 1993 BSD
All times are GMT -4. The time now is 10:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy