Sponsored Content
Top Forums UNIX for Dummies Questions & Answers OEM - what does this abbreviation stand for? Post 18158 by S.Vishwanath on Monday 25th of March 2002 08:23:02 AM
Old 03-25-2002
Hi

OEM Stands for ORIGINAL EQUIPMENT MANUFACTURER.

It means the company that manufactured this Equipment/Machine.

The company that manufacture's Equipments/Machines/Softwares will have to follow certain standards in the product before they reach the Public. There might be lots of laws/reasons why this should be followed. But how ever to be more simpler., it should compley with Industry Standards & should be safe enough.

Every company will have its own Rules, Regulations, Standards & Licencing Implications on the product that they manufacture & sell to the Public.

So, probably while installing new systems u will come accross this OEM being mentioned on Manuals & Installation Software., which says that u are installing a Genuine Product duly Authorized & Licenced from the Original Equipment Manufacturer.
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

No stand-by, keep on

How do you or what is the setup to keep the (server) up from shutting down? It is not server yet but it might very likely become to serve few clients. But, once I get in in the morning its off. It's Sparc, Solaris 8 and I would like to keep it running over night but once it is not attended it... (2 Replies)
Discussion started by: softarch
2 Replies

2. Solaris

OpenBoot OEM Logo

If you have a graphic display you see some sort of logo in OpenBoot immediately after a reset or when you run the banner command. With most systems, you see a spiffy multicolor logo generated by a routine on the video card. But if you have a low-rent video card you just see a plain monochrome Sun... (2 Replies)
Discussion started by: Perderabo
2 Replies

3. Shell Programming and Scripting

abbreviation vi

hi all, i want to write a script using vi editor ...the problem is given below... Set the abbreviation for “Infosys Technologies Limited” as ITL and list it. Type ITL in the insert mode and check whether the ITL is getting substituted by “Infosys Technologies Limited” ... (3 Replies)
Discussion started by: sonu_pal
3 Replies

4. UNIX for Advanced & Expert Users

what is the meaning of the nu abbreviation in vi

Does anyone know what nu stands for in vi? That is so much easier to remember then number and nonumber for line numbers. Show Line Numbers In vim Text Editor, Linux (1 Reply)
Discussion started by: cokedude
1 Replies
Authen::Simple::FTP(3pm)				User Contributed Perl Documentation				  Authen::Simple::FTP(3pm)

NAME
Authen::Simple::FTP - Simple FTP authentication SYNOPSIS
use Authen::Simple::FTP; my $ftp = Authen::Simple::FTP->new( host => 'ftp.company.com' ); if ( $ftp->authenticate( $username, $password ) ) { # successfull authentication } # or as a mod_perl Authen handler PerlModule Authen::Simple::Apache PerlModule Authen::Simple::FTP PerlSetVar AuthenSimpleFTP_host "ftp.company.com" <Location /protected> PerlAuthenHandler Authen::Simple::FTP AuthType Basic AuthName "Protected Area" Require valid-user </Location> DESCRIPTION
Authenticate against a FTP service. METHODS
* new This method takes a hash of parameters. The following options are valid: * host Connection host, can be a hostname or IP number. Defaults to "localhost". host => 'ftp.company.com' host => '10.0.0.1' * port Connection port, default to 21. port => 21 * timeout Connection timeout, defaults to 60. timeout => 60 * log Any object that supports "debug", "info", "error" and "warn". log => Log::Log4perl->get_logger('Authen::Simple::FTP') * authenticate( $username, $password ) Returns true on success and false on failure. SEE ALSO
Authen::Simple. Net::FTP. AUTHOR
Christian Hansen "ch@ngmedia.com" COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.8.8 2008-03-01 Authen::Simple::FTP(3pm)
All times are GMT -4. The time now is 09:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy