ID:1729185
 

Problem description:

Eu usava o linux no meu vps, mas resolvi mudar para o Debian 6 32bit, porém os commandos que eu usava no linux não são compativeis com o debian, o unico que conseguir executar foi o:
wget http://www.byond.com/download/build/507/ 507.1268_byond_linux.zip

quero saber como executo o comando: screen, que eu executava no linux, e como eu instalo o byond no vps

I wore on my linux vps, but decided to switch to Debian 6 32bit, but the commands that I used on linux are not compatible with Debian, the one who was able to run the:
wget http://www.byond.com/download/build/507/ 507.1268_byond_linux.zip

want to know how I run the command: screen, I ran on Linux, and how do I install byond in vps

apt-get update && apt-get upgrade -y && apt-get install screen zip make unzip && wget http://www.byond.com/download/build/507/ 507.1268_byond_linux.zip && unzip 507.1268_byond_linux.zip && cd byond && make install && DreamDaemon -version

If you're not root change make install to make here.