添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
VirtualBox 安裝 macOS Mojave
二、八、十與十六進位 (數字系統) 轉換教學
PHP 單檔案上傳、多檔案上傳教學範例
Eclipse 下載安裝與使用教學 for Java
AJAX JavaScript 與 jQuery 教學範例 for PHP
AlmaLinux OS 9 yum/dnf 安裝 PHP 指定或最新版本
Linux Shell script 目錄名稱為日期,自動刪除指定日期點前的目錄 Log
Linux Shell script 檢查磁碟空間並自動寄發 Email 郵件通知警告
Laravel 11 Sanctum JWT API 認證建置教學
AlmaLinux 9 伺服器作業系統安裝和設定
[nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ gpgcheck=0 enabled=1 module_hotfixes=true # 最新版 [nginx-mainline] name=nginx mainline repo baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/ gpgcheck=0 enabled=0 module_hotfixes=true

切換使用 nginx-stable 穩定版:

yum-config-manager --enable nginx-stable

查看欲安裝的 NGINX 版本資訊:

 yum info nginx
上次中介資料過期檢查:0:07:49 以前,時間點為西元2020年04月05日 (週日) 11時17分11秒。
可用的軟體包
Name         : nginx
Epoch        : 1
Version      : 1.16.1
發行版       : 1.el8.ngx
Architecture : x86_64
Size         : 797 k
來源         : nginx-1.16.1-1.el8.ngx.src.rpm
Repository   : nginx-stable
Summary      : High performance web server
URL          : http://nginx.org/
授權         : 2-clause BSD-like license
Description  : nginx [engine x] is an HTTP and reverse proxy server, as well as
             : a mail proxy server.

安裝 NGINX:

yum install nginx -y

查看安裝的 NGINX 版本:

nginx -v
nginx version: nginx/1.16.1