How to disable visual console mode for linux

ssh to linux machine

run below command to disable visual console mode:

echo "set mouse-=a" >> ~/.vimrc 

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...