Sponsored Content
Full Discussion: How can I get started.
Top Forums UNIX for Dummies Questions & Answers How can I get started. Post 21487 by merlin on Thursday 16th of May 2002 07:34:02 PM
Old 05-16-2002
Personally I wouldn't put UNIX on a Intel box any more. Few reasons, but if you don't know what your doing Solaris on a Intel box isn't easy. Also Sun don't support Solaris on Intel no more etc etc.

Yeah it can be done though.

Run Linux it's better for a Intel chipset to run. Easier as well.

Yes you can dual boot with Windows and Unix/Linux. If you think your good enough or just want to try you can have Windows and Unix and Linux all booting from the same computer. Triple boot is easier when 3 drives are in there, dual is easy with 1 drive 2 partitions.

Try Linux on Intel instead of UNIX though.
merlin
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Getting started scripting

Hey, I'd like to look into building some scripts to do some very basic server maintenance; however, I don't know exactly where to start. Are there any scripting tutorials, websites, or books that anyone would recommend? Thanks! Cort (2 Replies)
Discussion started by: Cortney
2 Replies

2. Shell Programming and Scripting

Just getting started

Can anyone tell me what the command Banner means or does Gibby9 (4 Replies)
Discussion started by: Gibby9
4 Replies

3. UNIX for Dummies Questions & Answers

how do i get unix started

i am a total newbie...and want to learn unix....firstly...how do i get unix....if it is available on the internet then where is it?...and how do i get this to work then.....plz plz help asap...really desperate now thanx in advance (10 Replies)
Discussion started by: chaitanyamanot
10 Replies

4. UNIX for Dummies Questions & Answers

Help getting started

Dear all, I just found out that my company is thinking of installing a unix server and is considering either sun or ibm. The thing is that i want to learn these two systems before they take a decision and maybe it will be a big career booster. The problem is that i don't know anything about... (7 Replies)
Discussion started by: patslaiby
7 Replies

5. UNIX for Dummies Questions & Answers

Help getting started!!!!

Hi im a 15 year old, interested in beggining things like this...my main inpiration came from this article...How To Become A Hacker according to this my first language shouold be python...but i have ABSOLUTELY NO CLUE about where to dowload/learn it...is there anything else i should do along... (1 Reply)
Discussion started by: SonOfSparta
1 Replies

6. OS X (Apple)

I'm new and I am trying to get started with OS-X

I bought my first Mac a year ago December, and I love it. I have been interested in trying to write my own programs and don't even know where to start. I have never written any software before and was wondering if anyone could give me some recommendations on any books or other good websites that... (2 Replies)
Discussion started by: LittleWoman815
2 Replies

7. Solaris

Getting started with Solaris

Hey everyone, I'm wanting to get started with learning about Unix and I'm hoping that I'm in the correct place. The kind of things that I'm aiming to learn about are general Unix operation, the benefits provided by the Solaris platform in different areas, and really just getting a grip of this... (3 Replies)
Discussion started by: Starky
3 Replies

8. Shell Programming and Scripting

Cronjob not started??!!

Hi Guys,, I have cron entry at yesterday at 3 am. That particular script did not ran. (am saying this as i checked the log files for the script). The script after this at 4 30 pm and 6 00 pm ran successfully. When i scheduled the same script for today it ran successfully ( i did not made any... (6 Replies)
Discussion started by: mac4rfree
6 Replies

9. UNIX for Dummies Questions & Answers

getting started

hi world, I am trying to learn how to program in c, I've gotten a few books and have been reading them, one even came with bloodshed dev-c compiler, it is not working, every time I build the hello world program it always comes back saying " G__~1.EXE: installation problem, cannot exec `cpp': No... (1 Reply)
Discussion started by: jsayres
1 Replies

10. UNIX for Dummies Questions & Answers

Getting Started

Hello guys and dolls, first post happening here... Wanting to know where to start with Unix. Which Unix option/package is best for an absolute beginner and has a well documented, easy to grasp user guide(s). I have dabbled in some programming (basic PHP) and I have an old desktop pc which I... (6 Replies)
Discussion started by: TheUltimateNoob
6 Replies
UUID_COMPARE(3) 						    Libuuid API 						   UUID_COMPARE(3)

NAME
uuid_compare - compare whether two UUIDs are the same SYNOPSIS
#include <uuid.h> int uuid_compare(uuid_t uu1, uuid_t uu2) DESCRIPTION
The uuid_compare function compares the two supplied uuid variables uu1 and uu2 to each other. RETURN VALUE
Returns an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexicographically less than, equal, or greater than uu2. AUTHOR
Theodore Y. Ts'o AVAILABILITY
libuuid is part of the util-linux package since version 2.15.1 and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. SEE ALSO
uuid(3), uuid_clear(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3) util-linux May 2009 UUID_COMPARE(3)
All times are GMT -4. The time now is 02:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy