ubuntu 运行 windows 软件办法
Posted 11 months, 1 week ago at 11:32 am. 0 comments
这篇 10 minutes to run every Windows app on your Ubuntu desktop里讲述的方法很另类!用 vmware-server 虚拟机,seamlessrdp,然后用 rdesktop 自己连自己的虚拟机。
比如在 ubuntu 终端运行下面命令打开
rdesktop -A -s “c:\seamlessrdp\seamlessrdpshell.exe C:\Program Files\Internet Explorer\iexplore.exe” 192.168.0.10:3389 -u administrator -p 123456
注意:修改里面的ip、用户名和密码。
相关资料:
linux 运行 windows 程序的五个办法
rdesktop - ubuntu 连接远程 windows xp
SeamlessRDP - seamless windows support for rdesktop
Cendio is very excited to announce another contribution to the Open Source Community: SeamlessRDP, a seamless windows implementation for rdesktop. SeamlessRDP makes it possible to run individual applications rather than a full desktop. In this mode, rdesktop creates a X11 window for each window on the server side. The remote applications can be moved, resized and restacked.
大意就是可以让虚拟机某个程序窗口独立出来,而不是整个虚拟机的窗口。
via http://www.cendio.com/seamlessrdp/
Popularity: 8% [?]
Tags: cat, linux, shell, ubuntu, viRelated posts
No Replies
Feel free to leave a reply using the form below!