Installing MD5SUM package:
$ apt-get update
$ apt-get install coreutils
Generate checksum file
$ md5sum transaction.log > MDSSS
Check the checksum:
$ cat MDSSS
ae43fda27bf612e2d7128c3072220078 transaction.log
Subscribe to:
Post Comments (Atom)
Using Handlebar Prompt in Semantic Kernal
> dotnet add package Microsoft.SemanticKernel.PromptTemplates.Handlebars --version 1.30.0 using Microsoft . SemanticKernel ; using Micr...
-
> dotnet add package Microsoft.SemanticKernel.PromptTemplates.Handlebars --version 1.30.0 using Microsoft . SemanticKernel ; using Micr...
-
If you get the following error message when you are trying to commit code from Visual Studio Code to GitHub Repo. The following is an easy f...
-
Setting up a MPI cluster on Ubuntu involves the following steps: 1. Install OpenMPI on all machines. $sudo apt-get install libopenmpi-de...
No comments:
Post a Comment