Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Stick with Solaris 10 or try something else? Post 81656 by desidaerius on Tuesday 23rd of August 2005 02:51:19 AM
Old 08-23-2005
One thing to consider is what your hardware specs are. Since you mention gaming and that you currently run WinXP, I'd assume you have at least the equivalent of a Pentium III, 256-512+ MB of RAM and a decent graphics card.

As it's already been said that gaming is touch and go on Linux and other Unix flavors at best, although some vendors are beginning to distribute Linux binaries of their games, you will probably want to set your machine up to dual boot, keeping WinXP on one partition/drive and putting whatever OS you decide on another. Smilie

For me personally, I have a soft spot for Mandriva and Xandros. Everyone else's mileage may vary, but I had very good experiences with them. PC-BSD is also very accessible, and so far I have had to only manually configure one file on my system since installing it. That it includes KDE 3.4 makes the desktop quite accessible to the novice and pro alike.

Hopefully I haven't said anything to start a flamewar. I am merely speaking from my personal experiences in the UNIX world. As I said before, other people's mileage will vary. Smilie
 

9 More Discussions You Might Find Interesting

1. Solaris

crontab does not stick

When I do crontab cronfile and then checks crontab -l everything looks good. The cronjobs are there as they should. Then I leave it, hoping it to stop a process at 11.30 pm and start it up again at 06.00 am. When I am back in the morning, if I then do crontab -l, it is empty. And nothing... (4 Replies)
Discussion started by: lulle
4 Replies

2. Linux

bootable USB Stick || Fedora 8

Hello Everybody I am planning to install Fedora core 8 on an extra PC I have; what I wanna do is to boot from a USB stick then install Fedora from an ISO image I already have via FTP. Could any one tell me how to create bootable USB Stick for Fedora as I already found how to install from FTP... (0 Replies)
Discussion started by: ahmed_nasr2001
0 Replies

3. UNIX for Dummies Questions & Answers

Aix usb stick

I have a P-Series Machine running AIX 5.3, it has a USB Port on the front of the server, can I use a USB Stick on AIX platforms?? if so how..:rolleyes: (2 Replies)
Discussion started by: BEVAN
2 Replies

4. Filesystems, Disks and Memory

Mount USB stick...

Dummies questions, perfect for this. I cannot mount my idiotic usb stick on Slackware, I input the following on non-graphic mode as root: Mount -t vfat /dev/sdc1/usbstick usbstick is the folder i created for mounting my USB, the file system is FAT, and everytime I input that I get some kind... (2 Replies)
Discussion started by: Dax01
2 Replies

5. Ubuntu

Ubuntu on USB stick?

Hey Guys I have an Ubuntu CD and I was thinking of creating like a bootable hard drive with various OS so that I can just boot OSs with t drive and not require the CDs. I was just wondering is there a way I can do this, like have Ubuntu boot from a USB stick? If yes how is that possible(even if I... (3 Replies)
Discussion started by: rbansal2
3 Replies

6. Linux

installing CDlinux onto a SD stick?

what program(s) will i need, for either windows 7 or ubuntu (i have both installed on my HDD), to install onto a SD card, and how big should the memory stick be for this? the ISO is about 230mb (rounded up) and the SD card i plan to use is 512mb. (3 Replies)
Discussion started by: Sterist
3 Replies

7. SCO

Mount USB stick

hi Howto mount an USB stick under SCO 5.0.7? BTW ist it possible to mount USB stick in the command line using 'tools' at the Boot: prompt from OpenServer Release 5.0.7 installation CD? (1 Reply)
Discussion started by: ccc
1 Replies

8. Ubuntu

Installing UBUNTU on USB stick

I'd like to install the OS on my stick. I would like to be able to save my works there and install apps or customize the OS. What can I do Ps. At home I use an iMac, but in the school where I work there are only PC... Ty (2 Replies)
Discussion started by: Fabio_Puricelli
2 Replies

9. SCO

How to use USB Stick in UNIXware?

I am trying to use a USB (Pen?) drive on Unixware 7.1.4. The USB stick is in the machine and the machine recognises it when I enter usbprobe as follows: Path - Address Description ----------------------------- +++++++ BUS #2 0 - 1 - HUB "UHCI Root Hub" 1 - 2 - HID "Chicony Wireless Device"... (1 Reply)
Discussion started by: BernP
1 Replies
DM(8)							    BSD System Manager's Manual 						     DM(8)

NAME
dm -- dungeon master SYNOPSIS
ln -s dm game DESCRIPTION
dm is a program used to regulate game playing. dm expects to be invoked with the name of a game that a user wishes to play. This is done by creating symbolic links to dm, in the directory /usr/games for all of the regulated games. The actual binaries for these games should be placed in a ``hidden'' directory, /usr/games/hide, that may only be accessed by the dm program. dm determines if the requested game is available and, if so, runs it. The file /etc/dm.conf controls the conditions under which games may be run. The file /etc/nogames may be used to ``turn off'' game playing. If the file exists, no game playing is allowed; the contents of the file will be displayed to any user requesting a game. FILES
/etc/dm.conf configuration file /etc/nogames turns off game playing /usr/games/hide directory of ``real'' binaries /var/log/games.log game logging file SEE ALSO
dm.conf(5) HISTORY
The dm command appeared in 4.3BSD-Tahoe. SECURITY CONSIDERATIONS
Two issues result from dm running the games setgid ``games''. First, all games that allow users to run UNIX commands should carefully set both the real and effective group ids immediately before executing those commands. Probably more important is that dm never be setgid any- thing but ``games'' so that compromising a game will result only in the user's ability to play games at will. Secondly, games which previ- ously had no reason to run setgid and which accessed user files may have to be modified. BSD
May 31, 1993 BSD
All times are GMT -4. The time now is 06:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy