Using X2GO you can access your desktop using another computer's internet connections i.e it provides remote access to the machine. The transmission is done using the ssh protocol, so it is encrypted. Very acceptable performance in both speed and responsiveness is achieved.
Follow the steps below to install X2GO in ubuntu 12.04 server
- SSH server as root user or use sudo
1) Install GUI environment for X2GO
- sudo apt-get install gnome
2) we also need to install python
- sudo apt-get install python-software-properties
3) Add x2go repository
- sudo add-apt-repository ppa:x2go/stable
4) update your package information with newly added repository
- sudo apt-get update
5) Install the x2go server:
- sudo apt-get install x2goserver x2goserver-xsession
No comments:
Post a Comment
Do Write about the Blog and Welcome to the world where open source is every thing :-)