RHEL – Web Console
測試環境 CentOS9 Stream (虛擬機) 看到 RHEL 有介紹新的系統監控介面 RHEL web console – https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/m […]
測試環境 CentOS9 Stream (虛擬機) 看到 RHEL 有介紹新的系統監控介面 RHEL web console – https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/m […]
測試環境 CentOS 9 Stream (虛擬機) 如果需要用於常連線的 SSH Server ,我們可以設定基於 Public / Prive Key 的驗證來實現免密碼的登入方式. SSH Client IP: 192.168.31.133 SSH Server IP: 192.168.31. […]
測試環境 CentOS 8 (虛擬機) 這邊來使用一下 SQL UPDATE 的語法 先建立一個資料庫 (sbtest) , 與 tables (employee) 格式為 NName VARCHAR(20), Dept VARCHAR(20), jobTitle VARCHAR(20) 各 20 […]
上傳到 GitLab 的程式有辦法自行進行測試嗎? 可以透過 CI/CD 的功能. 我們須編輯 .gitlab-ci.yml 檔案來指定整個流程 下面的範例使用 Windows 當作 Runner , 須先建立好 Gitlab Runner – Windows shell ( PowerShell) […]
上傳到 GitLab 的程式有辦法自行進行測試嗎? 可以透過 CI/CD的功能. 我們須編輯 .gitlab-ci.yml 檔案來指定整個流程 下面的範例使用 Windows 當作 Runner , 須先建立好 Gitlab Runner – Windows shell ( PowerShell) […]
上傳到 GitLab 的程式有辦法自行進行測試嗎? 可以透過 CI/CD 的功能. 我們須編輯 .gitlab-ci.yml 檔案來指定整個流程 下面的範例使用 Windows 當作 Runner , 須先建立好 Gitlab Runner – Windows shell ( PowerShell) […]
上傳到 GitLab 的程式有辦法自行進行測試嗎? 可以透過 CI/CD 的功能. 我們須編輯 .gitlab-ci.yml 檔案來指定整個流程 下面的範例使用 Windows 當作 Runner , 須先建立好 Gitlab Runner – Windows shell ( PowerShell) […]
安裝與設定遇過的問題 如果遇到網頁無法開啟,或是顯示錯誤訊息,可以透過以下方式檢視 GitLab 的日誌. EXTERNAL_URL 設定錯誤會讓網頁無法開啟,可以透過修改設定檔. 執行前須注意 要把預設密碼儲存起來 ,密碼檔 /etc/gitlab/initial_root_password 將在 […]
測試環境 Windows 10 ( 虛擬機 ) 這邊主要是透過 VSCode ( Visual Studio Code ) 去下載 GitLab (內部建立的) 上的 Project , 之後編輯可上傳 (Commit & push) 回去.需準備以下工作. 下載 git 套件 Windo […]
測試環境 Ubuntu 22.04 Desktop ( 虛擬機 ) Git 的主要幾個指令可以參考 https://zh.m.wikibooks.org/zh/File:Git_data_flow_simplified.svg 的說明. 安裝 git . 從 Linux Local 端建立新 Pro […]