xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

Raspberry Pi Remote Access All In One

Raspberry Pi Remote Access All In One

# 等待⌛️一分钟后,不取消就立刻关机 ✅
$ sudo shutdown -H

# -H => Halt
# -h => poweroff
$ sudo shutdown -h


$ ssh pi@raspberrypi.local

SSH

https://www.raspberrypi.com/documentation/computers/remote-access.html#ssh

VNC (Server + Client)

Virtual Network Computing

https://www.raspberrypi.com/documentation/computers/remote-access.html#vnc

Raspberry Pi 自动关闭 WLAN 电池管理 / 电源管理

防止 SSH 一段时间后自动断开连接

# view power management status
$ iwconfig

# edit config
$ sudo vim /etc/rc.local
# or
$ sudo nano /etc/rc.local

# add below line code before `exit 0`
iwconfig wlan0 power off

$ sudo reboot
# or
$ sudo shutdown -r now

# check power management status, again
$ iwconfig

refs

https://github.com/raspberrypi/documentation/blob/develop/documentation/asciidoc/computers/remote-access/remote-access-introduction.adoc

https://www.raspberrypi.com/documentation/computers/remote-access.html



©xgqfrms 2012-2025

www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!

原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!


posted @   xgqfrms  阅读(24)  评论(1编辑  收藏  举报
相关博文:
阅读排行:
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· 单线程的Redis速度为什么快?
· 展开说说关于C#中ORM框架的用法!
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库
历史上的今天:
2021-07-16 js :: bind operator All in One
2021-07-16 ucharts 如何实现双 y 轴,并实现不同的参数使用不同的 y 轴 All In One
2021-07-16 uni-app & uCharts 踩坑 readme All In One
2020-07-16 立体二维码
2020-07-16 HTTPS Proxy All In One
2020-07-16 Web Vitals
2020-07-16 MongoDB shell
点击右上角即可分享
微信分享提示