Setup the server in Debian

L2ProjectDecshy

Heir
Customer
Does anybody setted it up in linux ? debian 12? i already contact a guy who deazer recommended but he didnt answer. anyone know ? or can help?
 
Does anybody setted it up in linux ? debian 12? i already contact a guy who deazer recommended but he didnt answer. anyone know ? or can help?
What is the difference between Debian 10 and 12? I have had servers running on debian 10 for more than 2 years and everything is fine.
 
а зачем linux? дабы просто сэкономить цену на vps?
пользуюсь windows, дедик. с любого пк зашел, рабочий стол, все прожки, папочки... прям прелесть... с планша, с телефона, да хоть откуда по RDP....
даже с ПК соседа зашел и пилишь себе дальше свой драгоценный сервер с комфортом, а не чудить в putty и WinSCP)
 
Does anybody setted it up in linux ? debian 12? i already contact a guy who deazer recommended but he didnt answer. anyone know ? or can help?
Поставь 10 или 11 и не мучайся. 12 не обкатана нормально, там даже mysql нормально не поставить :D
 
apt install default-jre
apt install mariadb-server
it's all what u need for run lucera server on debian 12
the only problem i have is when i do
sudo ./StartGameServer (or Auth)
and then i see the log (because im with ssh)
tail -f -n 300 log/stdout.log tail -f -n 300 log/stdout.log
appears this line
./GameServer_loop.sh: line 9: java: command not found
and i dont know how to solve it.
i already config $JAVA_HOME (Oracle JDK 8)
what should i do ?
 
the only problem i have is when i do
sudo ./StartGameServer (or Auth)
and then i see the log (because im with ssh)
tail -f -n 300 log/stdout.log tail -f -n 300 log/stdout.log
appears this line
./GameServer_loop.sh: line 9: java: command not found
and i dont know how to solve it.
i already config $JAVA_HOME (Oracle JDK 8)
what should i do ?
1. not use sudo if it not need for this
2. you can create new user for l2 server and give "-x" rules for sh files
 
Back
Top