Namran Hussin Linux remote Desktop on centos 4

remote Desktop on centos 4

Sometime we may want to access to window based remote desktop

while we are on linux.

to do that.. either we use VNC.. or RDP ( Remote Desktop Protocol)..


to do that..
you may need to run Ultra VNC on windows XP machine..
and from linux..
just vncviewer host:port
vncviewer 172.0.0.1:5900

others..
use RDP instead..
enable remote Desktop access in Window machine..
and in linux..

su –
yum install rdesktop -y
exit..

rdesktop host -5 -f -r sound:local -z

you will full screen of window dislay with -f flag..
to back to normal linux desktop.. press.
Ctrl+Alt+Enter.
hehe..

rdesktop-home1.png

Related Post

fedora core 8 to fedora core 9 using iso DVD image.fedora core 8 to fedora core 9 using iso DVD image.

start with obtaining Fedora-9-i386-DVD.iso and mkdir -p /media/fedora mount -o loop Fedora-9-i386-DVD.iso /media/fedora then cd /media/fedora/Packages [root@fedora Packages]# rpm -Uvh fedora-release-9-2.noarch.rpm  fedora-release-notes-9.0.0-1.noarch.rpm then  tweak the /etc/yum.repos.d/fedora.repo to have something as