Windows equivalent of linux cksum command

In Windows (command prompt) you can use CertUtil, here is the syntax: CertUtil [Options] -hashfile InFile [HashAlgorithm] for syntax explanation type in cmd: CertUtil -hashfile -? example: CertUtil -hashfile C:\myFile.txt MD5 default is SHA1 it supports: MD2, MD4, MD5, SHA1, SHA256, SHA384, SHA512. Unfortunately no CRC32 as Unix shell does. Here is a link if … Read more

sed edit file in place

The -i option streams the edited content into a new file and then renames it behind the scenes, anyway. Example: sed -i ‘s/STRING_TO_REPLACE/STRING_TO_REPLACE_IT/g’ filename while on macOS you need: sed -i ” ‘s/STRING_TO_REPLACE/STRING_TO_REPLACE_IT/g’ filename

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)