Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 863 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 863 Bytes

Guides-Cheatsheets

Useful notes, hints, howto's for development.

Contents

Common

Linux

When creating a zip with windows, linux won't be able to unzip it, to fix that, run

zip -FFv foo.zip --out fixed.zip

Windows 11