Facebook
From YO, 5 Years ago, written in HTML5.
This paste is a reply to Re: Re: Untitled from moj - go back
Embed
Viewing differences between Re: Re: Untitled and Yo
DEBIAN 8
 
sudo apt-get update -y; sudo apt-get install apache2 -y; apt-get install screen -y; apt-get install apache2-doc -y; sudo apt-get install mysql-server -y; sudo apt-get install php5-mysql -y; sudo apt-get install php5-common libapache2-mod-php5 php5-cli -y; apt-get install phpmyadmin -y; sudo service apache2 restart; cd /home; mkdir aries; cd aries; mkdir alpine; mkdir server-data; cd alpine; apt-get install xz-utils; wget https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/1056-07194cf7b489d61b1400c516aab75b73eb69068f/fx.tar.xz; tar xf fx.tar.xz; rm -rf fx.tar.gz; cd /home/aries/server-data; apt-get install unzip -y; wget http://xaries.pl/ARIESPACZKAFREE.zip; unzip ARIESPACZKAFREE.zip; rm -rf ARIESPACZKAFREE.zip; clear;

Po zainstalowaniu wpisujesz to:
 
sudo mysql_secure_installation
 
sudo mysql/mariadb
 
GRANT ALL ON *.* TO 'admin'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;
 
FLUSH PRIVILEGES;
 
exit

Replies to Yo rss

Title Name Language When
RE : sdfdsfd dsfds html5 5 Years ago.