Skip to content

Instantly share code, notes, and snippets.

@aa21
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aa21/4f462cb6bb7a61f6d1f9 to your computer and use it in GitHub Desktop.
Save aa21/4f462cb6bb7a61f6d1f9 to your computer and use it in GitHub Desktop.
Common setup for new Debian 8
apt-get update
#lamp
apt-get install apache2 mysql-server
mysql_secure_installation
apt-get install php5 php-pear php5-mysql git vim locate
updatedb
vim /etc/vim/vimrc
syntax on
filetype plugin indent on
set tabstop=3
set shiftwidth=3
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment