|
2010-01-18
, 11:52
|
Posts: 999 |
Thanked: 1,117 times |
Joined on Dec 2009
@ earth?
|
#2
|
|
2010-01-18
, 11:59
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#3
|
|
2010-01-18
, 12:02
|
Posts: 104 |
Thanked: 40 times |
Joined on Nov 2009
|
#4
|
The Following User Says Thank You to therock For This Useful Post: | ||
|
2010-01-18
, 12:09
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#5
|
|
2010-01-18
, 12:14
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#6
|
|
2010-01-18
, 12:15
|
Posts: 104 |
Thanked: 40 times |
Joined on Nov 2009
|
#7
|
|
2010-01-18
, 12:49
|
Posts: 7 |
Thanked: 5 times |
Joined on Jan 2010
|
#8
|
|
2010-01-18
, 12:54
|
Posts: 543 |
Thanked: 181 times |
Joined on Aug 2009
@ Universe,LocalCluster.MilkyWay.Sol.Earth.Europe.Slovenia.Ljubljana
|
#9
|
|
2010-01-18
, 13:12
|
Posts: 7 |
Thanked: 5 times |
Joined on Jan 2010
|
#10
|
May be of use, I think it's pretty cool.
SSH X11 forwarding allows you to run applications on a remote computer running an X11 server and have them displayed on a local X11 client, using the SSH protocol to keep the connection secure. For the purposes of Maemo devices, this allows you to connect to your Linux machine from your N900, run any X11 application on your Linux machine, and have it forward the display and keyboard/mouse capture to your N900.
You will need to have installed an ssh client on your N900 to do this.
The below assumes you are connecting to a Linux PC called 'host', with a user account 'user'.
Open an xterminal on your N900 and type:
~$ ssh -X user@host
Answer the password prompt:
user@host's password:
You now have a CLI prompt from which you can launch any X11 applications on your Linux machine and have them displayed on your N900.
user@host:~$