Để sử dụng remote Desktop trên Ubuntu, cách nhanh nhất có lẽ là sử dụng lệnh rdesktop
Để biết chi tiết về cách sử dụng lệnh rdesktop, ta vào cửa sổ dòng lệnh (terminal) gõ redsktop -h
và đây là kết quả:
Usage: rdesktop [options] server[:port] -u: user name -d: domain -s: shell -c: working directory -p: password (- to prompt) -n: client hostname -k: keyboard layout on server (en-us, de, sv, etc.) -g: desktop geometry (WxH) -f: full-screen mode -b: force bitmap updates -L: local codepage -A: enable SeamlessRDP mode -B: use BackingStore of X-server (if available) -e: disable encryption (French TS) -E: disable encryption from client to server -m: do not send motion events -C: use private colour map -D: hide window manager decorations -K: keep window manager key bindings -S: caption button size (single application mode) -T: window title -N: enable numlock syncronization -X: embed into another window with a given id. -a: connection colour depth -z: enable rdp compression -x: RDP5 experience (m[odem 28.8], b[roadband], l[an] or hex nr.) -P: use persistent bitmap caching -r: enable specified device redirection (this flag can be repeated)
Đơn giản nhất ta có dùng lệnh như sau:
rdesktop 210.245.xxx.xxx
Trong đó 210.245.xxx.xxx là địa chỉ IP của máy mà mình cần remote đến.
hoặc điền sẵn tên đăng nhập là administrator vào
rdesktop 210.245.xxx.xxx -uadministrator
Muốn với bảng thuộc tính bên trên, ta có thể sử dụng trong các trường hợp cụ thể.
Trong giao diện GNOME, tôi thường tạo một bộ khởi chạy trên thanh điều khiển nào đó với lệnh trên.
Leave a reply