閒聊

MAC OS M1晶片系列的降板方式

https://support.apple.com/zh-cn/HT211683 只能從這連結開啟 找到使用 […]

Be the First to comment. Read More
switch、網通

cisco 在同一個port 設定兩個vlan

通常,同一個port 只能設定一個vlan,但是可能因為這個port有某些特殊需求,如某個員工、主管因為一些專 […]

Be the First to comment. Read More
php

在linux上用curl上傳檔案到伺服器

curl -X POST -F “file=@./download.pdf” http […]

Be the First to comment. Read More
php

php使用mqtt client 發布跟訂閱

chatgpt寫MQTT

基本上Mqtt的 SERVER(Broker)建議不要用php來稿,實在太吃力不討好了。 直接用Mosquit […]

Be the First to comment. Read More
OS

在linux上安裝mqtt server(MQTT Broker)

安裝 Mosquitto 伺服器 若在 Ubuntu Linux 中可以使用 apt 安裝 Mosquitto […]

Be the First to comment. Read More