Sponsored Content
Full Discussion: SuSE comparision
Operating Systems Linux SuSE SuSE comparision Post 62160 by Neo on Saturday 12th of February 2005 12:36:55 AM
Old 02-12-2005
1U Sun Fire V60x dual Xeon server

Not to belabor this point, but here is a link to a great 1U Sun Fire V60x dual Xeon server:

http://www.sun.com/servers/entry/v60x/

Note that in the description, quoted below, Sun specifies all "standard linux distributions" ...

Quote:
Specifications

Processor : Single or dual 2.8-GHz/3.06-GHz/3.2-GHz Intel Xeon processor (533-MHz FSB)
Main Memory : Up to 6 GB of registered DDR-266 ECC SDRAM
Network : Dual 10/100/1000-Mbps Base-T Ethernet ports
Video : Integrated ATI Rage XL video controller
Internal disk : Up to three 3.5-in. x 1.0-in. 36-GB or 73-GB 10K RPM drives available
Operating System :
Standard Linux distributions or
Solaris 9 8/03 Operating System, x86 Platform Edition or
Red Hat Enterprise Linux or
SuSE Enterprise Linux Server or
Microsoft Windows 2000 (WHQL-certified) (customer-provided) or
Microsoft Windows Server 2003 (WHQL-certified) (customer-provided)
PS: I am considering upgrading this site to a Sun Fire V60x, if I can snag one on the net at a bargain Smilie
 
Linux::Distribution::Packages(3pm)			User Contributed Perl Documentation			Linux::Distribution::Packages(3pm)

NAME
Linux::Distribution::Packages - list all packages on various Linux distributions SYNOPSIS
use Linux::Distribution::Packages qw(distribution_packages distribution_write); $linux = new Linux::Distribution::Packages({'format' => 'csv', 'output_file' => 'packages.csv'}); $linux->distribution_write(); # Or you can (re)set the options when you write. $linux->distribution_write({'format' => 'xml', 'output_file' => 'packages.xml'}); # If you want to reload the package data $linux->distribution_packages(); DESCRIPTION
This is a simple module that uses Linux::Distribution to guess the linux distribution and then uses the correct commands to list all the packages on the system and then output them in one of three formats: native, csv, and xml. Distributions currently working: debian, ubuntu, fedora, redhat, suse, gentoo, slackware, redflag. The module inherits from Linux::Distribution, so can also use its calls. EXPORT None by default. TODO
* Add the capability to correctly get packages for all recognized distributions. * Seperate out parsing from writing. Parse data to hash and give access to hash. Then write the formatted data from the hash. AUTHORS
Judith Lebzelter, <judith@osdl.org> Alberto Re, <alberto@accidia.net> COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available. perl v5.10.1 2006-04-19 Linux::Distribution::Packages(3pm)
All times are GMT -4. The time now is 09:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy