tshark 基本操作 Posted on 2021-10-23 Edited on 2025-05-20 In Tool Word count in article: 362 Reading time ≈ 1 mins. 安裝 Wireshark tshark 是 Wireshark 的命令行界面,因此需安裝 Wireshark 1scoop install extras/wireshark 安裝完成後,移動至 Wireshark 安裝目錄下點擊 npcap-installer.exe 進行 npcap 安裝 Read more »
網頁自訂字型 Posted on 2021-10-23 Edited on 2025-05-20 In HTML Word count in article: 87 Reading time ≈ 1 mins. 產生字型檔 WOFF2 檔為壓縮後的檔案,通常會有更快的加載速度,可參考這篇 FontForgeTransfer ,產生網頁字型 WOFF2 檔 Read more »
使用 Python Script 進行 FontForge 字型檔轉換 Posted on 2021-10-23 Edited on 2025-05-20 In Python Word count in article: 211 Reading time ≈ 1 mins. 建立 font.py 檔案 使用 python 操作 fontforge 轉換字型檔 Read more »
使用 Linux 檔案列表建立 Jenkins 下拉選單 Posted on 2021-10-23 Edited on 2025-05-20 In Jenkins Word count in article: 150 Reading time ≈ 1 mins. 取得檔案列表方法 使用以下 Linxu 指令,將預設目錄每個檔案使用一列的方式逐一列出 1ls -1 /home/ubuntu Read more »
Linux MSSQL ODBC 手動安裝 Posted on 2021-10-05 Edited on 2025-05-20 In Linux Word count in article: 90 Reading time ≈ 1 mins. 配置 Linux ODBC 元件 安裝 Linux ODBC 元件 1sudo apt-get install unixodbc Read more »