antiblock
https://arwen2.global/

Marty Sama 2023 | Server Files + Source

   (1 review)
Sign in to follow this  

12 Screenshots

About This File

Advanced Source Files com muitas melhorias, juntamente com "Source Addons" para personalizar ainda mais o seu servidor.

 

Packages
pkg install -y boost-all devil gcc gcc9 gcc10 gcc48 llvm llvm-devel gmake makedepend ccache subversion mariadb103-server gdb openssl python python3 python27 mysql56-client mysql56-server cryptopp
FreeBsd
usr/src/server/Extern/cryptopp >>>>>>>>>> gmake libcryptopp.a -j20
usr/src/server/Server/>>>>>>>>>>>>>>>>>gmake all -j20

/usr/src/server/Server
gmake clean
Putty
pkg install mysql56-server mysql56-client
mysqladmin -u root -p 12345
mysql -u root -p
Enter your pass
GRANT ALL PRIVILEGES ON *.* TO root@"%"
IDENTIFIED BY '12345' WITH GRANT OPTION;
quit

/usr/local/etc/rc.d/mysql-server stop
mysqld_safe --skip-grant-tables &
mysql -u root
use mysql;
update user set password=PASSWORD("12345") where User='root';
flush privileges;
quit

 




User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now