顯示具有 Rocky Linux 標籤的文章。 顯示所有文章
顯示具有 Rocky Linux 標籤的文章。 顯示所有文章

2025年7月11日 星期五

[研究]Rocky Linux 10.0安裝

[研究]Rocky Linux 10.0安裝

2025-07-11

Rocky Linux 10.0(2025年6月11日;穩定版本)

官方網站

https://rockylinux.org/zh-TW

直接下載

https://download.rockylinux.org/pub/rocky/10/isos/x86_64/Rocky-10.0-x86_64-dvd1.iso

Click 圖片可以看 100% 原始尺寸






















(完)

2025年6月9日 星期一

2023年4月2日 星期日

[研究]CentOS、 Rocky Linux各版本的年代,與其中的 Rocky Linux, httpd, php, mysql, mariadb, openssl 版本

[研究]CentOS、 Rocky Linux各版本的年代,與其中的 Rocky Linux, httpd, php, mysql, mariadb, openssl 版本

2023-04-02

下表列出了 CentOS 和 Rocky Linux 的版本歷史記錄,以及預設套件的版本。

發行版發佈時間httpd 版本php 版本mysql/mariadb 版本openssl 版本
CentOS 12004年5月1.3.274.2.23.23.580.9.6b
CentOS 22004年11月2.0.464.3.23.23.580.9.7a
CentOS 32004年12月2.0.524.3.93.23.580.9.7a
CentOS 42005年3月2.0.524.3.94.1.120.9.7a
CentOS 52007年4月2.2.35.1.65.0.770.9.8b
CentOS 62011年7月2.2.155.3.35.1.731.0.0
CentOS 72014年7月2.4.65.4.165.5.56/mariadb 5.5.561.0.1e
CentOS 82019年9月2.4.377.2.118.0.17/mariadb 10.3.171.1.1c
Rocky Linux 82021年6月2.4.377.3.278.0.26/mariadb 10.3.281.1.1k
CentOS Stream 92.4.518.0.138.0.28/mariadb 10.5.133.0.1
Rocky Linux 92022-07-142.4.518.0.138.0.28/mariadb 10.5.133.0.1

(完)

2022年11月20日 星期日

[研究]CentOS, Rock Linux, Ubuntu 查作業系統安裝時間

[研究]CentOS, Rock Linux, Ubuntu 查作業系統安裝時間

2022-11-20

沒有100%絕對可靠的方式。

用bin帳號建立時間查,不同的 Linux 發行版本安裝時處理 bin, daemon 方式不同,可能從光碟拷貝,可能用自動創建,此種檢驗方式適合後者。

(CentOS 6.10上測試,passwd -S bin 疑似對 CentOS 不夠準)

[root@localhost ~]# passwd -S bin
bin LK 2010-11-11 0 99999 7 -1 (其它驗證格式正使用中。)
[root@localhost ~]#

CentOS , RedHat 適合方式 (CentOS 6.10上測試,因為根目錄在安裝時建立,較可靠,除非系統出事,重新修復過)

[root@localhost ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root
                      192G   49G  134G  27% /
tmpfs                 1.9G   14M  1.9G   1% /dev/shm
/dev/sda1             477M  154M  299M  34% /boot

[root@localhost ~]# tune2fs -l /dev/mapper/VolGroup-lv_root | grep "Filesystem created"
Filesystem created:       Mon Jul 11 17:34:49 2011
[root@localhost ~]#

CentOS , RedHat 適合方式 (CentOS 6.10上測試,疑似對 CentOS 不夠準)

[root@localhost ~]# rpm -qa|grep basesystem
basesystem-10.0-4.el6.noarch

[root@localhost ~]# rpm -qi basesystem-10.0-4.el6.noarch
Name        : basesystem                   Relocations: (not relocatable)
Version     : 10.0                              Vendor: CentOS
Release     : 4.el6                         Build Date: 西元2010年11月11日 (週四) 09時12分57秒
Install Date: 西元2011年07月11日 (週一) 17時47分09秒      Build Host: c5b2.bsys.dev.centos.org
Group       : System Environment/Base       Source RPM: basesystem-10.0-4.el6.src.rpm
Size        : 0                                License: Public Domain
Signature   : RSA/8, 西元2011年07月03日 (週日) 12時00分48秒, Key ID 0946fca2c105b9de
Packager    : CentOS BuildSystem <http://bugs.centos.org>
Summary     : The skeleton package which defines a simple Red Hat Enterprise Linux system
Description :
Basesystem defines the components of a basic Red Hat Enterprise Linux
system (for example, the package installation order to use during
bootstrapping). Basesystem should be in every installation of a system,
and it should never be removed.
[root@localhost ~]# 

或 (CentOS 6.10上測試,疑似對 CentOS 不夠準)

[root@localhost ~]# rpm -qi basesystem
Name        : basesystem                   Relocations: (not relocatable)
Version     : 10.0                              Vendor: CentOS
Release     : 4.el6                         Build Date: 西元2010年11月11日 (週四) 09時12分57秒
Install Date: 西元2011年07月11日 (週一) 17時47分09秒      Build Host: c5b2.bsys.dev.centos.org
Group       : System Environment/Base       Source RPM: basesystem-10.0-4.el6.src.rpm
Size        : 0                                License: Public Domain
Signature   : RSA/8, 西元2011年07月03日 (週日) 12時00分48秒, Key ID 0946fca2c105b9de
Packager    : CentOS BuildSystem <http://bugs.centos.org>
Summary     : The skeleton package which defines a simple Red Hat Enterprise Linux system
Description :
Basesystem defines the components of a basic Red Hat Enterprise Linux
system (for example, the package installation order to use during
bootstrapping). Basesystem should be in every installation of a system,
and it should never be removed.
[root@localhost ~]#


 (CentOS 6.10上測試,如果系統曾出問題,此目錄可能更新,也未必可靠;進目錄建立一個檔案再測試就知道了)

[root@localhost ~]# ls -ld /lost+found
drwx------. 2 root root 16384 2011-07-11 17:34 /lost+found
[root@localhost ~]#

Ubnutu / Debian (Ubuntu 220.10 上測試) 

ser1@ubuntu2210:~$ grep "install " /var/log/dpkg.log | more
2022-10-20 07:06:53 install base-passwd:amd64 <none> 3.6.0
2022-10-20 07:06:53 install base-files:amd64 <none> 12.2ubuntu3

(完)


2022年10月25日 星期二

[研究]顯示版本資訊 (Rocky Linux 9)

[研究]顯示版本資訊 (Rocky Linux 9)

2022-10-25

Rocky Linux 是類似 CentOS 的 Linux

[root@localhost ~]# hostnamectl
   Static hostname: n/a
Transient hostname: localhost
         Icon name: computer-vm
           Chassis: vm 🖴
        Machine ID: 87ed43b38b2244be98aab17347a68e98
           Boot ID: f7e99b6659484b7f8ec917529406fa99
    Virtualization: vmware
  Operating System: Rocky Linux 9.0 (Blue Onyx)
       CPE OS Name: cpe:/o:rocky:rocky:9::baseos
            Kernel: Linux 5.14.0-70.17.1.el9_0.x86_64   
      Architecture: x86-64
   Hardware Vendor: VMware, Inc.
    Hardware Model: VMware7,1

[root@localhost ~]# cat /etc/rocky-release
Rocky Linux release 9.0 (Blue Onyx)
[root@localhost ~]# cat /etc/os-release
NAME="Rocky Linux"
VERSION="9.0 (Blue Onyx)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.0"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Rocky Linux 9.0 (Blue Onyx)"
ANSI_COLOR="0;32"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:rocky:rocky:9::baseos"
HOME_URL="https://rockylinux.org/"
BUG_REPORT_URL="https://bugs.rockylinux.org/"
ROCKY_SUPPORT_PRODUCT="Rocky-Linux-9"
ROCKY_SUPPORT_PRODUCT_VERSION="9.0"
REDHAT_SUPPORT_PRODUCT="Rocky Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.0"

[root@localhost ~]# uname -r
5.14.0-70.17.1.el9_0.x86_64
[root@localhost ~]# uname



(完)


2022年7月20日 星期三

[研究] Rocky Linux 9.0安裝記

[研究] Rocky Linux 9.0安裝記

2022-07-20
2022-10-14、2023-06-16 更新

********************************************************************************

2023-06-16 補

Rocky Linux 預設最大的磁碟空間給 /home 目錄,但 Splunk 軟體是安裝於 /opt 目錄,而 /opt 掛載於 / 根目錄,建議如果此台 Rocky Linux 要安裝 Spunk Server,最好給 / 根目錄較大空間,或全部分割給 / 根目錄。

********************************************************************************

Rocky Linux - 維基百科,自由的百科全書
https://zh.wikipedia.org/zh-tw/Rocky_Linux
2020年12月8日,紅帽公司宣布,他們將停止開發CentOS,而在此之前CentOS一直作為紅帽企業Linux的生產型分支及下游版本,此後他們將轉而開發該作業系統的一個更新的上游開發變種,即 「CentOS Stream」。為此,CentOS的創始人Gregory Kurtzer宣布,他將重新啟動一個專案,以實現CentOS的原始目標。該名字來源於CentOS早期的聯合創始人Rocky McGaugh。

Rocky Linux 首個正式版本釋出於2021年6月21日。Rocky Linux 8將提供支援至2029年5月。

官方網站
https://rockylinux.org/

9.0版於2022-07-14釋出。Rocky-9.0-x86_64-dvd.iso ,7.87 GB (8,459,190,272 位元組)。

2022-10-14 下載到 Rocky-9.0-20220808.0-x86_64-dvd.iso,7.88 GB (8,463,908,864 位元組),Planned EOL: May 31 2032。

Rocky Linux不難安裝,只是個記錄。

********************************************************************************

補充:

根據敝人實際測試,用繁體中文介面安裝後,GUI 介面都是繁體中文,但 terminal 終端機中預設的輸入法仍是維持英文。其實安裝時,介面是中文或英文敝人沒太在乎,預設輸入法則希望是英文。


********************************************************************************

開始安裝






















(下圖) Rocky-9.0-x86_64-dvd.iso

(下圖) Rocky-9.0-20220808.0-x86_64-dvd.iso測試得到的版本,和前者相同或相近。

(完)

相關

[研究] Rocky Linux 9.0安裝記
https://shaurong.blogspot.com/2022/07/rocky-linux-90.html

[研究] Rocky Linux 8.6安裝記
https://shaurong.blogspot.com/2022/06/rocky-linux-86.html

[研究] CentOS Stream 9 Linux 安裝記
https://shaurong.blogspot.com/2022/05/centos-stream-9-linux.html

[研究] CentOS Stream 8 Linux 安裝記
https://shaurong.blogspot.com/2022/05/centos-stream-8-linux.html

[研究] Ubuntu 22.10 LTS Desktop Linux 安裝
https://shaurong.blogspot.com/2022/05/ubuntu-2210-lts-desktop-linux.html

[研究] Fedora 36 Workstation Linux 安裝
https://shaurong.blogspot.com/2022/05/fedora-36-workstation-linux.html

[研究] CentOS 8.5 (2111) Linux 安裝記
https://shaurong.blogspot.com/2021/11/centos-85-2111-linux.html