Which is the most stable version in RHEL 5 series.?


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Which is the most stable version in RHEL 5 series.?
Prev   Next
# 1  
Old 04-08-2013
RedHat Which is the most stable version in RHEL 5 series.?

hi,

Which is the most stable version in RHEL 5 series ?

since i'm learning EL 6, it has some bug such as created partitions will be enabled after a reboot. so i like to start my learning from EL 5 series for practice.

thanks in advance.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Cybersecurity

Rpm for BIND 9 version 9.9.7-P2 (fix CVE-2015-5477) rhel

Hello, I have a RedHat machine (version 5.11) and i need to install BIND version version 9.9.7-P2 in order to fix a known BIND vulnerability CVE-2015-5477. I downloaded the tar file from isc website but i am having trouble to install the file. Does anybody knows a link for the rpm package of... (0 Replies)
Discussion started by: omonoiatis9
0 Replies

2. Red Hat

Unregistered version RHEL...

Hi everyone, I am working a contract and the customer has not registered there RHEL 5 servers. They have a cluster of servers and it would seem that they all stop logging in messages @ appox 15:50 and then start logging again at 4:04 am. Is this a normal thing for non-registered? Lee (3 Replies)
Discussion started by: Lee Dunsmoor
3 Replies

3. Red Hat

RHEL 7 and GNOME version

Does anyone know if final RHEL 7 is going to have GNOME 2 or 3? Anyone try the beta yet? (1 Reply)
Discussion started by: Synbios
1 Replies

4. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

5. Red Hat

How to check the running snmp version in Rhel?

Hi, Please help me to understand how to check which snmp vesion(1, 2, 3) is configured on my rhel5 server. Regards, Aravind :) (2 Replies)
Discussion started by: arumon
2 Replies

6. Red Hat

Installing the correct version of RHEL 5 Advanced Platform.

Dear Linux Gurus and RedHat Experts, I am about to install RHEL 5 Advanced Platform x86-64 on a high end machine with 4 sockets of CPU. However, I only have the subscription number from RedHat and can log on into rhn.redhat.com. However there are only one version ISO image per CPU... (0 Replies)
Discussion started by: Zepiroth
0 Replies
Login or Register to Ask a Question
Chart::Clicker::Data::Series::HighLow(3pm)		User Contributed Perl Documentation		Chart::Clicker::Data::Series::HighLow(3pm)

NAME
Chart::Clicker::Data::Series::HighLow - Series data with additional attributes for High-Low charts VERSION
version 2.83 SYNOPSIS
use Chart::Clicker::Data::Series::HighLow; my @keys = (); my @values = (); my @highs = (); my @lows = (); my @opens = (); my $series = Chart::Clicker::Data::Series::HighLow->new({ keys => @keys, values => @values, highs => @highs, lows => @lows, opens => @opens }); DESCRIPTION
Chart::Clicker::Data::Series::HighLow is an extension of the Series class that provides storage for a three new variables called for use with the CandleStick renderer. The general idea is: --- <-- High | | - <-- max of Open, Value | | | | - <-- min of Open, Value | | --- <-- Low ATTRIBUTES
highs Set/Get the highs for this series. lows Set/Get the lows for this series. opens Set/Get the opens for this series. METHODS
add_to_highs Adds a high to this series. get_high ($index) Get a high by it's index. high_count Gets the count of sizes in this series. add_to_lows Adds a high to this series. get_low ($index) Get a low by it's index. low_count Gets the count of lows in this series. add_to_opens Adds an open to this series. get_open Get an open by it's index. open_count Gets the count of opens in this series. AUTHOR
Cory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Cold Hard Code, LLC. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-22 Chart::Clicker::Data::Series::HighLow(3pm)