Sponsored Content
Top Forums UNIX for Dummies Questions & Answers System Layouts For SCO Systems. Post 3768 by shimmer on Wednesday 11th of July 2001 03:19:34 AM
Old 07-11-2001
OK sure. I know what you mean completely. I was just after an idea or two so I may use it on my server. The plan so far is to build samba on to it and develop the directory structure to match my Linux box. SCO's directory structure quite frankly is not all that logical and not that easy to track.

I was hoping that someone that works for a much bigger company would be able to give me an idea or two on what they would use to set up thier servers, or how they would set it up to fit a WANs demands. We have a reasonably good server, not as big as I think we need but it will do the job. 1GB Ram, 2 833 P III CPUS and the Adaptec Ultra 160 SSCI Card. It does a fair amount of labour but our previous guy made a huge mess in the last build. I want to be able to leave for the UK with everything running smooth and with my admin assistant ready to take up the challenge of Systems Administrator.

Mashco are so impressed they don't even want to hear the name Windows NT or 2000, we had to reboot that damned NT box every couple days and all it was doing was servering email. MY linux box which serves 50 users email, files, intranet and even an accounting package runs with a 9Gig SSCI and 128MB Ram, an AMD k6 II 500 (Only machine I could get for it). Has performed so well, Mashco will not move back on to NT at all. It has tuned itself so well to the users even I am impressed.
 

5 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

SCO TCP/IP runtime System for SCO Unix

Hi everyone i have a question for all of you. It may be basic or it may be a good one. I recently aquired a copy of "SCO TCP/IP runtime System for SCO Unix" (thats what the disks say) and for the life of me i can not get it to load. i have tried opening the disk in linux and it can not determine... (0 Replies)
Discussion started by: Cerberus
0 Replies

2. UNIX for Advanced & Expert Users

remote file copy across 2 systems (AIX and SCO)

Hello, Pls i need to copy some data from AIX Unix 4.3 to a SCO Openserve 5.0.5 using rcp command. But i keep on having permission error. WHAT IS THE SOLTION OR WHAT COMMAND CAN I USE AGAIN (4 Replies)
Discussion started by: aji
4 Replies

3. Shell Programming and Scripting

Compare specific columns between two files having different layouts

Hi, My requirement is that I need to compare two files. For example : The first file will be having 15 columns and the second file will be having just 10 columns. Example : File1 : abcd,abrd,fun,D000,$15,$236,$217,$200,$200,$200... (3 Replies)
Discussion started by: gpsridhar
3 Replies

4. Solaris

How to change raid layouts in veritas volume manager?

We have three disks under Raid 5. What should i do to make them Raid 0(striping)..... I mean how to change RAID layouts in VXVM ??? Please tell me with commands ..... Thanks in Advance. (0 Replies)
Discussion started by: vamshigvk475
0 Replies

5. SCO

SCO Development System for System V 3.2 R4.2

Hi Guys, Some time ago I get a disk for my SCO System V 3.2 R4.2 tcp 1.2.1 distribution. Now 4 Year later I am serarching the development system due to the fact that System V did not come with the C compiler. There is any change to get it ? my intention is academyc only. or anyone... (3 Replies)
Discussion started by: locovich
3 Replies
puff(1X)																  puff(1X)

NAME
puff - An X program for sight-impaired users SYNOPSIS
puff [-toolkit_option] [-option] OPTIONS
Have Puff's false server listen at a different display number. By default, Puff listens to display number 1. Set the magnification fac- tor. The magnification is constrained to be an integer greater than zero. The default is 6. Specify in milliseconds how often to update the Puff window in the absence of pointer of graphics activity. For example, to update every second, use a value of 1000. The default update rate is 500 milliseconds, or 2 Hz. An update value of zero turns off periodic updating. Specify the size of the pointer cursor block in the Puff window. The actual dimension of the block is '2 * cursorWidth * magnification'. The default cursor width is 3. The width of the view box outline is `cursorWidth + magnification'. Display a short command summary. DESCRIPTION
Puff (puff) is intended for people who need text and graphics displayed at a high magnification factor. Typically users will want both the pointer and text to be tracked as they work. Puff follows the pointer (also known as the mouse), magnifying a part of the screen under the cursor. In addition, Puff can monitor the X11 protocol of X clients and magnify the region where graphics were last drawn. By monitoring a program like xterm, Puff can follow the text cursor automatically. Puff switches focus between the pointer and graphics, depending on which was last active. In order to track the protocol of X clients, Puff sets up a false server on the machine that it is executed on. This server is, by default, at display number 1. Any X clients connecting with this false server are connected to the same X server that Puff is connected to. Puff is transparent to X clients. Puff draws a box around the location being magnified, which makes it easier to track the cursor and see where Puff is focusing its atten- tion. The view box flashes on each update. INTERFACE
Puff is controlled via the keyboard. The following keys have these actions: Change the magnification factor to 2-18, 20, 25, and 30, respectively. Toggle showing the view box. Quit Puff. This will also finish off any clients running through Puff. The following arrow key commands make it easier to scan text and graphics: Move the magnification window up by 1/4 the window height. Move the magnification window down by 1/4 the window height. Move the magnification window right by 1/4 the window width. Move the magnifica- tion window left by 1/4 the window width. Return to the point of interest. ADDITIONAL RESOURCES
The following resources apply to the Puff widget, of class puff: Set the magnification factor in the horizontal direction. The resource value must be a positive integer. Set the magnification factor in the vertical direction. The resource value must be a positive integer. Graphics and pointer activity are accumulated for delayMin milliseconds before Puff updates to avoid overwhelming the X server. To decrease Puff's impact, increase delayMin. The default value is 50 milliseconds, or 20 Hz. If the viewBox resource is nonzero, the view box will be drawn. EXAMPLES
In practice, Puff is used on the top half of the screen, with clients running on the bottom half. A sample file might read: #!/bin/csh xrdb -load $HOME/.Xdefaults xclock -geometry -10-10 & puff -geometry 1280x500+0+0 & xterm -display :1 -geometry 80x32+5-5 & twm For an example of how Puff follows the display, enter the following command after starting Puff: xclock -display :1 -u 1 CAVEATS
If run over a network, Puff can consume a good portion of an Ethernet's bandwidth. To be a good citizen, run Puff on the same workstation as the X server whenever possible. If available, Puff will use the MIT Shared Memory X server extension, which greatly improves performance. However, if terminated with extreme prejudice (that is, kill -9), the program will not have a chance to release the shared memory segments it was using. The ipcrm program can be used to free up Puff's mess. Puff will grab all Ctrl arrow-key events, depriving other clients. This obnoxious behavior should be made an option. AUTHOR
AHPCRC (Army High Performance Computing Research Center) SEE ALSO
X(1X) puff(1X)
All times are GMT -4. The time now is 09:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy