Sponsored Content
Full Discussion: Unix Resources
Top Forums UNIX for Dummies Questions & Answers Unix Resources Post 50669 by Zeta_Acosta on Thursday 29th of April 2004 05:43:40 AM
Old 04-29-2004
Unix Resources

Good morning all!

Does any know of any good resources to read up on why people would use Unix, what the weaknesses are of the platform and how it is used!

Many thanks:

Note: This is for an assignment, I know you are not suppose to ask for help or post assignment questions but all I am requesting from your vast pool of knowledge are some links. As I have struggled to find any relevant (good) info on the net and my Library is pretty poor!

Again many thanks!
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

check resources

Hi all I would like to check my production machine and find out which application is using up the resources of the Unix machine, is there a way to display individual applications that are running and the percentage of resources they are taking up? (2 Replies)
Discussion started by: handynas
2 Replies

2. UNIX for Dummies Questions & Answers

UNIX Newbie: need good resources

I'm a network guy that needs some help with UNIX/PERL. My ultimate goal is to go through my firewall/perimter router logs and do DNS lookups, WHOIS, etc. on the denied traffic. I eventually would like to learn in detail but now just need the minimum to get started. Thanks. (2 Replies)
Discussion started by: swynkoop
2 Replies

3. UNIX for Advanced & Expert Users

System Resources?

I am running a C program on a SCO box. There are multiple users on using the system resources. My problem is when using fprintfs in the program. I am writing to a log every thing I read in from a file after doing some formatting. I write out to the log with the fprintfs in groupings like 10... (3 Replies)
Discussion started by: jwolfe
3 Replies

4. UNIX for Dummies Questions & Answers

Who is using up all of my resources?!

For some reason, I'm having a bit of a brain fart here and cannot think of a simple solution to this problem... We have a samba server installed on one of our Darwin boxes. Someone is doing massive amounts of work through a samba share, and in turn in pegging samba and the box. I can see how... (1 Reply)
Discussion started by: fender177
1 Replies

5. Boot Loaders

Bootloader Resources

Here is a list of resources for Unix and GNU/Linux bootloaders: GRUB Legacy: The original GRand Unified Bootloader. Now known as GRUB Legacy. GRUB: The latest and greatest. More commonly known as GRUB2. BRUG: Brand-new Universal loadeR from GRUB. Based on GRUB. Adds features like new object... (0 Replies)
Discussion started by: fpmurphy
0 Replies

6. AIX

How much resources is left on the P7?

I know that it is possible to login into the HMC console and view all the specs like, how much CPU/RAM every LPAR has. But how can I check how much the whole P7 has in total and how much is left to creat a new LPAR:wall: (5 Replies)
Discussion started by: DiViN3
5 Replies
ppmdist(1)                                                    General Commands Manual                                                   ppmdist(1)

NAME
ppmdist - simplistic grayscale assignment for machine generated, color images SYNOPSIS
ppmdist [-intensity|-frequency] [ppmfile] DESCRIPTION
Reads a portable pixmap as input, performs a simplistic grayscale assignment intended for use with grayscale or bitmap printers. Often conversion from ppm to pgm will yield an image with contrast too low for good printer output. The program maximizes contrast between the gray levels output. A ppm input of n colors is read, and a pgm of n gray levels is written. The gray levels take on the values 0..n-1, while maxval takes on n-1. The mapping from color to stepped grayscale can be performed in order of input pixel intensity, or input pixel frequency (number of repeti- tions). OPTIONS
-frequency Sort input colors by the number of times a color appears in the input, before mapping to evenly distributed graylevels of output. -intensity Sort input colors by their grayscale intensity, before mapping to evenly distributed graylevels of out- put. This is the default. BUGS
Helpful only for images with a very small number of colors. Perhaps should have been an option to ppmtopgm(1). SEE ALSO
ppmtopgm(1), ppmhist(1), ppm(5) AUTHOR
Copyright (C) 1993 by Dan Stromberg. 22 July 1992 ppmdist(1)
All times are GMT -4. The time now is 05:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy