Unix Noob, wat do i need etc


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix Noob, wat do i need etc
# 1  
Old 02-24-2008
Unix Noob, wat do i need etc

Hey everyone

I am currently starting University, (Aus) and i am required to study Unix as apart of my study. We have gone through the basics in orientation but here at home they said i can access my files through the 'ssh' command.

All i need to know is:

- How will my wireless internet be used on Unix ?
- Can i install Unix on a basic system, e.g, PIII, 512mb SD RAM, 30GB HDD ETC.
- Will i need Unix drivers for the hardware i am installing it on ?

Currently i don't want to use it on my Core 2 setup as i believe it is too powerful, so im buying a cheap $80(AU)< system off ebay.

any help would be nice, (University said they can supply unix).
# 2  
Old 02-24-2008
I would recommend that you install Linux (OpenSUSE, Fedora, debian or someother well known distrubtion)
They all have lots of drivers for diffrent hardware so it shouldnt be a problem with your wireless card etc.

Then if you need a "real" Unix operating system i would go for Solaris X86. Check out the sun website (Sun Microsystems) for more information about drivers and what hardware it supports.

/Peter
# 3  
Old 02-24-2008
Quote:
- Can i install Unix on a basic system, e.g, PIII, 512mb SD RAM, 30GB HDD ETC.
All Unixes i know of as well as Linux (which would account, for your purposes, a Unix too) are by far less demanding in terms of hardware than the graphical interrupt handler Mickey$oft is selling.

Even the latest exaltations in User Interfaces like KDE, GNOME and what-you've-got are achieving the same as Windoze with only a fraction of the hardware.

So the answer to your question if the system will be sufficient is: yes, definitely. You won't try image processing (which needs lots of power in every regard) and similar things, you will mostly stay on the commandline and do some administrative work.

Until 3 years ago i used as my everyday workhorse a PentiumPro machine with 200MHz and 384MB of RAM for this and was happy with it. It had 2 Matrox Millenium II cards with 16MB RAM on each as graphics and i used screen resolutions of 1600x1200 with no problem. My work does not include anything graphical or fancy, just many commandline windows, Mozilla and the TeX typesetting system occasionally (i shun office software and prefer to do my paperwork in vi).

Quote:
How will my wireless internet be used on Unix ?
You will need a driver (the same way as for every hardware you use) for the WLAN hardware. From there on it is just another network interface and treated as such. If you have concerns about the hardware you want to use take a look in some hardware compatibility lists. I have linked a few here, without intending to be complete:

Linux-drivers.org - Linux Hardware Compatibility Lists & Linux Drivers
Hardware - openSUSE
https://hardware.redhat.com
Compatibility Database

etc., etc.

Quote:
- Will i need Unix drivers for the hardware i am installing it on ?
Yes, definitely. A driver is a sort-of glue between the operating system and the hardware. That is true for every hardware and for every OS. It works like that:

The operating system works on a idealized piece of hardware. For example, a graphic card. This idealized version of a graphic card has some abilities like, for instance, drawing a line, filling a rectangle with a certain colour, etc.

Real graphic cards can do all these things, but they do them in many different ways. The driver now is a go-between between the OS and the hardware: If the OS wants to draw a line it does so by telling the driver "draw me a line". The driver now translates this to one or more steps that the hardware can understand. Maybe card A can only draw dots, so the driver will fulfill the request of the OS by making the card draw many dots that give a line. Card B, on the other hand, can draw lines itself and the driver for card B will translate the "draw a line"-request into one step. The OS will be completely unaware of this difference, because both drivers got the same command - "draw a line".

This means: you need drivers for every piece of hardware (graphic cards, network cards, chip sets, etc.) and these drivers are different for every OS you use - to be precise: for every kernel you use. If you use Fedora and change to Debian or Red Hat or any other Linux you probably can use the same drivers because these distributions are basically all the same OS just differently packaged. If you switch to SunOS or AIX, etc. you will have to get different drivers, because these are different OSes and hence speak a different set of "commands" to their drivers.

bakunin
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Noob on Unix.

This may seem really easy to alot of you but i am a real noob on unix. I have been set the task to make a script which will answer a query. Basically I will have made files for people and i want to be able to search for a persons file and then select certain variables from the files. e.g... (7 Replies)
Discussion started by: bobtheb
7 Replies

2. Shell Programming and Scripting

unix noob help with awk?

Hi I'm really new to this so sorry if this is trivial What I'm trying to do is take a file with 3 columns of numbers and cat all the entries of the second and third columns which have the same entry in the first column into a file with the number from the first column in the name. So say 1... (11 Replies)
Discussion started by: AnnaLynn
11 Replies

3. UNIX for Dummies Questions & Answers

complete unix noob (sorry)

This is my first time in this forum so, Hello to all!!! I have been supporting windows based machines for a few years now and I have been writing batch files to do certain tasks for what seems like an age. I've recently started a new job (as it support) and my new colleagues have said,... (2 Replies)
Discussion started by: Blastman
2 Replies

4. AIX

do u know wat it ll cause?

hi all, if the error log was fully touched(made it to zero byte) then wat ll happen????? is the new error log ll printed here????? I think it may not..... please share your thoughts........ regards, rr (1 Reply)
Discussion started by: rrlog
1 Replies

5. Shell Programming and Scripting

Shell Noob

Hi all, I am trying to write a shell script that will move files from one directory to another, the only thing is I want to to check loads of different source directory and move the files to loads of different directories. I am totally new to shell scripts but not to UNIX (although I would... (16 Replies)
Discussion started by: Sax
16 Replies

6. UNIX for Advanced & Expert Users

wat is execute permission denied???

hi, i have a problem and is needed by next week. when i need to run a program at the specified time using the crontab, after that the program which will send a messege to the screen using the say command, which will show "Hello" but there is an error when i run it, in the mail it show that ... (5 Replies)
Discussion started by: ckng
5 Replies

7. UNIX for Dummies Questions & Answers

I am a unix noob

Hello i am new to this forum. I signed up here really to ask one question. I recentaly got a old unix server from my work and i never really understood what unix is or what is does. Dont get me wrong i and very smart with computers as long as its windows, mac, or linux i can use them all but i... (4 Replies)
Discussion started by: alt+f4
4 Replies

8. Shell Programming and Scripting

wat is the command to view the cpu utilization ? nothing works !!!!

hi ! i m in AIX box. i wanna chk the overall CPU utilization : in % . wat command i can try ? i m already done with Vmstat : giving some output iostat : not working (3 Replies)
Discussion started by: pingme8705
3 Replies

9. UNIX for Dummies Questions & Answers

Noob learning Unix: backup commands

I am trying to learn some unix here and i have some question that i would like to ask: What's the most basic backup command? What is the command to pause a backup? What is the command to resume backup? Can we backup a job that is running ? How can we pause the backup of the job and than... (1 Reply)
Discussion started by: lotusx
1 Replies

10. UNIX Desktop Questions & Answers

KDE & Gnome, wat is the difference?

i have been reading some atticles but i still do not understand the diferrence btw KDE & Gnome. Someone once told me he prefers Gnome to KDE 'coz of it's audio support & Redhat says ver 7.3 has KDE 3.0 & Gnome 1.4. So could someone explain? (2 Replies)
Discussion started by: da_gee
2 Replies
Login or Register to Ask a Question