转载自:冰点网络菜园 — 阿菜的自留地 [ http://www.bingd.com/blog/ ]

偶尔也玩一下Linux,发现Linux下没有类似微软远程桌面的东西,当然可以安装VNC,但是VNC却不能连Windows的远程桌面,网上说可以用RDesktop,但又评论说RDesktop连接Windows机器太慢了,微软有专门为MAC系统的RDP客户端,却没看到Linux下专用的,一直想找一个好用的能连远程桌面的软件,偶然在网上看到了FreeRDP,编译安装后,果然好用。文档是记录整个安装过程的,备忘!

官方网站:http://www.freerdp.com/

安装完后运行的命令是:xfreerdp 192.168.1.101 -u administrator -p 123

功能说明(摘自百度快照):

1、连接机器ip地址是 192.168.1.101,

2、登录远程机的账户密码是:-u administrator -p 123

3、使用全屏浏览: -f

4、把本地的/media/folder目录共享给远程机,

其中disk:后面先接远程机的用户名,然后才是本地目录路径:

–plugin rdpdr –data disk:administrator:/media/folder

注意的事项:

1、从远程机的全屏切换回来的快捷键是:ctrl+alt+enter

2、在挂载了共享给远程机的目录后,远程机的ip地址前面有一个空格,然后才是双短横 — ,而其他地方的双短横都是紧接命令的。

3、为了不每次输入这么长的一段命令,可以写入.bashrc中(仅对当前环境有效),alias myconn=’command’

4、更多的使用方法,请参考官方文档。

以下为安装FreeRDP的整个过程:(加粗为手工输入的命令,其它内容可能因环境不同会有差异)

root@l1:~/home/acai# git clone https://github.com/FreeRDP/FreeRDP.git

Initialized empty Git repository in /home/acai/test/FreeRDP/.git/

remote: Counting objects: 13995, done.

remote: Compressing objects: 100% (3677/3677), done.

remote: Total 13995 (delta 10439), reused 13797 (delta 10290)

Receiving objects: 100% (13995/13995), 5.46 MiB | 11 KiB/s, done.

Resolving deltas: 100% (10439/10439), done.

root@l1:~/home/acai# cd FreeRDP

root@l1:~/home/acai/FreeRDP# apt-get install build-essential git-core cmake libssl-dev libx11-dev libxext-dev libxinerama-dev libxcursor-dev libxdamage-dev libxv-dev libxkbfile-dev libasound2-dev libcups2-dev

Reading package lists... Done

Building dependency tree

Reading state information... Done

build-essential is already the newest version.

git-core is already the newest version.

libssl-dev is already the newest version.

libx11-dev is already the newest version.

libxext-dev is already the newest version.

libxext-dev set to manually installed.

libxinerama-dev is already the newest version.

libxinerama-dev set to manually installed.

libxcursor-dev is already the newest version.

libxcursor-dev set to manually installed.

libxdamage-dev is already the newest version.

libxdamage-dev set to manually installed.

libasound2-dev is already the newest version.

The following extra packages will be installed:

cmake-data emacsen-common x11proto-video-dev

The following NEW packages will be installed:

cmake cmake-data emacsen-common libcups2-dev libxkbfile-dev libxv-dev x11proto-video-dev

0 upgraded, 7 newly installed, 0 to remove and 73 not upgraded.

Need to get 7,132kB of archives.

After this operation, 18.4MB of additional disk space will be used.

Do you want to continue [Y/n]? y

root@l1:~/home/acai/FreeRDP# apt-get install libavutil-dev libavcodec-dev

Reading package lists... Done

Building dependency tree

Reading state information... Done

Suggested packages:

libfaad-dev libogg-dev libschroedinger-dev libspeex-dev libtheora-dev libvorbis-dev libraw1394-dev

libdc1394-22-dev

The following NEW packages will be installed:

libavcodec-dev libavutil-dev

0 upgraded, 2 newly installed, 0 to remove and 73 not upgraded.

Need to get 2,326kB of archives.

After this operation, 6,558kB of additional disk space will be used.

root@l1:~/home/acai/FreeRDP# apt-get install libcunit1-dev libdirectfb-dev xmlto doxygen libxtst-dev

Reading package lists... Done

Building dependency tree

Reading state information... Done

libdirectfb-dev is already the newest version.

libdirectfb-dev set to manually installed.

The following extra packages will be installed:

dblatex doc-base libcunit1 libfreezethaw-perl libmldbm-perl libuuid-perl preview-latex-style texlive-bibtex-extra

texlive-latex-extra texlive-latex-extra-doc texlive-math-extra texlive-pictures texlive-pictures-doc

x11proto-record-dev

Suggested packages:

docbook latex-cJk-all opensp texlive-lang-cyrillic texlive-xetex transfig doxygen-doc doxygen-gui libcunit1-doc

texpower xmltex

The following NEW packages will be installed:

dblatex doc-base doxygen libcunit1 libcunit1-dev libfreezethaw-perl libmldbm-perl libuuid-perl libxtst-dev

preview-latex-style texlive-bibtex-extra texlive-latex-extra texlive-latex-extra-doc texlive-math-extra

texlive-pictures texlive-pictures-doc x11proto-record-dev xmlto

0 upgraded, 18 newly installed, 0 to remove and 73 not upgraded.

Need to get 230MB of archives.

After this operation, 360MB of additional disk space will be used.

Do you want to continue [Y/n]? y

root@l1:~/home/acai/FreeRDP# cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON .

...

-- Configuring done

-- Generating done

-- Build files have been written to: /home/acai/FreeRDP

root@l1:~/home/acai/FreeRDP# make

...

Note: Writing xfreerdp.1

[100%] Built target xfreerdp.manpage

root@l1:~/home/acai/FreeRDP# make install

...

root@l1:~/home/acai/FreeRDP# cd /etc/ld.so.conf.d

root@l1:/etc/ld.so.conf.d# ls

afflib.conf GL.conf libasound2.conf vmware-tools-libraries.conf

freerdp.conf i486-linux-gnu.conf libc.conf

root@l1:/etc/ld.so.conf.d# vi freerdp.conf

#写入并保存

#/usr/local/lib/freerdp

#/usr/local/lib

root@l1:/etc/ld.so.conf.d# cat freerdp.conf

/usr/local/lib/freerdp

/usr/local/lib

root@l1:/etc/ld.so.conf.d# which xfreerdp

/usr/local/bin/xfreerdp

root@l1:/etc/ld.so.conf.d# cd /usr/local/bin

root@l1:/usr/local/bin# xfreerdp

xfreerdp: error while loading shared libraries: libfreerdp-core.so.1.0: cannot open shared obJect file: No such file or directory

root@l1:/usr/local/bin# ldconfig

root@l1:/usr/local/bin# ls -l /usr/local/bin | grep xfreerdp

-rwxr-xr-x 1 root root 788141 2012-03-15 12:28 xfreerdp

root@l1:/usr/local/bin# which xfreerdp

/usr/local/bin/xfreerdp

root@l1:/usr/local/bin# ls /usr/local/lib/freerdp/

audin_alsa.so disk.so printer.so rdpdr.so serial.so tsmf.so

audin.so drdynvc.so rail.so rdpsnd_alsa.so tsmf_alsa.so

cliprdr.so parallel.so rdpdbg.so rdpsnd.so tsmf_ffmpeg.so

root@l1:/usr/local/bin# ls /usr/local/share/freerdp/keymaps/

aliases digital_vndr fujitsu macintosh sony xfree98

amiga empty hp macosx sun xkb.pl

ataritt evdev ibm sgi_vndr xfree86

root@l1:/usr/local/bin# cd ~/.freerdp/

root@l1:~/.freerdp# xfreerdp 192.168.1.101 -u administrator -p 123

connected to 192.168.1.101:3389

connected to 192.168.1.101:3389

connected to 192.168.1.101:3389

#安装完成,整个过程完毕

freerdp 解压安装_Linux下安装FreeRDP,连接windows远程桌面的好软件 | 学步园相关推荐

  1. linux下freerdp编译,linux下安装freerdp连接windows远程桌面的好软件软件

    linux下安装freerdp连接windows远程桌面的好软件软件 (5页) 本资源提供全文预览,点击全文预览即可全文预览,如果喜欢文档就下载吧,查找使用更方便哦! 8.90 积分 Linux 下安 ...

  2. 远程桌面连接命令 linux,【转载】Linux下通过rdesktop连接Windows远程桌面

    [转载]Linux下通过rdesktop连接Windows远程桌面 Mkdir700 • 2020 年 03 月 12 日 Loading... 本文属于转载文章

  3. freerdp 解压安装_Linux下安装FreeRDP,连接Windows远程桌面的好软件软件

    官方网站: http://www.freerdp.com/ 安装完后运行的命令是: xfreerdp 192.168.1.101 -u administrator -p 123 功能说明(摘自百度快照 ...

  4. freerdp 解压安装_Linux下安装FreeRDP,连接windows远程桌面的好软件

    转载自:冰点网络菜园 - 阿菜的自留地 [ http://www.bingd.com/blog/ ]

  5. freerdp 解压安装_Linux下安装FreeRDP,连接Windows远程桌面好软件软件.doc

    Linux下安装FreeRDP,连接Windows远程桌面好软件软件 Linux下安装FreeRDP,连接Windows远程桌面的好软件软件 偶尔也玩一下Linux,发现Linux下没有类似微软远程桌 ...

  6. php imap 安装_linux 下安装PHP的IMAP扩展实现邮件收发

    系统CentOS 6.5 PHP5.5.19 1.安装imap的依赖包: [root@iZ9482lp6yqZ]# yum install -y libc-client-* 没有安装编译错误提示: c ...

  7. php rdp,小猿圈linux下使用FreeRDP 连接 Windows 远程桌面

    FreeRDP 是一款开源的远程桌面系统,支持多种平台, 在 ubuntu 中使用 FreeRDP 可以很方便的登录到 windows 远程桌面中,怎么安装和具体使用呢,小猿圈加加呢,给你详细说一下. ...

  8. freerdp 解压安装_linux下使用FreeRDP 连接 Windows 远程桌面

    简介 FreeRDP 是一款开源的远程桌面系统,支持多种平台, 在 ubuntu 中使用 FreeRDP 可以很方便的登录到 windwos 远程桌面中. 安装 sudo apt-get instal ...

  9. linux网卡驱动离线安装_Linux下安装网卡驱动程序详解 | 吴文辉博客

    我的centos 5.5网卡驱动是r8169,而官方网站出来了最新驱动是r8168,这让我感觉很怪异,r8169这些数据难道不代表驱动版本,还是r8169不是官方开发的.以防万一换了在说.下面将以我的 ...

最新文章

  1. java中的io系统详解
  2. 在1 MB RAM中排序100万个8位数字
  3. 收藏 | 循环神经网络 RNN 详细图解!
  4. 常量中有换行符 是怎么回事?
  5. 如何下载python3.6版本-python最新版本免费下载-python 3.6.3正式版下载__飞翔下载
  6. C算法及PHP学习笔记_01
  7. linux嵌入式ARM系统开发实战教程从入门到精通
  8. Nfine框架基本使用--初学者的总结
  9. vscode-JS代码段(JavaScript Snippet Pack)
  10. openjdk和jdk_OpenJDK和HashMap…。 安全地教老狗新技巧(堆!)
  11. 计算机系统无法启动 错误恢复怎么办,win7系统无法启动 安全模式也进入不了怎么办-win7启动失败,win7错误恢复无法开机...
  12. 一杯凉茶 mysql_一杯凉茶,一卷诗书
  13. windows10系统hosts文件不见了的解决方法
  14. 基于K-均值的app列表聚类分析
  15. linux服务器下数学软件下载,GeoGebra For Linux
  16. 2021.09.27-10.3 AI行业周刊(第65期):坚持的力量
  17. python----银行卡类的编程
  18. linux内核radeon gpu源码解析1 —— 什么是radeon
  19. 数据库系统概念(机械工业出版社,第六版)复习——第八章:关系数据库设计
  20. E. Product Oriented Recurrence(四个矩阵快速幂)

热门文章

  1. java中Math.pow()实例_Java.math.BigDecimal.pow()方法实例
  2. Linux系统内存管理实验报告,Linux 内存管理 综合实验报告.pdf
  3. R循环有两个_R语言数据分析与挖掘(第九章):聚类分析(2)——层次聚类
  4. Sublime text 3 SVN插件及使用方法
  5. json学习之三:JSONArray的应用
  6. CSliderCtrl鼠标点击精确定位
  7. RPG JS跨平台测试
  8. 多链路负载均衡及冗余
  9. sql server 2005 T-SQL BEGIN DIALOG CONVERSATION (Transact-SQL)
  10. python_线程读写操作一