Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yeshuibo/fc5484b8ec68f2e5cc3ba09ce5ed94ea to your computer and use it in GitHub Desktop.
Save yeshuibo/fc5484b8ec68f2e5cc3ba09ce5ed94ea to your computer and use it in GitHub Desktop.
echo 'deb http://old.kali.org/kali sana main non-free contrib' >> /etc/apt/sources.list
apt-get update
apt-get -y install php5 libapache2-mod-php5 php5-mysql php5-curl php5-gd php5-intl php5-imap php5-mcrypt php5-pspell php5-recode php5-tidy php5-xmlrpc php5-xsl
a2dismod php7.0 ; sudo a2enmod php5 ; sudo service apache2 restart
service mysql start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment