antiblock
Odegon
  • Chatbox

    Load More
    You don't have permission to chat.
p0w3r0ff

Marty Sama 2023 | Server Files + Source

7 posts in this topic

Marty Sama 2023 | Server Files + Source


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

 


 

Share this post


Link to post
Share on other sites
antiblock
Odegon

FreeBSD 13.2 64 Bit?

or which version do you have to use?

Edited by 1tst1m (see edit history)

Share this post


Link to post
Share on other sites
On 1/21/2024 at 6:30 PM, p0w3r0ff said:

Marty Sama 2023 | Server Files + Source


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

 


 

top

Share this post


Link to post
Share on other sites
On 8/23/2024 at 4:57 AM, dsdsad said:

FreeBSD 13.2 64 Bit?

or which version do you have to use?

 

Did you find out? Is the system 64bit?

Share this post


Link to post
Share on other sites
On 6/5/2025 at 3:11 AM, Sparkz said:

 

Did you find out? Is the system 64bit?

 

On 8/22/2024 at 10:57 PM, dsdsad said:

FreeBSD 13.2 64 Bit?

or which version do you have to use?

 I tested it and it compiled perfectly on freebsd 13.2 32bits with 32&64 libs

with mariadb106

Edited by Kylerfann
update (see edit history)

Share this post


Link to post
Share on other sites

 Can someone help me to install it i gonna pay ofc

Discord : krasavchiklol

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

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

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