Assorted Linux/Ubuntu Gotchas!! 3

To customise Vi Editor copy /usr/share/vim/vimrc to ~/.vimrc :syntax on for color highlighting :set incsearch for incremental search in vi editor to clear and redraw the screen ^L To get network info netstat -lneap | grep tcp 5900 for vnc 21 for ftp To mount Windows partitions (NTFS) on boot-up, and allow users read and ...