Forum: Applications
2012-10-23, 18:59
|
Replies: 5,419
Views: 2,082,681
|
Forum: Applications
2012-10-18, 17:50
|
Replies: 5,419
Views: 2,082,681
|
Forum: Applications
2012-10-12, 08:15
|
Replies: 1,480
Views: 480,492
Re: [Announce] Opera Mobile 11
For me its also like a downgrade.
- Feels slower
- Its harder to klick on links. Old version seemed more finger frienly
- vkb not working
- select copy not working.
|
Forum: Development
2011-01-15, 11:41
|
Replies: 20
Views: 9,565
|
Forum: Maemo 5 / Fremantle
2010-10-04, 14:28
|
Replies: 14
Views: 8,382
|
Forum: Applications
2010-01-20, 12:22
|
Replies: 22
Views: 3,169
Re: Ssh and rdesktop
It is.
sudo gainroot
cd /usr/bin
vim ssh-tunnel.sh
now you get into vim editor (make sure this is installed). You could use another editor if you like.
In vim type i to get into insert mode...
|
Forum: Applications
2010-01-19, 21:31
|
Replies: 22
Views: 3,169
Re: Ssh and rdesktop
so just use
ssh -L <any_localport>:<windows_lan_ip>:<rdp_port_of_win_machine> -p <remoteport> root@mydns
instead and you should be fine.
|