cliched unix help thread


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers cliched unix help thread
# 1  
Old 09-14-2006
cliched unix help thread

Windows blows. I'm poor so unix is looking like a great alterative (expecially after my former roommate showed me most of the things it can do). Right now I'm looking at Debian or some other Unix kernel that would run nicley on my computer.

But the problem we had with installing it while he was gone was that my computer has alot of Nvidia hardware inside of it and for the guys I'm asking this to you probobly know that this presents some difficulties.

I actually have a few questions being a realative Unix noob.

1: What would be the easiest way of installing a Unix OS on my computer and how would I go about doing so?
2: My former roommate (big unix fan nerd) had a badass kernel which he said was still in development. But it did have multiple 3D desktop which he could just grab and move over. But like he said, was still in the development process.
3: He also had another one where he organized his tasks by scrolling the mouse wheel. So he would scroll it and "Media" in white text in the center of the screen would show up for a second and all his current running media programs would be in there.
(what would the last two be called?)

As it is right now. I still need Windows but only for PC titles like Battlefield, Unreal Tournament and certain programs that I need for school. Any and all help would be apprectiated seeing as how I don't have alot of time to research this between class's and work. Thanks in advance.

Last edited by reborg; 09-15-2006 at 08:37 PM.. Reason: watch your choice of descriptive wording.
# 2  
Old 09-15-2006
Ubuntu is vary easy to install. Debian is harder. Both will support your hardware if it has been around for more than say six months.

Don't use experimental kernels until you learn how to do backups and restores.

Ubuntu will ask if you want to dual boot - meaning you keep windows. You will need to create a partition large enough for ubuntu (or debian or whatever distro you choose). Then you can install and boot either to Windows or Ubuntu.

The only reason I mention Ubuntu is that it (and probably Knoppix ) is the easiest to install and get running. It's meant for Windows users. Knoppix will run from a cd, without ever installing anything. This is ultra-safe, and also pretty limited.

Please get out and read a lot before you do something you may not like.
Before you do anything, create a full backup.
Try http://www.ubuntu.com/ to start with.
# 3  
Old 09-15-2006
People looking for FreeWindows XP tend to be disappointed; UNIX is not Windows. Be warned. You will need to do things differently. There are myriad differences that not even Ubuntu can hide -- and I'm not exactly for hiding these differences anyway, why obliterate indispensable features just to ape an OS everyone hates?

Re: #1, you can download a Knoppix livecd to boot on your computer. This can run a full Linux desktop without installing anything on your computer, good for trying things out. For a full installation, I won't even get into that argument since most seem to hate my distro of choice.

Re: #2, the desktop is not the kernel. It's just a program. In Windows they are inseperable, but UNIX is not Windows. You may have seen Sun's experimental 3D window manager, which might be a cool toy, but probably needs a high-powered video card, and likely isn't too stable besides. Get your system working first is my advice, then worry about cool toys.

Re: #3, difficult to say without knowing what window manager he was using; There's no "standard" Linux desktop environment. There's some popular ones, but if he's using that 3D window manager there's no telling what other bizzare things he's got running.

If you're limited in time and need to run windows programs for school and games, skip it and come back to it when you've got time to learn how to use your computer from scratch. Otherwise you'll just end up an irrational linux hater like I did. I eventually converted for the same reason as you, cost, and have discovered many reasons to stay, but spent weeks in "wonder what this button does" mode.

Last edited by Corona688; 09-15-2006 at 12:41 PM..
# 4  
Old 09-17-2006
I second Jim on this one. You can also try out Ubuntu in LiveCD mode if you're not sure you want to install it.
As for the cool graphics your friend is describing, I think he's referring to XGL/Compiz.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

UNIX.com links from Google yield invalid thread error

If one enters a Google search query like site:unix.com mysql php and clicks on the resulting link, one gets the message below: vBulletin Message No Thread specified. If you followed a valid link, please notify the administrator (2 Replies)
Discussion started by: Unregistered
2 Replies

2. Shell Programming and Scripting

What's UNIX Expert's suggestion for this thread ?

Assume that 100 file's of type .txt are saved in directory in which, 40 .txt files having ID 225 in column x 10 .txt files having ID 220 in column x 30 .txt files having ID 115 in column x and remaining 20 .txt file's having UNIQUE ID say 226,227,228,229,230....first I want to read only files... (8 Replies)
Discussion started by: Akshay Hegde
8 Replies

3. Shell Programming and Scripting

Read from a file in unix(Continue from previous thread)

Hi This is continuation of previos thread status=running username=abc password=123456 server=linux The script was made which is used to capture the data from file ./scr test status It will give result running I have a case like status = running username=abc password=123456... (14 Replies)
Discussion started by: parthmittal2007
14 Replies

4. UNIX for Advanced & Expert Users

Implementing thread in UNIX

Hi For our load testing , we are using stubs (unix shell script) which send the response to the request coming from the application. As the unix stub is single threaded , it is responding to only one request whereas multiple requests come in parallely. I haven't worked on thread concepts... (5 Replies)
Discussion started by: jenanee
5 Replies

5. Shell Programming and Scripting

Measure thread execution (in C, unix)

Hi, I have a simulation program which creates two threads and I would like to know if I can measure the time of each individual thread. Threads communicate (I use pthread to manage them) and I want to measure communication time. I found a solution with clock_gettime and CLOCK_THREAD_CPUTIME_ID... (32 Replies)
Discussion started by: Tinkh
32 Replies

6. UNIX Benchmarks

unix benchmark thread?

Type: UltraSPARC IIIi 1,593 Mhz x2 Ram: 16G Disk: 2*70G fw scsi drives Load: db application kernel: Sunos5.10 pgms: compiled Sun cc -O2 ============================================================== BYTE UNIX Benchmarks (Version 3.11) System -- SunOS sun.spmbox.com 5.10... (2 Replies)
Discussion started by: mr_manny
2 Replies

7. Forum Support Area for Unregistered Users & Account Problems

How to post a new thread (Regarding Unix related doubts) in Unix Forums

How to post a new thread (Regarding Unix related doubts) in Unix Forums. I registered my id but I am unable to post my Questions to Forum. Thanks & Regards, indusri (1 Reply)
Discussion started by: indusri
1 Replies
Login or Register to Ask a Question