dotnet-counters - Monitor specified process

dotnet-counters 可用來監控 .Net Core 的 Process,像是這邊筆者準備了一份簡單的程式想要觀察其 CPU 與 Memory 這些資源上的變化狀況。 ...

January 21, 2021 · 1 min · 196 words · Larry Nung

dotnet-counters - Install with dotnet tool

要用 dotnet tool 安裝 dotnet-counters,可調用 d otnet tool install 帶入 –global 參數指定安裝至全域,並在最後帶入 dotnet-counters 指定安裝 dotnet-counters 套件。 ...

January 20, 2021 · 1 min · 101 words · Larry Nung

dotnet-trace - Install with dotnet tool

要用 dotnet tool 安裝 dotnet-trace,可調用 dotnet tool install 帶入 –global 參數指定安裝至全域,並在最後帶入 dotnet-trace 指定安裝 dotnet-trace 套件。 ...

January 18, 2021 · 1 min · 97 words · Larry Nung

'HomeBrew - Error: homebrew-core is a shallow clone.'

使用 HomeBrew 如果出現 “Error: homebrew-core is a shallow clone.” 錯誤。 ...

January 5, 2021 · 1 min · 46 words · Larry Nung

OpenSSL - Encryption with the OpenSSL Command-Line Interface

要使用 OpenSSL CLI 進行加密,可先透過命令列帶入參數 -help 查閱一下 OpenSSL enc 的使用方式。 ...

January 1, 2021 · 1 min · 230 words · Larry Nung

MongoDB - Creating a MongoDB replica set using Docker

要用 Docker 測試 MongoDB replica set 我們要先建立 Docker network。 ...

December 30, 2020 · 1 min · 314 words · Larry Nung

conventional-changelog-cli - Generate a changelog from git metadata

conventional-changelog-cli 是一命令列工具,能解析 Git 符合 Angular style 的 Commit log,產生對應的 Change log。 ...

June 16, 2020 · 1 min · 405 words · Larry Nung

commitlint - Lint commit messages

commitlint 是一檢測 commit message 的工具。 使用上需先全域安裝 commitlint cli。 ...

June 13, 2020 · 1 min · 276 words · Larry Nung

Commitizen - Simple commit conventions for internet citizens

Commitizen 可輔助 git 操作人員使用 commit message 的規範。 ...

June 11, 2020 · 1 min · 149 words · Larry Nung

git - Check commit message with git hook

要在 git commit 時去驗證 commit message,可在 commit 的 hook 加掛驗證的處理。 ...

June 2, 2020 · 1 min · 435 words · Larry Nung