紀錄工作上的點點滴滴
howdy 人臉辨識
2025-06-29 linux
環境 OS: Debian 12 安裝 git clone [email protected]:boltgolt/howdy.git sudo apt-get update && sudo apt-get install -y \ python3 python3-pip ... Read More
UxPlay - IPhone 螢幕投影
2025-06-29 linux
安裝 UxPlay 安裝必要套件 sudo apt install pkg-config pkgconf cmake build-essential libssl-dev libplist-dev \ libgstreamer1.0-dev ... Read More
Tomcat Attachment Error
2025-06-18 工作雜記 tomcat tomcat 9.0.106
這幾天在公司測試環境頻繁的出現下面的錯誤訊息: Caused by: org.springframework.web.multipart.MultipartException: Could not parse multipart servlet request; nested exception ... Read More
KVM 網路
2025-06-14 KVM KVM linux
KVM 網路介面 virtio: 半虛擬化網路介面接近原生的效能。 spapr-vlan: QEMU 模擬的網路介面類型之一,專為 PowerPC (sPAPR) 架構的 KVM 虛擬機器設計,特別是用於 AIX 等 Power 架構的客戶端作業系統。 Read More
我使用Debian的方式
2025-06-14 linux linux debain
移除 Gnome 桌面預設 sudo apt remove packagekit 移除 packagekit : 因為我想100%決定我何時更新 Read More
各式檔案雜湊
2025-06-11 工作雜記 oracle db2 IBM linux
oracle AIX.PPC64_193000_db_home.zip tags: oracle sha256sum: 03cb2aff2984b47597108572048d4ee432c7e05a74362829f5ddb5540baf56b1 ... Read More
lnav 使用方式
2025-06-05 工作雜記 linux 日誌分析工具
分析 log gitHub: https://github.com/tstack/lnav 安裝 sudo apt install lnav 使用方式 查看壓縮的日誌檔案: lnav -r /var/log/Xorg.0.log.old.gz 從標準輸入讀取 journalctl -f | lnav ... Read More
Goaccess 日誌分析
2025-06-05 工作雜記 linux 日誌分析工具
分析 access log 安裝 wget -O - https://deb.goaccess.io/gnugpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/goaccess.gpg >/dev/null echo "deb ... Read More
AIX常用指令
2025-06-01 unix AIX
帳戶類 新增使用者 useradd pollo mkdir -p /home/pollo chown pollo:staff /home/pollo 使用者名稱長度: AIX 的使用者名稱最長只能有 8 個字元。 預設的主要群組: staff 硬碟空間 檢查目錄分配狀況 # df -P ... Read More
Deploy AIX in KVM
2025-06-01 unix AIX KVM Linux
最近工作上碰觸到 AIX ,為了驗證自己寫的腳本能在 AIX 上執行,因此我在 KVM 中建立 AIX 的虛擬機 執行環境 硬體環境 CPU: 11th Gen Intel® Core™ i5-1145G7 × 8 RAM: 32.0 GiB Operating System: Debian ... Read More
PolloChang 工作筆記