Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 261 Bytes

debian.md

File metadata and controls

19 lines (12 loc) · 261 Bytes

Debian Notes

Notes about some configurations and tips for Debian.

Fix Errors

Error when connecting via ssh newly installed

# ssh-keygen -A
# systemctl restart sshd

Disable visual-mode on vim

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