Web
- 5 août 2023 How to synchronize a tree directory only matchnig one type of file? My use case is generating a website AND a gemini capsule at once with Hugo, and splitting gemini content into another directory for a lighter space management on a capsule. rsync to the rescue (as always) with its (a bit strange) --include and --exclude set of options: rsync -zarvm --include="*/" --include="*.gmi" --exclude="*" public/ /some/dest/dir/ source: SO: rsync copy over only certain types of files using include option
- 6 novembre 2015 Cipherli.st - Strong Ciphers configurations for Apache, nginx and Lighttpd cipherli.st #ssl
- 23 février 2015 Single page apps in depth (free book) singlepageappbook.com #nice #free #book