Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Which Flavor to start with???? Post 28062 by Neo on Thursday 12th of September 2002 12:42:27 AM
Old 09-12-2002
I can't say 'what is best for another person' or 'what is better than another'...... BUT I can say this:

I've used Linux Slackware since 1991 or 1992 and have no intention of changing to anything else. On the other hand, I only use Linux as servers without GUIs......

That does not mean that Slackware is better, it is just what I've always liked, but I was using UNIX for many years before Linux and found Slackware to be more 'like UNIX'...... I've heard others say the same thing.... oh well....

.... it all depends on what you like..... blonds, redheds, brunettes .... all a matter of taste Smilie I personally like long dark hair and Slackware Smilie

UNIX. COM admin nerd ISO sexy woman with long dark hair to help with Slackware ....... no wonder my ads are never answered !!!! ROTFL Smilie Smilie

Then again, there is the question of icecream:
  • vanilla
  • chocolate
  • strawberry
  • coffee
  • ... the list goes on and on ....!!!

Which "flavor is best" ???

 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need a flavor of Unix

Hello all! I'm the new guy in these parts. I'm a part time college student/part time Java Intern. I've seen that during my days at work having a basic knowledge and understanding for Unix is a great benefit for us developers. I've got a dual boot on my main workstation at home of Win2K Pro and... (3 Replies)
Discussion started by: AMDPwred
3 Replies

2. Solaris

good OS flavor

which is more in high demand commercial solaris or BSD THANKS (1 Reply)
Discussion started by: mxlst14
1 Replies

3. UNIX and Linux Applications

Linux flavor of tversity

I have been using UShare, but would like to get something that is more in line with tversity's functionality. Has anyone any suggestions? (0 Replies)
Discussion started by: sport9155
0 Replies

4. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

5. What is on Your Mind?

Which flavor of unix has more job opportunities?

All, I've almost 5+ yrs experience in IT sector. i've mostly work with support projects in Unix/ Linux (Shell scripting), SQL, Autosys job scheduling. Now i really felt boring with the work i'm doing currently. Hence i've decided to expertise myself in new skill set. I'm planning to learn unix... (4 Replies)
Discussion started by: apsprabhu
4 Replies

6. Fedora

Flavor of Unix

I would like to know wich Unix to get and run, because I have access to "ALL" paid and non paid versions What I would like to do is set up Cloud Computing from home so that I may gain experience in this area for my resume. I have read that the best right now is Ubuntu Server v9.10 Can... (1 Reply)
Discussion started by: jmeyer
1 Replies

7. Fedora

Which flavor of UNIX or Linux to learn?

Hi all, Noob here. I have been dabbling with Linux for years, basically installing different types of distros and becoming familiar with the default gui that came along with it. At this point, I find myself wanting to learn alot more. It would be great if that knowledge helped me move forward... (2 Replies)
Discussion started by: Petros_K
2 Replies

8. AIX

AIX and any flavor of REDhat...

trying to load a Linux version on an AIX machine. Has anybody been able to do this? Or is all IBM' software proprietory ???? Please if you have done it, tell me how you did it .... thanks much...Have you installed an open source Linux version ???? (2 Replies)
Discussion started by: ibi001
2 Replies

9. UNIX for Beginners Questions & Answers

Splitting week start date and end date based on custom period start dates

Below are my custom period start and end dates based on a calender, these dates are placed in a file, for each period i need to split into three weeks for each period row, example is given below. Could you please help out to achieve solution through shell script.. File content: ... (2 Replies)
Discussion started by: nani2019
2 Replies
UUIDD(8)						       System Administration							  UUIDD(8)

NAME
uuidd - UUID generation daemon SYNOPSIS
uuidd [options] DESCRIPTION
The uuidd daemon is used by the UUID library to generate universally unique identifiers (UUIDs), especially time-based UUIDs, in a secure and guaranteed-unique fashion, even in the face of large numbers of threads running on different CPUs trying to grab UUIDs. OPTIONS
-d Run uuidd in debugging mode. This prevents uuidd from running as a daemon. -h, --help Display help screen and exit. -k, --kill If currently a uuidd daemon is running, kill it. -n, --uuids number When issuing a test request to a running uuidd, request a bulk response of number UUIDs. -p, --pid path Specify the pathname where the pid file should be written. By default, the pid file is written to /var/run/uuidd/uuidd.pid. -q Suppress some failure messages. -r, --random Test uuidd by trying to connect to a running uuidd daemon and request it to return a random-based UUID. -s, --socket path Specify the pathname used for the unix-domain socket used by uuidd. By default, the pathname used is /var/run/uuidd/request. This is primarily for debugging purposes, since the pathname is hard-coded in the libuuid library. -T, --timeout timeout Specify a timeout for uuidd. If specified, then uuidd will exit after timeout seconds of inactivity. -t, --time Test uuidd by trying to connect to a running uuidd daemon and request it to return a time-based UUID. -V, --version Output version information and exit. EXAMPLE
Start up a daemon, print 42 random keys, and then stop the daemon. uuidd -p /tmp/uuidd.pid -s /tmp/uuidd.socket uuidd -d -r -n 42 -s /tmp/uuidd.socket uuidd -d -k -s /tmp/uuidd.socket AUTHOR
The uuidd daemon was written by Theodore Ts'o <tytso@mit.edu>. AVAILABILITY
The uuidd daemon is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. SEE ALSO
uuid(3), uuidgen(1) util-linux June 2011 UUIDD(8)
All times are GMT -4. The time now is 07:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy