Skip to content

Instantly share code, notes, and snippets.

@malwador
Last active November 30, 2015 18:10
Show Gist options
  • Save malwador/cf5568cff8ede59c36dc to your computer and use it in GitHub Desktop.
Save malwador/cf5568cff8ede59c36dc to your computer and use it in GitHub Desktop.
This is just to do a basic lamp on debian jessie sites.
# Basic stack Apache - PHP5 - MySQL
apt-get install apache2 mysql-server php5-mysql php5-imagick php5-curl curl php5-tidy php5-mcrypt php-soap php5-memcached php5-json php5-gd fail2ban iftop screen git vim htop iotop
# Install memcached
apt-get install memcached
# Install Exim (email)
apt-get install exim4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment