Skip to content

Instantly share code, notes, and snippets.

@mungi
Created June 16, 2020 04:53
Show Gist options
  • Save mungi/6143993d363611b65e88769d0c0944eb to your computer and use it in GitHub Desktop.
Save mungi/6143993d363611b65e88769d0c0944eb to your computer and use it in GitHub Desktop.
NBP sample demo
#!/bin/bash
yum -y install httpd php mysql php-mysql
systemctl enable httpd
cd /var/www/html
wget http://211.249.50.207/lab/lab.tgz
tar xvfz lab.tgz
cat phpadd >> /etc/httpd/conf/httpd.conf
chmod 777 /var/www/html -R
systemctl start httpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment