Encrypted zip with hidden files list without compression
- No Comments
- lis, 26, 2018
- siwy
- Useful commands
7z a -p -t7z -mx0 -mhe=on file.7z /path/dir a – Add files to archive -p – Set Password -t7z – Set type of archive -mx0 – Set compression Method 0 – NON 1 – Fastest 3 – Fast 5 – Normal 7 – Maximum 9 – Ultra -mhe=on – Hide files list
Read Moreknife bootstrap – Missing Cookbooks: roles
- No Comments
- lis, 26, 2018
- siwy
- Chef - Automate IT Infrastructure
Error when calling the knife bootstrap: Missing Cookbooks: —————— The following cookbooks are required by the client but don’t exist on the server: * roles Solution: Call knife bootstrap from roles folder.
Read More