Wednesday, December 18, 2019

Change git text editor in Git for Windows or cmder with Git

To change to VIM, do:

c:\> git config core.editor "vim"

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...