Hi I show you all how to install desktop remote for youre vps i have 128 mb ram and its work fast
I dont no if it works for all vps i test it on debina 6 32 bit
you need program cal putty!!
UpdateUpgradeCode:apt-get updateOk. This link is for download and install the Gnome Desktop. That is very long step could use 4 hCode:apt-get upgradeOk After Its Install you write thisCode:apt-get install gnome-desktop-environment gdm x-window-system-core desktop-baseOk and desktop is on if you have windows and you want connect from windows remote control you write thisCode:/etc/init.d/gdm startOk your done now you can login to your desktop from remote control have fun!Code:sudo apt-get install xrdp
Tampilkan postingan dengan label RemoteDesktop. Tampilkan semua postingan
Tampilkan postingan dengan label RemoteDesktop. Tampilkan semua postingan
Rabu, 19 Februari 2014
How to Install VNC and GNOME on Debian
Before beginning, ensure you are logged in to your VPS as the root user, and run the following:
# apt-get update# apt-get upgrade1. Install GNOME:#apt-get install gnome-desktop-environment2. Install required fonts:# apt-get install xfonts-100dpi# apt-get install xfonts-100dpi-transcoded# apt-get install xfonts-75dpi# apt-get install xfonts-75dpi-transcoded# apt-get install xfonts-base3. Install TightVNCServer:# apt-get install tightvncserver4. Start TightVNCServer for the first time, it will copy config files and prompt you for a password:# tightvncserver :15. Stop the VNC server, so we can continue to configure it:# tightvncserver -kill :16. Edit the xstartup file:# vi ~/.vnc/xstartupPress "A" to enter edit mode. Replace the contents of the file with the following (or edit to match):#!/bin/shxrdb $HOME/.Xresourcesxsetroot -solid greyx-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
# x-window-manager &gnome-session &Press ESC, type :wq, then press enter to save and close the file.7. Start the VNC server with your desired resolution:# tightvncserver -geometry 1024x768 :1You can now access your server's remote GNOME desktop with a desktop VNC client. Enter your server's main IP address, Port 1 (or 5901, alternately), and the password you set earlier to connect to the desktop.
Langganan:
Postingan (Atom)