Sponsored Content
Full Discussion: Interested, but lost.
Top Forums UNIX for Dummies Questions & Answers Interested, but lost. Post 39812 by cbkihong on Monday 1st of September 2003 02:35:45 AM
Old 09-01-2003
Where did you download from?

In general, anonymous FTP download sites use "anonymous" as the username while your email address as the password. If it does not let you go in, it is either a private distribution site that is for certain internal members only or its public download quota has exceeded.

If you don't have CD-writer (like I don't have one) or are on a slow connection, probably you may find it easier to install Debian Linux or FreeBSD, for example. You can download and prepare a few 1.44MB installation disks, which you use to bootup the install to complete downloading the rest of the files needed (so you don't need to download a large volume of files that you don't need before installation). But these flavours are not as beginner-friendly as RH, SuSE or Mandrake for example so you may want to see if some cheap Linux CDs can be purchased in your neighbourhood. Downloading an entire distribution on 56k can take you a lot of time (and thus $$$$).

I would not suggest using anything but real FTP clients, like WS FTP or Smart FTP for downloading of files. IMO they are more reliable.
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Extremely Interested

As i was reading an article on being a "HACKERS" which was 30 minutes ago thinking that HACKING was the same as CRACKING, after the reading i discovered their difference, a hacker builds the internet while crackers just cracks and annoy like phreaking and breaking into people's computer. That... (5 Replies)
Discussion started by: Punk18
5 Replies

2. UNIX for Dummies Questions & Answers

Interested in partial command output.

Command output is given to the console. As in the following case - wc -l filename produces following output nn filename From this, I am only interested with nn(rowcount). Cant we simply extract it thr console? I also tried with null device, I know as - /dev/null wc -l filename >... (1 Reply)
Discussion started by: videsh77
1 Replies

3. Filesystems, Disks and Memory

Lost Data Lost Admin

First time so excuse my ignorance please. I may not be accurately describing the issue. I have inherited a small lab mostly SUN V120s. We lost power and are trying to recover. Nope no backups... The primary issue I have is 1 box is an Oracle Server. It has 2 36Gb harddrives. I am able to... (3 Replies)
Discussion started by: murphsr
3 Replies

4. Shell Programming and Scripting

Interested in getting new projects

Hi , I am interested in getting some new projects on shell scripting . Can some one suggest me some bidding site where I can get the projects. Regards (0 Replies)
Discussion started by: himvat
0 Replies

5. What is on Your Mind?

In which sport are you interested?

I am swimmer and also gym is here . What sport do you practice ? (8 Replies)
Discussion started by: solaris_user
8 Replies
UUID_COMPARE(3) 						    Libuuid API 						   UUID_COMPARE(3)

NAME
uuid_compare - compare whether two UUIDs are the same SYNOPSIS
#include <uuid/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 lexigraphically 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 03:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy