本例為ubuntu系統腳本依賴python,系統需先安裝python #apt install softwar…
All posts in Linux
ssl/tls 測試腳本 testssl.sh
從github下載testssl.sh後,部屬後即可針對網址測試SSL/TLS相關資訊 Centos安裝git…
Docker版 ddns服務 – ddclient
本範例以域名代管在Cloudflare的方式,且使用cf api方式搭配 linuxserver/ddclie…
ddclient 自架DDNS服務
本LAB以Cloudflare api key方式進行設定系統 Ubuntu 22.04.5 LTS 請先備妥…
CentOS7 停止維護後的續命
在CentOS7的生命週期結束後,官方源隨即停止使用 yum指令已不能正常執行 該改使用vpnforgame的…
iRedMail 安裝詳紀錄(with Ubuntu)
iRedMail 官方下載頁 https://www.iredmail.org/download.html 官…
CentOS7 升級 openssl 1.1.1g
由於Centos7預載openssl版本屬於低版本,tls1.3不支持使用 故以下實例為替Centos7升級o…
CentOS7 調整防火牆改為iptables
關閉firewalld開機自動啟動 # systemctl stop firewalld # systemct…
Linux Screen 多工作階段
當在使用Linux時,部分工作/服務執行後會直接佔據工作階段※例如top 安裝screen套件可實現多工作階段…
CentOS 靜態路由
Centos7如下 列出路由 #ip route show 新增靜態路由 #ip route add 192.…