Guest User

Untitled

a guest
Apr 20th, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. VNC Pass: h82geth4x
  2.  
  3. apt-get update
  4. apt-get uprade
  5. apt-get install tightvncserver
  6. apt-get install lxde-core
  7. download realvnc viewer
  8.  
  9. starting the VNC
  10. Dropbox
  11. vpssetup.txt
  12. Download
  13. Sign in
  14.  
  15.  
  16. Remember me
  17. Sign up for Dropbox
  18. #------------------------------------------------------------------#
  19. | \ \ / / _ \/ __| |_ _|_ _ __| |_ __ _| | |__ _| |_(_)___ _ _ |
  20. | \ V /| _/\__ \ | || ' \(_-< _/ _` | | / _` | _| / _ \ ' \ |
  21. | _\_/_|_| |___/ |___|_||_/__/\__\__,_|_|_\__,_|\__|_\___/_||_| |
  22. | |_ _| _| |_ ___ _ _(_)__ _| | |
  23. | | || || | _/ _ \ '_| / _` | | |
  24. | |_| \_,_|\__\___/_| |_\__,_|_| |
  25. | Written by Wrapperup |
  26. #------------------------------------------------------------------#
  27.  
  28. Quickie:
  29.  
  30. Enter the following in the order they are listed into PuTTY (or whatever you use to access SSH)
  31.  
  32. apt-get update
  33. apt-get upgrade
  34.  
  35. apt-get install tightvncserver
  36. apt-get install lxde-core
  37. apt-get install xorg
  38.  
  39. vncserver :1
  40.  
  41. (Enter password that you want)
  42.  
  43. vncserver -kill :1
  44.  
  45. nano .vnc/xstartup
  46.  
  47. (This may be tricky, but please read carefully)
  48. After typing the nano command, add to the end of the text:
  49.  
  50. lxterminal &
  51. /usr/bin/lxsession -s LXDE &
  52.  
  53. press CTRL-X, when it asks you to save "buffer", type Y
  54. and press enter when it asks for name
  55. https://db.tt/KPvwV97m BEFORE
  56. https://db.tt/HMx2SyCN AFTER
  57.  
  58. After you are back on command line, enter
  59.  
  60. vncserver :1
  61.  
  62. Connect to VNC with the IP:1 and password
  63.  
  64. example:
  65. IP:0.0.0.0:1
  66. pass: password
  67.  
  68. You are now on desktop. Hoorah! (or should be)
  69.  
  70. Installing wine:
  71. apt-get install wine
  72.  
  73. Installing firefox
  74. apt-get install firefox
  75.  
  76. Installing a text editor (gedit)
  77. apt-get install gedit
  78.  
  79. Setting up Blockland
  80.  
  81. Download the portable Blockland app
  82. http://blockland.us/files/BlocklandPortable.zip
  83.  
  84. Extract into a folder on your desktop.
  85.  
  86. Now open gedit and type in it:
  87.  
  88. #!/bin/bash
  89.  
  90. cd Desktop/folderBlocklandisIn
  91. wine blocklandlauncher.exe -dedicated
  92.  
  93. (YOU MUST HAVE INSTALLED WINE)
  94.  
  95. Save the file as "runBl.sh" in the same folder the app is in.
  96.  
  97. now go to xTerm
  98.  
  99. cd Desktop/folderblocklandisin
  100.  
  101. chmod +x runBl.sh
  102.  
  103. Now on desktop, create a new shortcut
  104. name it whatever
  105.  
  106. A new window will popup
  107. Name: Launcher name
  108. Command: (Browse to the runBl.sh file and select it)
  109.  
  110. Press ok
  111.  
  112. Now double click on the shortcut file and blockland should run!
  113. Flag for copyright
Advertisement
Add Comment
Please, Sign In to add comment