Skip to main content

about rdesktop commands

basic usage
to access the remote server
$ rdesktop (serveraddr)

example to access the computer on 192.168.1.1
$ rdesktop 192.168.1.1

to enable full screen mode
$ rdesktop -f 192.168.1.1

to set spesific windows size
$ rdesktop -g 800x600 192.168.1.1

(some common screen resolution can be use: 800x600, 1024x768, 1280x1024)

sharing files
to share a local directory with windows os remote server
$ rdesktop -r disk:(sharename)=(path) (serveraddr)

example to access the remote server on 192.168.1.1 and the sharing directory /home/vadya/pub/ using network share name "sharing"
$ rdesktop -r disk:sharing=/home/vadya/pub 192.168.1.1

optimizing speed
enabling compression (-z) and disabling mouse events (-m) will reduce network bandwidth and can make the connection much more responsive.
 $ rdesktop -z -m 192.168.1.1

using a smaller color palette helps reduce network bandwidth
$ rdesktop -a 16 192.168.1.1


source: http://wiki.rrc.uic.edu/wiki/RRC-SCS:_Using_rdesktop_for_Linux


Comments

Popular posts from this blog

Installing Qualcomm Atheros AR8162 Fast Ethernet Driver on Lenovo G400

I was preparing Lenovo G400 laptop for my linux class, after I installed CentOS 6.5 on it, tada,,,, my ethernet adapter won't show up. I checked with ifconfig command but where the hell my eth0 ??. Then i type the command below : # lspci -v 01:00.0 Ethernet controller: Qualcomm Atheros AR8162 Fast Ethernet (rev 10)     Subsystem: Lenovo Device 3802     Flags: bus master, fast devsel, latency 0, IRQ 32     Memory at 90500000 (64-bit, non-prefetchable) [size=256K]     I/O ports at 2000 [size=128]     Capabilities: <access denied>     Kernel driver in use: alx It seem my wired network adapter do not have its driver. After searching on the net then I find this great article. I wrote it out on my blog to make it sure I have notes for the trouble. This is how we troubleshoot it :   First download this file : alx-linux-v2.0.0.6.rar unrar it, run make command, change directory...

All certification

Honor Code Certificate from edX - Linux Foundation