Not using versioning on your configuration files and editing them with Vim?
Use Vim’s backup option to automatically keep a copy of past versions. To put in your ~/.vimrc:
"Turn on backup option
set backup| # Inside WSL... | |
| # Install virt-manager | |
| sudo apt install -y virt-manager | |
| # Add youself to kvm and libvirt group | |
| sudo usermod --append --groups kvm,libvirt "${USER}" | |
| # Fix-up permission to avoid "Could not access KVM kernel module: Permission denied" error | |
| sudo chown root:kvm /dev/kvm |
To remove a submodule you need to:
| host github.com | |
| user git | |
| hostname ssh.github.com | |
| port 443 | |
| proxycommand socat - PROXY:<hostname>:%h:%p,proxyport=<port> |