Last active
August 29, 2015 14:20
-
-
Save aa21/4f462cb6bb7a61f6d1f9 to your computer and use it in GitHub Desktop.
Common setup for new Debian 8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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