---
title: 樹莓派相關操作
tags: os
description: View the slide with "Slide Mode".
---
# 樹莓派相關操作
<!-- Put the link to this slide here so people can follow -->
## 排障
1. [無法開機](https://ithelp.ithome.com.tw/questions/10185841)
## 遠端連線
```bash=
ssh pi@raspberrypi.local
# pi@raspberrypi.local's password:
raspberry
```