Posted inWordpress WordPress內容preview長度 Posted by Tim Ng 2024-11-22 預設的長度太短, 增加預設的長度, 不知道theme update後會不會保留設定 外觀 -> 佈景主題檔案編輯器 -> 佈景主題檔案 -> functions.php /* wordpress-excerpt-length */ function my_excerpt_length($length...
Posted inHauwei Network Huawei Switch timeout Posted by Tim Ng 2024-11-22 某天有一個site的network出現問題, 需要reboot switch網絡才能正常運作, 但是reboot過後還是看到一些奇怪log在其中一個AP Port口, 相信問題未能真正解決, 最後還發現Mesh AP未能達到正常速度, 所以也都把Mesh的所有AP重啟一下, 從log上看到曾經出現C...
Posted inDocker Linux MySQL Docker custom WordPress and SFTP image Posted by Tim Ng 2024-11-19 粗體的部份是新增SFTP的 vi dockerfile_web_wp8225 FROM php:8.2.25-apache RUN rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Asia/Hong_Kong /etc/local...
Posted inDocker Linux MySQL Docker custom WordPress image Posted by Tim Ng 2024-11-18 vi dockerfile_web_wp8225 FROM php:8.2.25-apache RUN rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Asia/Hong_Kong /etc/localtime RUN apt-g...
Posted inLinux tar zip包括hidden檔案 Posted by Tim Ng 2024-11-16 tar zcvf /root/html.tar.gz /var/www/html/* .[!.]*
Posted inDocker Linux Bind9 DDNS in Docker Posted by Tim Ng 2024-11-16 vi dockerfile_ddns FROM ubuntu:latest RUN apt-get update && apt-get install bind9 vim curl dnsutils cron -y && apt-get clean -y &&...
Posted inDocker Linux Docker 管理工具 portainer Posted by Tim Ng 2024-11-15 docker volume create portainer_data docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker....
Posted inDocker Linux RustDesk Server in Docker with custom ports Posted by Tim Ng 2024-11-13 docker volume create RustDesk docker image pull rustdesk/rustdesk-server docker run --name hbbs -v RustDesk:/root -p xxx.xxx.xxx.xxx:1234-1236:21114-2...
Posted inVMWare vCenter no healthy upstream Posted by Tim Ng 2024-11-06 no healthy upstream service-control --start --all failed to start vpxd-svcs services /usr/lib/vmware-vmca/bin/certificate-manager
Posted inLinux CVEMAP Ubuntu Posted by Tim Ng 2024-11-04 好像不是我想要的CVE檢查, 但還是記錄一下 add-apt-repository ppa:longsleep/golang-backports apt update apt install golang-go go install github.com/projectdiscovery/cvema...