有 192 筆資料符合您搜尋的條件

Lexaul
2026-08-04, 15:45
版面: Zimbra
主題: [Zimbra] 使用fail2ban避免暴力登入Web和SMTP
回覆: 0
觀看: 61

[Zimbra] 使用fail2ban避免暴力登入Web和SMTP

網址 https://blog.zimbra.com/2022/08/configuring-fail2ban-on-zimbra/

1. 設定白名單(local IP)
sudo -u zimbra -
zmprov mcf +zimbraMailTrustedIP 127.0.0.1 +zimbraMailTrustedIP {IP of Server}
zmcontrol restart

2. 安裝 fail2ban
apt-get update
apt-get install fail2ban -y

3. 設定f2b白名單

#nano /etc/fail2ban/jail ...
Lexaul
2026-06-17, 15:50
版面: Network
主題: [Graylog 7.0] 首次登入Web Interface 密碼問題
回覆: 0
觀看: 199

[Graylog 7.0] 首次登入Web Interface 密碼問題

[問題]
首次安裝完Graylog 7.0後出現登入畫面但不管輸入預設的admin/admin或到server.conf更改密碼後仍無法登入
[解答]
Graylog 7.0 首次登入稱為PreflightLogin, 帳號及密碼顯示在/var/log/graylog-server/server.log內。
請到該檔案找到首次登入的密碼

連結:https://go2docs.graylog.org/7-0/setting ... lightLogin
Lexaul
2023-09-05, 11:31
版面: Windows
主題: [Windows] 使用登錄編輯程式延長暫停更新的時間
回覆: 0
觀看: 6910

[Windows] 使用登錄編輯程式延長暫停更新的時間

參考資料:https://free.com.tw/windows-update-max-pause-days/

STEP 1
開啟執行(快捷鍵 Win + R)後輸入 regedit 啟動登錄編輯程式。
STEP 2
從左側依序「電腦 \ HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ WindowsUpdate \ UX \ Settings」找到相關路徑,在右側空白處按下滑鼠右鍵新增數值。
STEP 3
點選右鍵後選擇「新增」、「DWORD(32-位元)值」,輸入數值名稱「FlightSettingsMaxPauseDays ...
Lexaul
2023-08-18, 10:46
版面: Server
主題: [Storage] 替新硬碟建分區並掛載
回覆: 0
觀看: 5730

[Storage] 替新硬碟建分區並掛載

https://phoenixnap.com/kb/linux-create-partition

Create The Partition
Option 1: Partition a Disk Using parted Command
Step 1: List Partitions
sudo parted -l

Step 2: Open Storage Disk
sudo parted /dev/sdb
select /dev/sdb
Step 3: Make a Partition Table
mklabel gpt
Step 4: Check Table ...
Lexaul
2023-05-02, 15:12
版面: Server
主題: [DIMM] 如何從log中判斷DIMM異常
回覆: 0
觀看: 5647

[DIMM] 如何從log中判斷DIMM異常

https://s905060.gitbooks.io/site-reliability-engineer-handbook/content/how_to_identify_defective_dimm_from_edac_error_on_.html

How to identify defective DIMM from EDAC error on Linux
DIMM error is rare, but sometime still happens. It's easy to identify them if they are completely dead, however, if ...
Lexaul
2023-03-21, 17:27
版面: Server
主題: [Storage] Storcli
回覆: 0
觀看: 5682

[Storage] Storcli

Broadcom Raid card工具
使用此工具撈raid card上的log以及status
1. 下載
https://www.broadcom.com/support/download-search?pg=&pf=&pn=&pa=&po=&dk=storcli&pl=&l=false
Latest MR7.4載點
https://docs.broadcom.com/docs/1232743081
安裝說明
https://docs.broadcom.com/docs/1232743064

2. 下載、解壓縮後選擇對應系統檔案執行or安裝
3. 常用指令(使用系統管理員/root權限 ...
Lexaul
2023-02-24, 17:08
版面: Network
主題: [PTP] 時脈校準
回覆: 0
觀看: 6314

[PTP] 時脈校準

PTP testing
Lexaul
2023-02-24, 15:42
版面: Network
主題: [iPerf] 介紹與教學
回覆: 0
觀看: 5160

[iPerf] 介紹與教學

官網
https://software.es.net/iperf/index.html#
下載
https://iperf.fr/iperf-download.php
教學(Ubuntu)
https://lindevs.com/install-iperf-on-ubuntu

Configure network settings:
1. Connect two systems (E.g., target and laptop) by directly plugging a cable between them.
2. Ensure that both systems are on the ...