centos7.9安装图形远程控制桌面工具rdesktop

背景:受现场网络环境限制,有的时候会有linux远程windows的需求,这时候就得用上了linux上的一个远程工具了。。。

环境:

centos7.9(前置条件,需要图形化界面功能并启动) rdesktop1.8.3 基础包 ,基础包已上传

安装依赖:

yum -y install wget createrepo gcc-c++ libX11-devel openssl-devel pcsc*

编译安装

./configure --prefix=/usr/local/ --disable-credssp && make && make install

命令示意:

rdesktop -g 1440x900 -P -z -x l -r sound:off -u windowsuser 192.168.31.100:3389

相关推荐
Ares-Wang1 天前
Linux》》systemd 、service、systemctl daemon-reload、systemctl restart docker
linux·运维·docker
阿拉斯攀登1 天前
从入门到实战:CMake 与 Android JNI/NDK 开发全解析
android·linux·c++·yolo·cmake
风曦Kisaki1 天前
# Linux 磁盘查看命令详解:df 与 du
linux·运维·网络
路溪非溪1 天前
Linux中gpio子系统的现代接口
linux·arm开发·驱动开发
文静小土豆1 天前
Centos7负载异常过高排查思路(Load Average)
linux
Deitymoon1 天前
linux——原子操作
linux
亚空间仓鼠1 天前
OpenEuler系统常用服务(四)
linux·运维·服务器·网络
昪彧翀忞1 天前
dhcp小实验
linux·服务器·网络
bukeyiwanshui1 天前
20260407系统间复制文档
linux
23.1 天前
【Linux】grep -F 及 双横线--的妙用
linux·命令模式