(办公)远程桌面操作合集

1、Ubuntu服务器vnc远程:https://www.jianshu.com/p/496b78588c40

2、Ubuntu服务器mstsc远程:https://yq.aliyun.com/articles/43232?spm=5176.10695662.1996646101.searchclickresult.771a1718o0ab3m

3、ubuntu系统出现中文乱码:https://www.simongong.net/vpskaiqivncfuwubingjiejuezhongwenluanmadefangfaubuntuxitong/

4、安装中文输入法:https://blog.csdn.net/answer_king/article/details/84035443?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task

5、vim常用操作:

  • 小写o:在光标所在行后一行进行插入操作
  • dd:删除光标所在行
  • d(回车):删除光标所在行以及下一行
  • x:删除光标后一个字符
  • :q:退出
  • :q!:强制退出
  • :wq:保存并退出

6、xxx is not supported to be run as root解决方法:

$ sudo sed -i 's/geteuid/getppid/' /usr/bin/xxx

7、远程桌面播放卡顿

(办公)远程桌面操作合集_第1张图片(办公)远程桌面操作合集_第2张图片

8、卸载Ubuntu软件:https://jingyan.baidu.com/article/a24b33cd5678bd19fe002bf6.html

9、重启服务器:sudo reboot ,重启桌面:sudo service xrdp restart

你可能感兴趣的:(远程桌面)