当前位置:网站首页>[raspberry pie 4B] VII. Summary of remote login methods for raspberry pie xshell, putty, vncserver, xrdp
[raspberry pie 4B] VII. Summary of remote login methods for raspberry pie xshell, putty, vncserver, xrdp
2022-07-24 05:56:00 【Meow, meow, hammer, you cute】
Xshell
This can be seen in my last issue
【 Raspberry pie 4B】 6、 ... and 、Xshell Sign in Ubuntu System
PuTTY
And configuration Xshell Same , Put raspberry pie over there systematically ssh Just configure the service , The method is the same, and I won't repeat it . After configuration, log in directly .


vncServer
# install
sudo apt-get install vnc4server
# Set the password

Too lazy to write. , That's too much , Own reference .
Raspbian
Raspberry pie :VNC Remote login Raspbian The graphical interface (tightvncserver)
Ubuntu18.04
Ubuntu18.04 Use RealVNC Make a remote desktop connection
【 Online tutorial 】ubuntu18.04 How to open the desktop version VNC( Replace source )
Ubuntu MATE
【 Raspberry pie 3】 install Ubuntu Mate System
Mainly used Ubuntu It's too troublesome , I didn't get it out , So I won't do the experiment exam in the afternoon , There will be time to study .
Xrdp,Windows RDP Remote login Linux System
I don't know if there is no desktop Linux Can the system , I haven't tried , I don't know the principle . except Windows RDP outside ,xrdp The tool also accepts information from other RDP Connection of the client , Such as FreeRDP,rdesktop and NeutrinoRDP.Xrdp Now supports TLS Security layer . But too laggy this thing , Hard to use .
Ubuntu/CentOS/Redhat 7 Can be used according to the following steps :
# install Xrdp
apt install xrdp
# Check whether the service is running
systemctl status xrdp
# The default must be running
# If not, start it
# Plus system management instructions sudo, Otherwise, I will always ask you to enter the password
sudo systemctl enable xrdp
How to finish the above steps? There are still the following problems, which may be due to the firewall , resolvent :
#Xrdp The use of port 3389
sudo ufw allow 3389/tcp

Other possible commands
# restart xrdp
sudo service xrdp restart
# see IP And network card
ip add
#Ubuntu Disabled by default UFW, You can start it like this
sudo ufw enable

At this point, the login Results flash back :
Remote desktop flash back ,shell Useful questions :
# take xfce4-session Write to file .xsession in
echo xfce4-session >~/.xsession
sudo nano /etc/xrdp/startwm.sh
sudo nano /etc/X11/Xsession
# Add... At the top of the file xfce4-session



Remember if there is any problem, it may be to restart . There is also the use of Xrdp A little bit of BUG, You use Windows Of RDP Log in and log out with Logout, If you close it directly, the original desktop software will not open , In this way, only restart , The reason seems to be because XRdp Still think there are remote login accounts , You can see by clicking turn off .
Other questions can be referred to :【Ubuntu】Windows Remote Desktop Connection ubuntu And xrdp Some of the little problems of ( Remote desktop flash back 、 The connection fails 、tab Complement function , No menu bar ,error - problem connecting )【 turn 】https://blog.csdn.net/u014447845/article/details/80291678

Reference resources :
Xrdp - adopt Windows Of RDP Connect Linux Remote desktop (Ubuntu/CentOS/Redhat 7)
边栏推荐
- [activiti] activiti system table description
- [MYCAT] MYCAT configuration file
- Add se channel attention module to the network
- 读取csv文件的满足条件的行并写入另一个csv中
- 《机器学习》(周志华)第一章 绪论 笔记 学习心得
- Chapter IV decision tree summary
- jupyter notebook一直自动重启(The kernel appears to have died. It will restart automatically.)
- IoTP2PGate 两台物联网设备点对点通信快速实现方案
- Problems in SSM project configuration, various dependencies, etc. (for personal use)
- 如何在网页上下载视频
猜你喜欢

"Statistical learning methods (2nd Edition)" Li Hang Chapter 15 singular value decomposition SVD mind map notes and after-school exercise answers (detailed steps) SVD matrix singular value Chapter 15

Positional argument after keyword argument

Watermelon book / Pumpkin book -- Chapter 1 and 2 Summary

Answers and analysis of some after-school exercises in signals and systems (Wujing)

谷歌/火狐浏览器管理后台新增账号时用户名密码自动填入的问题

Multi merchant mall system function disassembly Lecture 11 - platform side commodity column

第四章 决策树总结

MySql与Qt连接、将数据输出到QT的窗口tableWidget详细过程。

labelme转voc代码中的一个小问题

The SaaS mall system of likeshop single merchant is built, and the code is open source without encryption.
随机推荐
Likeshop single merchant mall system is built, and the code is open source without encryption
数据归一化
【深度学习】手把手教你写“手写数字识别神经网络“,不使用任何框架,纯Numpy
[MYCAT] MYCAT sets up read-write separation
[MYCAT] MYCAT installation
Likeshop100% open source encryption free B2B2C multi merchant mall system
《统计学习方法(第2版)》李航 第14章 聚类方法 思维导图笔记 及 课后习题答案(步骤详细) k-均值 层次聚类 第十四章
synergy局域网实现多主机共享键鼠(amd、arm)
用指针访问一维数组
测试数据增强后标签和数据集是否对应
PDF文本合并
关于卷积神经网络中的“输入通道”和“输出通道”的概念
Signals and systems: Hilbert transform
JS star scoring effect
STM32 DSP库MDK VC5\VC6编译错误: 256, (const float64_t *)twiddleCoefF64_256, armBitRevIndexTableF64_256,
CRC-16 Modbus代码
《统计学习方法(第2版)》李航 第16章 主成分分析 PCA 思维导图笔记 及 课后习题答案(步骤详细)PCA 矩阵奇异值 第十六章
Machine learning (Zhou Zhihua) Chapter 3 Notes on learning linear models
Openwrt quick configuration Samba
《剑指Offer》 二维数组的查找 C语言版本