Basic Settings for Linux

apt

  • apt-get update
  • git (config)
  • vim
  • tree
  • mlocate (updatedb)
1
2
sudo apt-get update
sudo apt-get install build-essential git vim tree plocate

bash

  • bashmy
  • bashrc
1
git clone https://github.com/forestdbin/code-snippet.git

vim

  • update-alternatives
  • vimrc
1
sudo update-alternatives --config editor

sudo

1
2
# visudo
%sudo ALL=(ALL:ALL) NOPASSWD:ALL

vmtools