對話動作已於 2023 年 6 月 13 日淘汰。詳情請參閱「
對話動作已淘汰」。
從遠端控制 Raspberry Pi
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
如果沒有外接螢幕、鍵盤和滑鼠連接裝置,
仍可透過 SSH 從遠端控制裝置
乙太網路/Wi-Fi 選項
- 在無頭 Raspberry Pi 上啟用 SSH
(請參閱「在無頭 Raspberry Pi 上啟用 SSH」)。
- 插入乙太網路線。
- 開啟 Raspberry Pi。
- 找出 Raspberry Pi IP
電子郵件地址。
- 如要使用乙太網路,請跳到下一節。
- 如要使用 Wi-Fi,請先透過 USB-TTL 連線。
然後執行下列步驟:
USB-TTL 選項
- 使用 USB-TTL 取得控制台存取權
傳輸線。
- 插入乙太網路線,或使用指令連上 Wi-Fi 網路
線條。
透過 SSH 連線至 Raspberry Pi
如要在 Raspberry Pi 上執行指令,請開啟終端機
或是使用 SSH 連線您必須從
如果沒有連接螢幕、鍵盤和滑鼠
擔任 Raspberry Pi
確認 SSH 已啟用
在 Raspberry Pi 上
ssh pi@raspberry-pi-ip-address
password: password-for-raspberry-pi
例如:
$ ssh pi@192.168.1.101
password: raspberry
在 Raspbian 上,pi
使用者的預設密碼為 raspberry
。請
立即變更密碼 (在 Pi 的終端機中執行 passwd
)。
使用您在這個步驟中設定的終端機或 SSH 工作階段,進入
指令的其他部分兩者的工作目錄是
/home/pi
。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-07 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-09-07 (世界標準時間)。"],[[["This guide explains how to remotely control a device, specifically a Raspberry Pi, without a monitor, keyboard, or mouse using SSH."],["Two main options are provided for establishing the connection: through Ethernet/Wi-Fi, or via a USB-TTL cable."],["The Ethernet/Wi-Fi option involves enabling SSH, connecting to the network, finding the device's IP address, and then connecting via SSH."],["The USB-TTL option requires a USB-TTL cable for console access and then network configuration similar to the Ethernet/Wi-Fi method."],["Once connected via SSH, users can run commands on the Raspberry Pi remotely from their development machine."]]],[]]