Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- VNC Pass: h82geth4x
- apt-get update
- apt-get uprade
- apt-get install tightvncserver
- apt-get install lxde-core
- download realvnc viewer
- starting the VNC
- Dropbox
- vpssetup.txt
- Download
- Sign in
- Remember me
- Sign up for Dropbox
- #------------------------------------------------------------------#
- | \ \ / / _ \/ __| |_ _|_ _ __| |_ __ _| | |__ _| |_(_)___ _ _ |
- | \ V /| _/\__ \ | || ' \(_-< _/ _` | | / _` | _| / _ \ ' \ |
- | _\_/_|_| |___/ |___|_||_/__/\__\__,_|_|_\__,_|\__|_\___/_||_| |
- | |_ _| _| |_ ___ _ _(_)__ _| | |
- | | || || | _/ _ \ '_| / _` | | |
- | |_| \_,_|\__\___/_| |_\__,_|_| |
- | Written by Wrapperup |
- #------------------------------------------------------------------#
- Quickie:
- Enter the following in the order they are listed into PuTTY (or whatever you use to access SSH)
- apt-get update
- apt-get upgrade
- apt-get install tightvncserver
- apt-get install lxde-core
- apt-get install xorg
- vncserver :1
- (Enter password that you want)
- vncserver -kill :1
- nano .vnc/xstartup
- (This may be tricky, but please read carefully)
- After typing the nano command, add to the end of the text:
- lxterminal &
- /usr/bin/lxsession -s LXDE &
- press CTRL-X, when it asks you to save "buffer", type Y
- and press enter when it asks for name
- https://db.tt/KPvwV97m BEFORE
- https://db.tt/HMx2SyCN AFTER
- After you are back on command line, enter
- vncserver :1
- Connect to VNC with the IP:1 and password
- example:
- IP:0.0.0.0:1
- pass: password
- You are now on desktop. Hoorah! (or should be)
- Installing wine:
- apt-get install wine
- Installing firefox
- apt-get install firefox
- Installing a text editor (gedit)
- apt-get install gedit
- Setting up Blockland
- Download the portable Blockland app
- http://blockland.us/files/BlocklandPortable.zip
- Extract into a folder on your desktop.
- Now open gedit and type in it:
- #!/bin/bash
- cd Desktop/folderBlocklandisIn
- wine blocklandlauncher.exe -dedicated
- (YOU MUST HAVE INSTALLED WINE)
- Save the file as "runBl.sh" in the same folder the app is in.
- now go to xTerm
- cd Desktop/folderblocklandisin
- chmod +x runBl.sh
- Now on desktop, create a new shortcut
- name it whatever
- A new window will popup
- Name: Launcher name
- Command: (Browse to the runBl.sh file and select it)
- Press ok
- Now double click on the shortcut file and blockland should run!
- Flag for copyright
Advertisement
Add Comment
Please, Sign In to add comment