Outils pour utilisateurs

Outils du site


tech:debian_standard_install_postinstall

Debian standard install postinstall

TODO : Ansible

/etc/vim/vimrc.local
syntax on

if has("autocmd")
  au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
endif


if has("autocmd")
  filetype plugin indent on
endif

" The following are commented out as they cause vim to behave a lot
" differently from regular Vi. They are highly recommended though.
set showcmd             " Show (partial) command in status line.
set showmatch           " Show matching brackets.
"set ignorecase         " Do case insensitive matching
set smartcase           " Do smart case matching
set incsearch           " Incremental search
"set autowrite          " Automatically save before commands like :next and :make
set hidden              " Hide buffers when they are abandoned
"set mouse=a            " Enable mouse usage (all modes)

Vérif comme sur RedHat (sécurité)

Dernière connexion : vendredi 29 juillet 2016 à 11:21:45 CEST de gateway sur pts/0
Dernière connexion échoué :  vendredi 29 juillet 2016 à 11:24:37 CEST sur pts/1
Il y a 3 tentatives échouées de connexion depuis la dernière connexion réussie.
tech/debian_standard_install_postinstall.txt · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki