Skip to content

Instantly share code, notes, and snippets.

@iotonlinux
Last active August 24, 2021 17:35
Show Gist options
  • Save iotonlinux/5e5dd76960a3af3fc29b6d5a57a69a53 to your computer and use it in GitHub Desktop.
Save iotonlinux/5e5dd76960a3af3fc29b6d5a57a69a53 to your computer and use it in GitHub Desktop.
LAMP Stack Installation
If you need LAMP Stack Setup Help Contact With Me:
Telegram: iotonlinux
Skype: [email protected]
Email: [email protected]
# !/bin/sh
apt update
apt upgrade
apt install apache2
# Visit: http://localhost/
# Install MySQL & check version, start,stop & restart Apache
apt install mysql-server
mysql_secure_installation
exit
service mysql restart
apt install phpmyadmin
apt install -y php-mbstring
# visit: http://localhost/phpmyadmin/
Use user= masum
pass= 01722G@usia
@iotonlinux
Copy link
Author

Screenshot from 2021-08-23 23-30-11
Screenshot from 2021-08-23 23-30-34
Screenshot from 2021-08-23 23-32-01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment