<tutorialjinni.com/>

PowerShell Get Hash Of All Files In Directory

Posted Under: Snippets on Sep 4, 2022
PowerShell Get Hash Of All Files In Directory
Code Snippet to traverse a folder and calculate hash of each file. Seven type of hashing algorithm are available including MD5 and SHA. It can also traverse recursively with Recurse switch.

HTML Select Country Phone Code List with Flags

Posted Under: Snippets on Nov 14, 2021
HTML Select Country Phone Code List with Flags
This is a code snippet for HTML Select country code list with flags. It is based on powerful twilio's API. It is plug and play, everything is hosted on CDN. Its usage is simple.

CSS Overflow Dots

Posted Under: Snippets on Mar 5, 2021
CSS Overflow Dots
CSS code snippet to show Dots and the end of the text, if it exceeds the width of the element. The text must be in a straight line.

bash get hostname

Posted Under: Snippets on Feb 16, 2021
bash get hostname
Code snippet to get hostname in bash Linux shell. There are multiple ways to get hostname.

Linux ZIP Command Example

Posted Under: Snippets on Feb 16, 2021
Linux ZIP Command Example
Various command snippets for to create a Zip in Linux. To use Zip command you need to install it first if system do not have it.