0%

由於,近期正在玩 octoprint 來進行遠端列印,一直會遇到忽然中斷的問題

1
2
3
4
Recv: Error:Line Number is not Last Line Number+1, Last Line: 672
Recv: T:190.00 /190.00 B:59.97 /60.00 @:74 B@:29
Recv: T:190.00 /190.00 B:59.90 /60.00 @:74 B@:45
Communication timeout while printing, trying to trigger response from printer. Configure long running commands or increase communication timeout if that happens regularly on specific commands or long moves.

調查一下才發現,可能是 Marlin 2.0.6 驅動的問題。
倒置 OctoPrint 在傳輸指令的時候會失敗

但問題要怎麼辦呢?只好自己手動編譯 Marlin 了

Read more »

Holding applications with Docker
Docker 是現在不可或缺的工具之一,容器化能有效更方便快速佈署
撇除掉 CICD 環節,光基本操作就能省事很多

以下會以 WordPress 的案例進行簡單的示範

Read more »

步驟說明

首先我們必須先安裝 wireness-tools 以及 wpa_supplicant ,以達到連線的最基本條件。

並且先編輯 wlan0 無線裝置的設定來取的固定虛擬IP。再使用 wpa_passphrase 來生成WPA/WPA2的加密密碼,最後啟用 wpa_supplicant 服務實驗是否成功上線,並最後使用 chkconfig 來設定成自動啟動的服務。

Read more »

步驟說明

這邊我們要使用一樣Bash的腳本,來上傳讓我們的檔案上傳到Dropbox上面。那也就是 andreafabrizi/Dropbox-Uploader 這款Shell script。可以幫助我們上傳與下載Dropbox檔案,不過這邊就先單純使用它的上傳功能。

Read more »

步驟說明

我們主要分為幾個步驟,增加軟體源 以安裝 NginxPHP 以及 MySQL (MariaDB)。然後,將 Nginx 作支援PHP的設置。並安裝 MySQL 與做些安全設置。最後,再將所有都設置為 自動啟動

Read more »