Hierarchical clustering, cutting the tree and colouring the tree leaves based on sample classes
Unsupervised machine learning methods such as hierarchical clustering allow us to discover the trends and patterns of similarity within the data. Here, I demonstrate by using a test data, how to apply the Hierarchical clustering on columns of a test data matrix.
MD5 for large files, and folders with subfolders and many files
Note ! the & sign is to run the command in background.
Getting MD5 sum for all files and writing it to a txt file in Linux.
md5sum * > myChecklist.txt &
Getting MD5 sum for all files and subfolders and writing it to a txt file in Linux.