Jekyll & Liquid
Liquid Escape Liquid To avoid Liquid being interpreted, wrap it with between {% raw %} and {% endraw %}. Include file content relative to current file {% include_relative configs/configuration-...
Liquid Escape Liquid To avoid Liquid being interpreted, wrap it with between {% raw %} and {% endraw %}. Include file content relative to current file {% include_relative configs/configuration-...
Basics Set Output Out-File (bash >) dir | Out-File -FilePath .\output.txt Copy file Copy-Item (bash cp) Path - specify source Destination - specify target Include - specify file fi...
Links docs.gitlab.com/ee/ci/examples CI/CD Templates Example projects docs.gitlab.com/ee/ci/yaml YAML Syntax Reference learnxinyminutes.com/docs/...
Content too short to constitute a separate entry. Git Push commits up to given commit: git push origin {commitid}:{branch} Excel Select Column Ctrl + Space Select ...
Guides too short to be separated. How to use Postman without need to register Install Postman 10.13.6 - the last version before account requirement. Add this to hosts file: # Disable Postman au...
CLI Arguments list https://maven.apache.org/ref/current/maven-embedder/cli.html Install dependency manually mvn install:install-file -Dfile=./lib/ojdbc8-12.2.0.1.jar -DgroupId=com.oracle -Da...
Trivy Commands File system scan trivy fs --severity HIGH,CRITICAL --scanners vuln . Docker image scan trivy image --severity HIGH,CRITICAL --scanners vuln --dependency-tree ubuntu:latest U...
AI Custom AI Response as a Senior Software Engineer. Unless otherwise instructed, answer concisely. Prefer to use CLI tools to solve the asked problems. Use long-form command arguments. When prov...
Private Key Should never ever leave machine on which it was generated No transmitting private key in any form Certificate Issued by (CA) Issued for (Subj...
Two separate git profiles simultaneously (e.g. Work and Home) Summary How use two separate git profiles: without risk of forgetting to perform a switch without even needing to make switches...