偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

簡單講述使用RHEL合法

系統(tǒng) Linux
使用RHEL合法讓很多人都很困擾,RHEL的版權(quán)由GPL軟件版權(quán)和Red Hat自有版權(quán)兩部分組成,現(xiàn)在對這個問題我們進(jìn)行了詳細(xì)的解釋。

經(jīng)常會有網(wǎng)友在論壇中提出問題“這樣使用RHEL合法嗎?”這樣的問題,在這里筆者對使用RHEL合法進(jìn)行一下介紹。

RHEL 的版權(quán)由 GPL 軟件版權(quán)和 Red Hat 自有版權(quán)兩部分組成,而由于 GPL 許可證具有傳染性,故所有基于 GPL 開發(fā)的軟件都要符合 GPL 條款,因此 Red Hat 自有版權(quán)部分在 RHEL 中只占很少的部分,只需刪除所有 Red Hat Network Code 即可完全自由使用RHEL。這在 RHEL Subscriptions Renewal FAQs 里說得很清楚:

If I don't renew, can I continue to use the software? Yes, under the General Public License (GP), you may use the software and maintain your own custom version of Linux.

However, you will not have access to:Technical support from Red Hat.Security or software updates via Red Hat Network. You will have to find updates from alternative resources that provide reliable, secure downloads.Support from certified hardware suppliers or software vendors like Oracle for applications running on an expired Red Hat Enterprise Linux subscription.

Coverage from the Red Hat Open Source Assurance program, featuring an Intellectual Property Warranty for Red Hat Enterprise Linux customers. Red Hat designed the program to protect customers using open source solutions.

Please note that when your subscription expires you will still be bound by the terms and conditions of the End User License Agreement and will have to remove all copies of Red
Hat Network Code.

Red Hat 的營利模式是 Subscription Business Model,即通過向用戶出售技術(shù)服務(wù),獲取相應(yīng)年費營利.其 Subscription 內(nèi)容主要包括 phone support、web support 和 unlimited incidents。如果你的技術(shù)能力足以自我 Support,又何必購買如此昂貴的 Support 呢?

這樣使用 RHEL 合法。其實 Oracle 所謂的 Unbreakable Enterprise Linux 就是把 RHEL 改頭換面,再低價出售 Compatiable Subscription,詳見:
http://en.wikipedia.org/wiki/Oracle_Enterprise_Linux

當(dāng) 然,Red Hat 為 Linux 的發(fā)展付出了巨大的努力,他們提供的 Red Hat Enterprise Linux 系列較之同類產(chǎn)品,無論在功能還是性能方面都有極大的提升(相對于 Fedora 9 和 Ubuntu Server 的測試結(jié)果可以看出)。我們應(yīng)該如何回饋 Red Hat,促使其繼續(xù)保持對開源軟件的巨大熱情,進(jìn)一步推動 RHEL 又好又快發(fā)展,這是大家都需要考慮的問題(歡迎購買 Red Hat 相關(guān)產(chǎn)品、服務(wù),參加 RHCE/RHCA 認(rèn)證培訓(xùn)和考試)。

最后,向各位擔(dān)心法律問題的朋友,奉上許可證檢查腳本: CheckLicense.sh

#!/bin/bash
# Author: hutuworm (http://hutuworm.blogspot.com)
# RELEASED UNDER GPLv2.
for PACKAGE in `rpm -qa`
do
NOTICE=`rpm -qi $PACKAGE | grep License | grep -iE 'red ?hat'`
if [ ! "$NOTICE" = "" ]
then
echo $PACKAGE ":" $NOTICE ;
fi
done

在裝有 RHEL 的服務(wù)器上執(zhí)行:
# sh CheckLicense.sh
redhat-logos-1.1.14.3-1 : Size : 993129 License: Copyright ?1999-2002 Red Hat, Inc. All rights reserved.
anaconda-images-9.1-3.RHEL : Size : 5363878 License: Copyright ?2003 Red Hat, Inc. All rights reserved.
anaconda-product-3-1AS : Size : 75111 License: Copyright 2003 Red Hat, Inc. All rights reserved.

那么只需要把 redhat-logos-1.1.14.3-1、anaconda-images-9.1-3.RHEL、anaconda-product-3-1AS 這三個 rpm 包用 rpm -e 命令從系統(tǒng)中移除,即可高枕無憂。

通過本文對RHEL文件合法的簡單描述,希望大家對使用RHEL合法有了更多的了解。

 

【編輯推薦】

  1. 設(shè)置ORACLE11g隨RHEL5自動啟動與關(guān)閉
  2. RHEL引導(dǎo)故障解決過程詳解
  3. RHEL配置NIS網(wǎng)絡(luò)信息服務(wù)實例(1)
  4. 問題解析:這樣使用RHEL是否合法
  5. RHEL5下vi語法高亮的問題
責(zé)任編輯:趙杰 來源: 91now
相關(guān)推薦

2009-10-10 10:04:50

RHEL合法使用

2009-09-03 15:33:13

RHEL紅帽linux

2009-09-25 10:00:47

Hibernate映射

2009-09-24 10:06:42

Hibernate實例

2009-09-28 10:14:08

Hibernate基礎(chǔ)

2009-09-25 13:39:40

Hibernate屬性

2009-10-16 13:26:53

VB.NET Exce

2009-12-18 15:28:19

Linux內(nèi)核

2010-03-18 11:13:42

2009-10-19 08:55:22

VB.NET多重繼承

2009-10-15 11:11:08

VB.NET Text

2010-03-19 16:25:12

云計算

2009-10-15 16:39:00

VB.NET讀取INI

2010-05-28 18:37:11

MySQL管理

2010-03-18 17:29:21

2009-12-18 17:53:45

Linux Apach

2009-12-23 13:33:23

Fedora 8設(shè)備驅(qū)

2009-10-21 18:28:48

VB.NET表間拖放

2009-10-14 17:08:44

VB.NET使用Fil

2009-10-21 09:03:23

VB.NET Web
點贊
收藏

51CTO技術(shù)棧公眾號