Red Flag Linux Olympic Edition fails to medal


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Red Flag Linux Olympic Edition fails to medal
# 1  
Old 09-11-2008
Red Flag Linux Olympic Edition fails to medal

09-11-2008 08:00 AM
Red Flag is China's biggest Linux supplier. The Red Flag Linux distribution is based on Red Hat Linux. Red Flag recently announced the release of a beta edition of Red Flag Linux 7, called "Olympic Edition." While it contains the expected bugs of a beta system, it also gives us an opportunity to preview the next release of Red Flag. What I saw didn't blow me away.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Fedora

Which is the better platform to learn UNIX/Linux (Kali Linux Vs. Red Hat or other)?

I just started a new semester and I started my UNIX class yesterday. I've already decided to use python along with my learning process but what I really want to use with it is Kali as my UNIX/Linux platform to learn off of since I already wanted to learn Cyber Sec. anyways. I just wanted to know if... (12 Replies)
Discussion started by: ApacheOmega
12 Replies

2. Fedora

Redhat Linux Enterprise edition 6.4

Hi, please can any one tell me where can i download redhat linux 6.4 for training purpose? thanks & Regards (1 Reply)
Discussion started by: younusdba
1 Replies

3. Red Hat

How can I get Red Hat Desktop edition?

Is there any way to install Red Hat Linux any version without purchasing? If yes, Please help me. I know Fedora is alternative way of Free Linux. But I am more interested to install Red Hat Linux for Personal Use. If anyone really knows about this... Please Please Please help. ... (1 Reply)
Discussion started by: sagarsbhandare
1 Replies

4. Ubuntu

linux ultimate edition upgrading!!

How can I upgrade my ultimate edition from 9.0 to 11.4 without re-installation? (1 Reply)
Discussion started by: Msoviet
1 Replies

5. UNIX for Dummies Questions & Answers

install command flag Linux/Unix issue

Hi all, I was trying to install from source USB_ModeSwitch on my Mac. I have always had success with the basic ./configure, make, make install commands in terminal so don't know how, why or what. The issue I came across is that the makefile.conf uses the -D flag while installing and on UNIX... (0 Replies)
Discussion started by: jprokos
0 Replies

6. Ubuntu

[UBUNTU] mount.nfs fails in Ubuntu / Works on Red Hat!!!

Gurus, I want log in locally to my Lucid (10.04) workstation and have my code saved over the network on my samba account At work, all developers have samba user ids and when we were running Red Hat, we went thru the following procedure to get setup. * open a shell session to NFS server... (2 Replies)
Discussion started by: alan
2 Replies

7. Red Hat

Installation of Red Hat enterprise edition?

HI All I am new to lunix operating system.I Wnt to move to Lunix.So would u pepole please tell me the documentatiion for installation os lunix on my personal computer Thamnks&Regards, I.venu. (1 Reply)
Discussion started by: infovenu231
1 Replies

8. UNIX for Dummies Questions & Answers

Slackware's Linux 3.0 VS Red Hat Linux 7.x

Hello guys, I got overzealous (I Think). I got the book Linux Unleashed that comes with the Slackware 3.0 Version of Linux for $2.00.I also have Red Hat Linux 7.2 (No book, just the OS).What I wanted to know was,other than the bells and whistles of Red Hat is there any significant difference... (2 Replies)
Discussion started by: perrylx
2 Replies
Login or Register to Ask a Question
RHN_CHECK(8)							  Red Hat Network						      RHN_CHECK(8)

NAME
rhn_check - check for queued actions on RHN and execute them SYNOPSIS
/usr/sbin/rhn_check [-v] [--verbose] DESCRIPTION
rhn_check is a client program that connects to the Red Hat Network backend servers and retrieves information associated with the queued actions for this particular system. This script reads the digital server ID from /etc/sysconfig/rhn/systemid and uses that to identify the machine to the Red Hat Network. Upon successfull authentication, rhn_check will start processing the queued actions sequentially. ACTION TYPES
The following types of actions are currently processed by rhn_check: action type description () () refresh This action will refresh the hardware or software profiles of this machine with Red Hat Network. This fucntion is called as refresh(hardware) or refresh(rpmlist) new_systemid This action is used by the RHn Backend to update the Digital system ID of this machine with a new one. update_packages This action will trigger rhn_check into running a package update for a list of packages queued from the Red Hat Network. rhn_check will use modules from the up2date client to download the packages, solve dependencies and install the on the system. FILES
/etc/sysconfig/rhn/systemid The digital server ID for this machine if the system has been registered onto Red Hat Network. This file does not exist otherwise. /var/spool/up2date This directory is used by up2date to store package headers and RPM packages downloaded from Red Hat Network SEE ALSO
man pages for up2date(8) and rhnsd(8). AUTHORS
Cristian Gafton <gafton@redhat.com> Preston Brown <pbrown@redhat.com> ()