vi/ex – Tips and Tricks
Clear entire file: Shift+ H then Shift + V then Shift G then dd
Clear entire file: Shift+ H then Shift + V then Shift G then dd
1. Check for Invisible Characters (CLI) (If that doesn’t work, try tail -c +4 to specifically strip a 3-byte BOM). 2. Validate with Docker’s Built-in Tool Use the config command…
Run these commands in your terminal: 1. git unpushed This shows you exactly what is on your local machine that has not been pushed to the server yet. 2. git…
Set default branch
Copy data from bind to volume: docker run --rm -v /mnt/user/appdata/qdrant:/from -v qdrant-storage:/to alpine ash -c "cp -a /from/. /to/"