Posted by Security is just an illusion at Thursday, January 24, 2013
Read our previous post
LAMPP requires only one zip, tar, 7z, or exe
file to be downloaded and run, and little or no configuration of the
various components that make up the web server is required. XAMPP is
regularly updated to incorporate the latest releases of Apache/MySQL/PHP and Perl. It also comes with a number of other modules including OpenSSL and phpMyAdmin.- Upload Script to your root Server
- chmod 0777 scriptname.sh
- ./scriptname.sh
- /opt/lampp/lampp >> for more Infos
- /opt/lampp/lampp security >> Frist change your Passwords
- nano /opt/lampp/etc/extra/httpd-xampp.conf >> Conf Lampp
- /opt/lampp/lampp restart >> Restart Lampp after Conf
#!/bin/bash # by cr4shyyy Auto lampp-server #Install x32 libs if you running a x64 os sudo apt-get install ia32-libs #Lampp Repository cd /tmp wget http://www.apachefriends.org/download.php?xampp-linux-1.8.1.tar.gz tar xvfz *xampp-linux-1.8.1.tar.gz* -C /opt /opt/lampp/lampp start /opt/lampp/lampp stop /opt/lampp/lampp security /opt/lampp/etc/extra/httpd-xampp.conf
No comments:
Post a Comment