WHAT'S NEW?
Loading...

How to install traffic exchange scripts on Linux Ubuntu 16.04

UserName is money


ssh root@your-digital-ocean-ip

apt update && apt upgrade -y && sudo apt install xfce4 xfce4-goodies tightvncserver -y
adduser money
#password input

# when digitalocean id_rsa.pub add. (nothing change)
mkdir /home/money/.ssh
cp .ssh/authorized_keys /home/money/.ssh/
chown -R money:money /home/money/.ssh
su - money

vncserver
#vnc password input
vncserver -kill :1
mv ~/.vnc/xstartup ~/.vnc/xstartup.bak
vim ~/.vnc/xstartup
(Write under)
#!/bin/bash
xrdb $HOME/.Xresources
startxfce4 &

chmod +x ~/.vnc/xstartup
vncserver
cd Desktop/
# hitleap
wget https://hitleap.com/viewer/download?platform=Linux -O hit.tar.xz && tar Jxvf hit.tar.xz
# kilohits
wget https://www.dropbox.com/s/akkpgc0jzck5eho/kilohits.com-viewer-linux-x64.zip?dl=1 -O kilohits.com-viewer-linux-x64.zip && unzip kilohits.com-viewer-linux-x64.zip
# Otohits (Need 1GB memory)
wget http://www.otohits.net/dl/OtohitsApp_Linux_3105.zip && unzip OtohitsApp_Linux_3105.zip

#libnss3 (kilohits) libcurl3 (Otohits) firefox(websyndic)
apt install libnss3 libcurl3 firefox

0 comments:

Post a Comment