Systemd 遇到 Start request repeated too quickly 修復

Linux 啟動、結束程式或程式自動重啟等等,都可以使用 systemd 來處理,但是遇到下述的問題要怎麼解決呢?

  • 11月 21 12:04:09 w1 systemd[1]: monitor_error.service: Start request repeated too quickly.
  • 11月 21 12:04:09 w1 systemd[1]: monitor_error.service: Failed with result 'start-limit-hit'.
  • "start-limit-hit"
    • A start limit was defined for the unit and it was hit, causing the unit to fail to start.
    • See systemd.unit(5)'s StartLimitIntervalSec= and StartLimitBurst= for details.

閱讀全文〈Systemd 遇到 Start request repeated too quickly 修復〉

Xcode 10 手機 遇到 iPhone has denied the launch request 解法

使用 Xcode compile 安裝到手機執行,遇到下述錯誤訊息:

Could not launch "project-name" XXX
iPhone has denied the launch request.

註:此篇找過很多解法,但是還是沒有完全解決,可以正常執行,但是無法開啟 Debug console

閱讀全文〈Xcode 10 手機 遇到 iPhone has denied the launch request 解法〉

httpstat 分析 從 DNS查詢 到 下載完成 各個階段的處理時間

想要看一個頁面從網路連接到下載完成,中間會有 DNS 查詢、TCP 溝通... 等等的處理,分別耗時多少時間呢?這個工具可以看到詳細時間。

註:可以列出 http 連線狀態的詳細時間

閱讀全文〈httpstat 分析 從 DNS查詢 到 下載完成 各個階段的處理時間〉

好站: httpbin 適合練習 HTTP Request、Response 的服務

平常開發、測試、練習 HTTP 的送出(Request)、回應(Response), 都需要另外寫程式接收, 這個服務可以接收 與 回應各種需要的請求與回應.

閱讀全文〈好站: httpbin 適合練習 HTTP Request、Response 的服務〉