【Xrdp联机Ubuntu20.04实用知识点补充】

简单归纳了Xrdp远程连接可能会出现的问题

文章目录


一、网络篇

ip addr show

eth0接口的IP地址

直接显示IP

hostname -I

ifconfig(Ubuntu使用该命令需要配置)

hostname查询主机名称(window&ubuntu通用)

Ubuntu20.04截图快捷键(24版本按PS键即可)

CTRL+SHIFT+PS自由选区截图

PS全屏截图

二、Ubuntu远程联机一段时间后莫名奇妙断开

Ubuntu20.04禁用休眠配置

创建如下配置文件

sudo touch /etc/polkit-1/localauthority/90-mandatory.d/disable-hibernate.pkla

sudo vim /etc/polkit-1/localauthority/90-mandatory.d/disable-hibernate.pkla

添加如下配置

[Disable hibernate (upower)]

Identity=unix-user:*

Action=org.freedesktop.upower.hibernate

ResultActive=no

ResultInactive=no

ResultAny=no

[Disable hibernate (logind)]

Identity=unix-user:*

Action=org.freedesktop.login1.hibernate

ResultActive=no

[Disable hibernate for all sessions (logind)]

Identity=unix-user:*

Action=org.freedesktop.login1.hibernate-multiple-sessions

ResultActive=no

禁用挂起配置

sudo touch /etc/polkit-1/localauthority/90-mandatory.d/disable-suspend.pkla

sudo vim /etc/polkit-1/localauthority/90-mandatory.d/disable-suspend.pkla

[Disable suspend (upower)]

Identity=unix-user:*

Action=org.freedesktop.upower.suspend

ResultActive=no

ResultInactive=no

ResultAny=no

[Disable suspend (logind)]

Identity=unix-user:*

Action=org.freedesktop.login1.suspend

ResultActive=no

[Disable suspend for all sessions (logind)]

Identity=unix-user:*

Action=org.freedesktop.login1.suspend-multiple-sessions

ResultActive=no

重启

sudo reboot

三、refresh界面频繁刷新

解决"刷新系统软件源需要认证" / "refresh the system repositories" 弹窗

创建文件 /etc/polkit-1/localauthority/50-local.d/46-allow-packagekit.pkla 并写入内容:(sudo vim)

sudo vim /etc/polkit-1/localauthority/50-local.d/46-allow-packagekit.pkla

[Allow Refresh Repository all Users]

Identity=unix-user:*

Action=org.freedesktop.packagekit.system-sources-refresh

ResultAny=no

ResultInactive=no

ResultActive=yes

四、Authentication is required to create a color profile

创建一个配置文件

sudo vim /etc/polkit-1/localauthority/50-local.d/45-allow-colord.pkla

添加并保存

[Allow Colord all Users]

Identity=unix-user:*

Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile

ResultAny=no

ResultInactive=no

ResultActive=yes

按键:wq退出

参考文章

https://blog.csdn.net/qq_38329811/article/details/121142402


总结

相关推荐
朗道十戒2 小时前
R虚拟环境中安装ncdf4库包编译库问题
ubuntu·r语言
vvw&2 小时前
使用 Nginx 在 Ubuntu 22.04 上安装 LibreNMS 开源网络监控系统
linux·运维·服务器·nginx·ubuntu·github·librenms
PaLu-LI4 小时前
ORB-SLAM2源码学习:Initializer.cc:Initializer::Normalize地图初始化——坐标归一化
c++·opencv·学习·算法·ubuntu·计算机视觉
渴望力量的猴子5 小时前
【Ubuntu24.04】服务部署(虚拟机)
服务器·ubuntu
土豆炒马铃薯。6 小时前
【深度学习】Pytorch 1.x 安装命令
linux·人工智能·pytorch·深度学习·ubuntu·centos
davenian7 小时前
<OS 有关> ubuntu 24 安装 VMware Workstaion
linux·ubuntu·vmware
ubuntu18047 小时前
C0034.在Ubuntu中安装的Qt路径
linux·qt·ubuntu
vvw&8 小时前
在 Ubuntu 上部署 MediaWiki 开源维基平台
linux·运维·服务器·ubuntu·开源·wiki·mediawiki
vvw&10 小时前
如何在 Ubuntu 22 04 上安装和配置 Ansible 自动化平台
linux·运维·服务器·ubuntu·自动化·github·ansible
davenian15 小时前
<OS 有关> ubuntu 24 不同版本介绍 安装 Vmware tools
linux·ubuntu·vmware